/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE ======================================== NewsBar v1.3 License : Freeware (Enjoy it!) (c)2002 VASIL DINKOV- PLOVDIV, BULGARIA ======================================== For IE4+, NS4+, Opera7+ & Konqueror2+ ======================================== Get the NewsBar script at: http://smartmenus.tripod.com/other.html and don't wait to get the Great SmartMenus script at: http://smartmenus.tripod.com LEAVE THESE NOTES PLEASE - delete the comments if you want */ // To work in Opera: // Put the script right after the BODY tag, not in the HEAD!!! // === 1 === FONT, COLORS, EXTRAS... n_font='verdana,arial,sans-serif'; n_fontSize='10px'; n_fontSizeNS4='11px'; n_fontWeight='bold'; n_fontColor='#4A49A8'; n_textDecoration='none'; n_fontColorHover='#ff0000';// | won't work n_textDecorationHover='underline';// | in Netscape4 n_bgColor='transparent';//set [='transparent'] for transparent n_top=162;// | n_left=149;// | defining n_width=335;// | the box n_height=30;// | n_timeOut=7;//seconds n_pauseOnMouseOver=true; n_speed=3;//1000 = 1 second n_leadingSign='_'; n_alternativeHTML='Latest News'; // for not supported browsers like Opera 7 - usually // you may want to put a link to your news page // === 2 === THE CONTENT - ['href','text','target'] n_content=[ ['news_contents.asp?newsid=520','New signings at High Wycombe','_self'], ['news_contents.asp?newsid=518','Burnham aiming to avoid relegation','_self'], ['news_contents.asp?newsid=517','Ali Naqvi to inspire new boys','_self'], ['news_contents.asp?newsid=510','Middlesex duo boost Radlett for opener','_self'], ['news_contents.asp?newsid=516','Falkland hit by injury blow ','_self'], ['news_contents.asp?newsid=511','Oxford sign up Sharma as Holes depart','_self'], ['news_contents.asp?newsid=512','Bradshaw joins Bicester from Kidlington','_self'], ['news_contents.asp?newsid=515','Younis looks to deliver for Harpenden','_self'], ['news_contents.asp?newsid=513','Great Expectations at WGC','_self'], ['news_contents.asp?newsid=514','Shahbaz is new skipper at Kidlington','_self'] ]; // THE SERIOUS SCRIPT - PLEASE DO NOT TOUCH n_nS4=document.layers?1:0;n_iE=document.all&&!window.innerWidth&&navigator.userAgent.indexOf("MSIE")!=-1?1:0;n_nSkN=document.getElementById&&(navigator.userAgent.indexOf("Opera")==-1||document.body.innerHTML)&&!n_iE?1:0;n_t=0;n_cur=0;n_l=n_content[0][1].length;n_timeOut*=1000;n_fontSize2=n_nS4&&navigator.platform.toLowerCase().indexOf("win")!=-1?n_fontSizeNS4:n_fontSize;document.write('');n_p=n_pauseOnMouseOver?" onmouseover=clearTimeout(n_TIM) onmouseout=n_TIM=setTimeout('n_new()',"+n_timeOut+")>":">";n_k=n_nS4?"":" style=text-decoration:none;color:"+n_fontColor;function n_new(){if(!(n_iE||n_nSkN||n_nS4))return;var O,mes;O=n_iE?document.all['nnewsb']:n_nS4?document.layers['nnewsb']:document.getElementById('nnewsb');mes=n_content[n_t][0]!=""&&n_cur==n_l?(""):(""+n_content[n_t][1].substring(0,n_cur)+n_leadingSign+"");if(n_nS4)with(O.document){open();write(mes);close()}else O.innerHTML=mes;if(n_cur++==n_l){n_cur=0;n_TIM=setTimeout("n_new()",n_timeOut);n_t++;if(n_t==n_content.length)n_t=0;n_l=n_content[n_t][1].length}else{setTimeout("n_new()",n_speed)}};document.write('
'+n_alternativeHTML+'
');if(!n_nS4)setTimeout("n_new()",1000);else window.onload=n_new;if(n_nS4)onresize=function(){location.reload()}