//News Bar script- By Premshree Pillai (premshree@hotmail.com) //http://www.qiksearch.com/javascripts.htm //Enhancements by Dynamic Drive //Visit http://www.dynamicdrive.com for this script // This needs to pull in array of Hot Topics dynamically from database var msgs = new Array( "70 Years of Party Identification", "What the Public Knows about Science", "Support for Abortion Slips", "Racism Not Seen as Major Factor in Obama Opposition", "Poor Ratings for Congressional Leaders" ); // No comma after last ticker msg // This needs to pull in array of Hot Topic URLs dynamically from database var msg_url = new Array( "/party-identification-trend/", "/report/528/", "/report/549/support-for-abortion-slips", "/report/?pageid=1592#race", "/report/?pageid=1592#congressional/ratings" ); // No comma after last ticker url var barwidth='500px' //Enter main bar width in px or % var setdelay=5000 //Enter delay between msgs, in mili-seconds var mouseover_color='#195353' //Specify highlight color var mouseout_color='#286e6e' //Specify default color ///////////////////////////////////////////////////////////////////// var count=0; var ns6=document.getElementById&&!document.all var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1 if(ie4||ns6) { document.write('
'); } else { document.write('
') if (navigator.userAgent.indexOf("Opera")!=-1) document.write('') else document.write('') document.write('
') } function init_news_bar() { document.news_bar.news_bar_but.value=msgs[count]; } //moveit function by Dynamicdrive.com function moveit(how) { if(how==1) { //cycle foward if(count