function writeNewsBar(newsContentWidth,logoBGColor,logoTextColor,newsBGColor,newsTextColor,newsFontFamily,newsFontSize,labelText,labelFontFamily,labelFontSize){ /* Cross browser marquee script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write("
" + labelText + ""); //Specify the marquee's width (in pixels) var marqueewidth='100%' //Specify the marquee's height (in pixels, pertains only to NS) var marqueeheight=25 //Specify the marquee's scroll speed (larger is faster) var speed=3 //Specify the marquee contents var marqueecontents="14/01/2007 - A Empoli i tifosi del Parma perdono la pazienza: squadra scortata                                                                                    14/01/2007 - Messina-Roma: tentativo d'invasione                                                                                    14/01/2007 - Tafferugli tra ultrą del Napoli e polizia                                                                                    " if (document.all) document.write(''+marqueecontents+''); function regenerate(){ window.location.reload(); } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate",450); intializemarquee(); } } function intializemarquee(){ document.cmarquee01.document.cmarquee02.document.write(''+marqueecontents+''); 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; document.write(""); document.write(""); document.write(""); document.write("
by Ultrasportal.com
"); }