n_font='verdana';
n_fontSize='11px';
n_fontSizeNS4='11px';
n_fontWeight='normal';
n_fontColor='#FFFFFF';
n_textDecoration='none';
n_fontColorHover='#cccccc';//		| won't work
n_textDecorationHover='underline';//	| in Netscape4
n_bgColor='transparent';//set [='transparent'] for transparent
n_width=300;//	| the box
n_height=14;//	|
n_timeOut=2;//seconds
n_pauseOnMouseOver=true;
n_speed=10;//1000 = 1 second
n_leadingSign='_';
n_alternativeHTML='FREE SYSTEM PROJEKT';

n_content=[
['','Welcome to the homepage of Free System Projekt.',''],
['','FSP -- Gent CD and DVD out now!',''],
['','Check out:',''],
['about_me.htm','Read everything there is to know About me','_self'],
['about_the_music.htm','But more important: About the music','_self'],
['discography.htm','A discography has been added','_self'],
['news.htm','Offcourse I will keep you all posted on the latest News','_self'],
['samples.htm','Visit Samples if you would like to hear our Music','_self'],
['pictures.htm','When you are interested in images please visit Pictures','_self'],
['links.htm','Here some of our favorite Links','_self']
];

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 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()}