document.write("<table border=0 cellspacing=0 cellpadding=1 width=100%><tr><td>");
            var marqueewidth="180px";
            var marqueeheight="100px";
            var speed=1.75;
            var marqueecontents="<ul style='font-color:#000000px;'><!--title--><!--n4--><li><a href='news/news4.html' class='menu_link1'>news onee</a></li><!--n4--><!--title--></ul>";
document.write("<marquee direction='up' scrollAmount="+speed+" style='width:"+marqueewidth+";height:"+marqueeheight+";'>"+marqueecontents+"</marquee>");
document.write("</td></tr><tr><td align='right'><a href='news.html' class='menu_link1' style='font-color:#000000px;'>More... </a></td></tr></table>");