/* Cross browser Marquee script- © Dynamic Drive (www.dynamicdrive.com) For full source code, 100's more DHTML scripts, and Terms Of Use, visit http://www.dynamicdrive.com Credit MUST stay intact */ var marqueewidth='200px' 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='sloshing sound shortly after start-up | Food Requirements for Pregnant Female Pit Bull Mix | ENGINE PROBLEM ON 1997 JEEP GR CK | whining dog | 1998 linkon navigator | Hot running car | talking and spitting | Ill gog for about 3 weeks | Worm Medicine Overdose | Cat health question | 2001 BMW 740iL GPS Navigation problem | Gerbil - Stroke | \'89 pontiac bonneville engine troubleshooting | Security system | fuel filters | 99 Jeep wrangler | ill cat and worried owner | GOUT | Fuel related issues | sick dragon | ' var marqueecontent_1='Wireless home network | security | heartbeat | Syrup production | plants and gardening | sick kitten named iggy | playstation home | personal injury car accident | Best full version downloadable media player | Less dense English Muffins | SPF sunscreens | Ingredients in perfume | Building Trades | Define Recession | scam maybe? | laptops | Solvent Pricing | Sant**go R N**ez 3*3-7*-4**5 | Oath of Office | Medical bills | ' ////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('
') } }