/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
 NewsBar v1.4
 License : Freeware (Enjoy it!)
 (c)2004 VASIL DINKOV- PLOVDIV, BULGARIA   - Hats off from a fellow Bulgarian!!
========================================
 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 */

// 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='Georgia, verdana,arial';
n_fontSize='12px';
n_fontSizeNS4='12px';
n_fontWeight='normal';
n_fontColor='#717171';
n_textDecoration='none';
n_fontColorHover='#000000';//		| won't work
n_textDecorationHover='none';//	| in Netscape4
n_bgColor='#transparent';//set [='transparent'] for transparent
n_top=0;//	|
n_left=0;//	| defining
n_width=900;//	| the box
n_height=14;//	|
n_position='relative';// absolute/relative
n_timeOut=7;//seconds
n_pauseOnMouseOver=true;
n_speed=10;//1000 = 1 second
n_leadingSign=' ';
n_alternativeHTML='&nbsp;';
// 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-apr10-1.php','<b>April 2010</b> - Skunkworks launches new website for the Scientist in Residence Program.','_self'],
['news-apr10-2.php','<b>April 2010</b> - Skunkworks creates new web portfolio for photographer Dominic Schaefer.','_self'],
['news-mar10-2.php','<b>March 2010</b> - Skunkworks creates new Corporate Identity for Westech Appraisal.','_self'],
['news-mar10-1.php','<b>March 2010</b> - Skunkworks creates brand identity and collateral pieces, and launches new website for LawStartBC.','_self'],
['news-feb10.php','<b>February 2010</b> - Skunkworks updates brand and launches new website for Richmond, BC law firm Campbell Froh May & Rice LLP.','_self'],
['news-jan10-2.php','<b>January 2010</b> - Skunkworks launches new website for Harris & Brun.','_self'],
['news-jan10-1.php','<b>January 2010</b> - Skunkworks creates corporate identity and launches website for Victoria, BC immigration lawyer Robbie Sheffman.','_self'],
['news-dec09-3.php','<b>December 09</b> - BC Legal Historical Society chooses Skunkworks to design a logo and website to provide information to the profession about the BC Court of Appeal Centenary academic conference and celebrations to be held in April 2010.','_self'],
['news-dec09-2.php','<b>December 09</b> - Skunkworks is delighted to be working with Vancouver law firm Harris & Brun on a new corporate identity, blog and website.','_self'],
['news-dec09.php','<b>December 09</b> - Skunkworks Client Wins Two Awards in Canadian Bar Association Magazine','_self'],
['news-october-09.php','<b>October 09</b> - Skunkworks designs new print materials for the BC Centre for Elder Advocacy & Support','_self'],
['news-august-09.php','<b>August 09</b> - Skunkworks designs website for the launch of the book Looking Up','_self'],
['news-july-09-2.php','<b>July 09</b> - Skunkworks designs new website for King & Wood PRC Lawyers','_self'],
['news-july-09-1.php','<b>July 09</b> - Skunkworks launches new website for Emerald Flowworks','_self'],
['news-jun-09.php','<b>June 09</b> - Skunkworks launches advertising campaign for RDM Lawyers','_self'],

['news-may-09.php','<b>May 09</b> - Skunkworks launches new brand identity for MEA Forensic','_self'],
['news-apr-09.php','<b>Apr 09</b> - Skunkworks launches new website for Bull, Housser & Tupper LLP','_self'],
['news-mar09-20.php','<b>Mar 09</b> - Skunkworks launches new website for Abbotsford law firm RDM Lawyers','_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,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+','+n_height+',0)"><div '+(n_nS4?"name":"id")+'=nnewsb style="position:absolute;top:0px;left:0px;width:'+n_width+';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></div>');if(!n_nS4)setTimeout("n_new()",1000);else window.onload=n_new;if(n_nS4)onresize=function(){location.reload()}