/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
 NewsBar v1.4
 License : Freeware (Enjoy it!)
 (c)2004 VASIL DINKOV- PLOVDIV, BULGARIA
========================================
 For IE4+, NS4+, Opera7+ & Konqueror2+
========================================
 Get the NewsBar script at:
 http://www.smartmenus.org/
 LEAVE THESE NOTES PLEASE - delete the comments if you want */

// BUG in Opera:
// If you want to be able to control the body margins
// put the script right after the BODY tag, not in the HEAD!!!

// === 1 === FONT, COLORS, EXTRAS...
n_font='verdana,arial,sans-serif';
n_fontSize='12px';
n_fontSizeNS4='11px';
n_fontWeight='bold';
n_fontColor='#000000';
n_textDecoration='none';
n_fontColorHover='#ffffff';//		| won't work
n_textDecorationHover='underline';//	| in Netscape4
n_bgColor='transparent';//set [='transparent'] for transparent
n_top=440;//	|
n_left=610;//	| defining
n_width=300;//	| the box
n_height=150;//	|
n_position='absolute';// absolute/relative
n_timeOut=9;//seconds
n_pauseOnMouseOver=true;
n_speed=10;//1000 = 1 second
n_leadingSign='_';
n_alternativeHTML='Loading...';
// 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=[
['','"Debbie provides insight and fresh ideas to any business she works with. Perceptive. Good at analysing detail as well as broadbrush thinking. Marketing for small businesses a speciality". - Robert Craven, The Directors&#39;  Centre',''],
['','"...bringing lots of new and different ideas to the table; a quick thinker, thinking outside the box, and generally presenting many viable solutions". - Tim Walton, Greenwood Direct',''],
['','"...Before Debbie showed me how to get myself set up on LinkedIn, I thought it was going to be too difficult and time consuming. However, within a month I have touched base with over 200 contacts - all through LinkedIn. Thank you Debs for making it all seem so easy!" - Sue Stockley, 3iP',''],
['','"...I love receiving your emails, they constantly remind me of all the things I will do when I can magic up some more hours in the day! Good tip about picking up the phone - you are right - it is good to talk ". - Lou Fletcher, of Piccolo Property in Salisbury',''],
['','"...I now have testimonials on my web site I am proud of". - Jo Partington, Sandler Institute',''],
['','"...she has consistently produced practical, workable marketing ideas to move the business forward". - Markus Hankinson, CBS Comms',''],
['','Debbie&#39;s talk to UWE Business Idea Competition was a great success&#46; She came across as very knowledgeable&#44; professional and helpful to our attendees&#46; I would definitely hire her again&#34;&#46; &nbsp;  &#45;Ricardo Demarchi&#44;	University of West of England',''],
];


//  ' = &#39;
//  . = &#46;
//  , = &#44;
//  " = &#34;
//  - = &#45;









// 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,a.nnewsbar,a.nnewsbar:visited,a.nnewsbar:active{font-family:'+n_font+';font-size:'+n_fontSize2+';color:'+n_fontColor+';text-decoration:'+n_textDecoration+';font-weight:'+n_fontWeight+'}a.nnewsbar:hover{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['n_container'].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 '+(n_nS4?'name':'id')+'="n_container" style="position:'+n_position+';top:'+n_top+'px;left:'+n_left+'px;width:'+n_width+'px;height:'+n_height+'px;clip:rect(0,'+n_width+'px,'+n_height+'px,0)"><div '+(n_nS4?'name':'id')+'="nnewsb" style="position:absolute;top:0;left:0;width:'+n_width+'px;height:'+n_height+'px;clip:rect(0,'+n_width+'px,'+n_height+'px,0);background-color:'+n_bgColor+';layer-background-color:'+n_bgColor+';text-decoration:none;color:'+n_fontColor+'" class="nnewsbar">'+n_alternativeHTML+'</div></div>');if(!n_nS4)setTimeout('n_new()',1000);else window.onload=n_new;if(n_nS4)onresize=function(){location.reload()}
