/* FILE ARCHIVED ON 5:50:03 Jun 19, 2006 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 17:15:02 Dec 19, 2016. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */
Warning: file(/web/20060619055003/http://feeds.feedburner.com/bopnews): failed to open stream: No route to host in /home/convert.rss-to-javascript.com/scroll/index.php on line 158

Warning: implode(): Bad arguments. in /home/convert.rss-to-javascript.com/scroll/index.php on line 159
/* Cross browser Marquee script- © Dynamic Drive (www.dynamicdrive.com) For full source code, 100's more DHTML scripts, and Terms Of Use, visit /web/20060619055003/http://www.dynamicdrive.com Credit MUST stay intact */
Warning: Cannot modify header information - headers already sent by (output started at /home/convert.rss-to-javascript.com/scroll/index.php:158) in /home/convert.rss-to-javascript.com/javascript/cbm-marquee.js on line 16
var marqueewidth='450px' var marqueeheight='25px' var marqueebgcolor='#ffffff' var marqueespeed='2' var pauseit=1 //Specify the marquee's content (don't delete tag) //Keep all content on ONE line, and backslash any single quotations (ie: that\'s great): var marqueecontent_1='' ////NO NEED TO EDIT BELOW THIS LINE//////////// marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS var copyspeed=marqueespeed var pausespeed=(pauseit==0)? copyspeed: 0 var iedom=document.all||document.getElementById if (iedom) { document.write('') } var actualwidth='' var cross_marquee_1, ns_marquee_1 function populate_1(){ if (iedom) { cross_marquee_1= document.getElementById ? document.getElementById("iemarquee_1") : document.all.iemarquee_1 cross_marquee_1.style.left=parseInt(marqueewidth)+8+"px" cross_marquee_1.innerHTML=marqueecontent_1 actualwidth=document.all ? temp_1.offsetWidth : document.getElementById("temp_1").offsetWidth } else if (document.layers) { ns_marquee_1=document.ns_marquee_1.document.ns_marquee2_1 ns_marquee_1.left=parseInt(marqueewidth)+8 ns_marquee_1.document.write(marqueecontent_1) ns_marquee_1.document.close() actualwidth=ns_marquee_1.document.width } lefttime=setInterval("scrollmarquee_1()",20) } window.onload=populate_1 function scrollmarquee_1(){ if (iedom){ if (parseInt(cross_marquee_1.style.left)>(actualwidth*(-1)+8)) cross_marquee_1.style.left=parseInt(cross_marquee_1.style.left)-copyspeed+"px" else cross_marquee_1.style.left=parseInt(marqueewidth)+8+"px" } else if (document.layers) { if (ns_marquee_1.left>(actualwidth*(-1)+8)) ns_marquee_1.left-=copyspeed else ns_marquee_1.left=parseInt(marqueewidth)+8 } } if (iedom||document.layers){ with (document){ document.write('
') if (iedom){ write('
') write('
') write('
') write('
') } else if (document.layers){ write('') write('') write('') } document.write('
') } }