
function forie()
{
document.write("<marquee id=marquee onMouseover='marquee.stop();' onMouseout='marquee.start();' truespeed=1 scrolldelay='25' scrollamount=1>");
document.write("<font style='font-size:8pt;' face='verdana,MS Sans Serif,tahoma,arial' color='white'><b><a href='http://www.google.com' target='_blank' class='mar'>THIS IS FIRST NEWS.</a>&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS SECOND NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS THIRD NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS FOURTH NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS FIFTH NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS SIXTH NEWS.");
document.write("</b></font></marquee>");
}

function fornetscape()
{
marqueecontents="<font style='font-size:xx-small;' face='verdana,MS Sans Serif,tahoma,arial' color='white'><b>Last Update Time: Dec 29 2004 11:45 AM&nbsp;IST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.hotmail.com' target='_blank'>THIS IS FIRST NEWS.</a>&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS FIRST NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS FIRST NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS FIRST NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS FIRST NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>&nbsp;&nbsp;THIS IS FIRST NEWS.&nbsp;&nbsp;<img src='/imgsite/square.gif'>";
var marqueewidth=640;
var marqueeheight=20;
var speed=6;
if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}

window.onload=regenerate2;
}