
document.writeln(" <script   language=\"JavaScript\">  ");
document.writeln(" setInterval(\"move()\",50000); ");
document.writeln(" function move()");
document.writeln(" {");
document.writeln("		  view_ad7.style.position=\"relative\";");
document.writeln("		  view_ad7.style.top=\"24px\";  ");
document.writeln("		  view_ad7.style.height=\"78px\";  ");
document.writeln("		  view_ad7.style.overflow=\"hidden\";  ");
document.writeln("		  view_ad8.style.position=\"relative\";");
document.writeln("		  view_ad8.style.bottom=\"26px\";");
document.writeln("  }");
document.writeln(" <\/script>");
