/* 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='"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif';
n_fontSize='13px';
n_fontSizeNS4='13px';
n_fontWeight='bold';
n_fontColor='#0054A6';
n_textDecoration='none';
n_fontColorHover='#333';//		| won't work
n_textDecorationHover='underline';//	| in Netscape4
n_bgColor='#eeeeee';//set [='transparent'] for transparent
n_top=5//	|
n_left=90;//	| defining
n_width=500;//	| the box
n_height=20;//	|
n_position='absolute';// absolute/relative
n_timeOut=3;//seconds
n_pauseOnMouseOver=true;
n_speed=10;//1000 = 1 second
n_leadingSign='_';
n_alternativeHTML='';
/* n_alternativeHTML='*NewsBar v1.4 (c)2004 Vasil Dinkov*'; */

// 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=[
		   ['press/pressReleases/2012-02-03_Moshen_Announces_Technical_Partnership_With_Antix_Labs.html','Moshen Announces Technical Partnership With Antix Labs','_self'],
['press/pressReleases/Game_Funding_Contest_TIGA_Abertay_ICTomorrow_2011_24_Nov.html','&pound;100k Game Funding Contest from TIGA, Abertay &amp; IC Tomorrow','_self'],
['mailto:marketing@antixlabs.com?subject=Mobile%20World%20Congress%202012%20Meeting%20Request&body=I%20would%20like%20to%20meet%20the%20Antix%20team%20at%20Mobile%20World%20Congress%202012.%20%0A%0AI%20am%20available%20to%20meet%20during%20the%20following%20show%20times%3A%0A%0ANote%3A%20Please%20include%20your%20name%2C%20company%20name%2C%20contact%20details%20and%20areas%20of%20interest%20(i.e%20Developer%20interested%20in%20bringing%20games%20to%20the%20AGP%2C%20Manufacturer%20interested%20in%20getting%20the%20AGP%20on%20your%20devices%2C%20Service%20Provider%20interested%20in%20delivering%20Antix%20Games%20services%2C%20Etc.)%0A','Meet the Antix Team at Mobile World Congress 2012','_self'],
['antixgames/games/polarbit/raging-thunder-2/','Raging Thunder 2 from Polarbit now available on the AGP','_self'],
['antixgames/games/aifactory/hearts/','Hearts Now Available in the Antix Game Store','_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;n_cur++;if((n_content[n_t][1].substring(n_cur-1,n_cur))=="&"){while((n_cur++<n_l)&(n_content[n_t][1].substring(n_cur-1,n_cur)!=";"));};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()}


