/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
 NewsBar v1.3
 License : Freeware (Enjoy it!)
 (c)2003 VASIL DINKOV- PLOVDIV, BULGARIA
========================================
 For IE4+, NS4+, Opera7+ & Konqueror2+
========================================
 Get the NewsBar script at:
 http://www.smartmenus.org/other.php
 and don't wait to get the Great SmartMenus script at:
 http://www.smartmenus.org
 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='#ffffff';
n_textDecoration='none';
n_fontColorHover='#ffffff';//		| won't work
n_textDecorationHover='underline';//	| in Netscape4
n_bgColor='transparent';//set [='transparent'] for transparent
n_top='auto';//	|
n_left=10;//	| defining
n_width=230;//     | the box
n_height='auto';//	|
n_timeOut=4;//seconds
n_pauseOnMouseOver=true;
n_speed=10;//1000 = 1 second
n_leadingSign='_';
n_alternativeHTML='Welcome to the Hotbuckle Homepage!';
// 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=[

['feedback.html','Joshua ........It simultaneously reminded me of  "the life of Brian " , Abu Greab detention centre and the scarifice of Jesus!!! ....Emma Buckley','_self'],
['feedback.html','The play was expertly poised between genuine laughter and discomfort. The acting was superb especially the characters around Joshua who whirled in and out of his "cell" with wonderful energy and light','_self'],
['feedback.html','I laughed myself into a coughing frenzy..... Nikki ','_self'],
['feedback.html',' I am still reeling from an absoloutely fantastic night watching "Joshua".....Annette Byway','_self'],
['productions.html','It was truly a remarkable live theatre experience with gut wrenching emotion and a lot of great laughs. ','_self'],
['http://www.hotbuckle.blogetery.com/','Visit the Hotbuckle Blog pages to voice thoughts and comments of your own...... or simply to read the latest news','_self'],
['productions.html','Listen to a recent Radio Interview all about Joshua','_self'],
['http://www.facebook.com/group.php?gid=144733462516&ref=ts','Visit the Hotbuckle Facebook page to read the latest news and join our group of friends','_self'],
['http://www.alteregoaaw.co.uk','Adult Workshops.....Learn acting and improvisation skills...in a fun and supportive environment.....No experience necessary - just enthusiasm and energy!...Weekly sessions lead by 3 experienced tutors:......Jo Humphries, Gemma Aston & Caroline Dooley.....Why not give it a go?!','_blank'],
['mailto:gemma.aston@hotbuckleproductions.co.uk','Hotbuckle Drama Club running at St James in Weybridge.....new members welcome... contact Gemma for details','_self'],
['','SHOUT 2009 ............ Hotbuckle enjoyed running the Drama workshops once again as part of SHOUT for Elmbridge Borough Councils Summer scheme ............ ','_self'],
['','If you are interested in a Hotbuckle workshop or would simply like to contact us,.......... please ring Gemma on 0871 662 9963','_self'],
['productions.html','The Big Environmental Project.............',''],
['','After our extremely successful collaboration with Elmbridge Borough Council and Cargill\'s, at Rydens School for the Big Environmental Project, we look forward to our next outing of this exciting and innovative project','_blank'],
['mailto:hotbuckleproductions@ntlworld.com','We have recently experienced problems with our emails whereby a message flags up saying that our email address does not exist! If this happens to you please try an alternative address...... hotbuckleproductions@ntlworld.com..... click here','_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('<style>.nnewsbar{font-family:'+n_font+';font-size:'+n_fontSize2+';color:'+n_fontColor+';text-decoration:'+n_textDecoration+';font-weight:'+n_fontWeight+'}.nnewsbar:hover{font-family:'+n_font+';font-size:'+n_fontSize2+';color:'+n_fontColorHover+';text-decoration:'+n_textDecorationHover+'}</style>');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?("<a href='"+n_content[n_t][0]+"' target='"+n_content[n_t][2]+"' class=nnewsbar"+n_p+n_content[n_t][1].substring(0,n_cur)+n_leadingSign+"</a>"):("<span class=nnewsbar"+n_k+">"+n_content[n_t][1].substring(0,n_cur)+n_leadingSign+"</span>");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('<div id=nnewsb style="position:absolute;top:'+n_top+'px;left:'+n_left+'px;width:'+n_width+'px;height:'+n_height+'px;clip:rect(0,'+n_width+','+n_height+',0);background-color:'+n_bgColor+';layer-background-color:'+n_bgColor+';text-decoration:none;color:'+n_fontColor+'" class=nnewsbar>'+n_alternativeHTML+'</div>');if(!n_nS4)setTimeout("n_new()",1000);else window.onload=n_new;if(n_nS4)onresize=function(){location.reload()}