document.writeln("<SCRIPT LANGUAGE=\"JavaScript\">");
document.writeln("<!-- Begin");
document.writeln("var ostat = false;");
document.writeln("function scrollstop() {");
document.writeln("news.scrollAmount = 0;");
document.writeln("ostat = true;");
document.writeln("}");
document.writeln("function scrollplay() {");
document.writeln("news.scrollAmount = 5;");
document.writeln("ostat = false;");
document.writeln("}");
document.writeln("function scrolldir() {");
document.writeln("mid = screen.width \/ 2;");
document.writeln("mouse = event.x;");
document.writeln("if(mouse > mid) {");
document.writeln("if(ostat == false) {");
document.writeln("speed = (mouse - mid) \/ 25;");
document.writeln("news.scrollAmount = speed;");
document.writeln("}");
document.writeln("news.direction = \"right\";");
document.writeln("}");
document.writeln("else {");
document.writeln("if(ostat == false) {");
document.writeln("speed = (mid - mouse) \/ 25;");
document.writeln("news.scrollAmount = speed;");
document.writeln("}");
document.writeln("news.direction = \"left\";");
document.writeln("   }");
document.writeln("}");
document.writeln("\/\/  End -->");
document.writeln("<\/script>")
