var mess=new Array();
var time=new Array();
var fade=new Array();
var link=new Array();

link[0]="0";
time[0]=4000;  //milliseconds
fade[0]=500; //milliseconds

mess[0]="Model 1860 Army Revolver, Blank Firing";
link[0]="http://www.iar-arms.com/cart/#1";
time[0]=4000;
fade[0]=500;

mess[1]="1911 Blank Firing Pistol by Bruni";
link[1]="http://www.iar-arms.com/cart/#2";
time[1]=4000;
fade[1]=500;

mess[2]="1873 Single Action Blank Firing Chrome Finish 5-1/2\" Barrel Revolver";
link[2]="http://www.iar-arms.com/cart/#3";
time[2]=4000;
fade[2]=500;

mess[3]="Police Blank Firing Pistol Matte Nickel";
link[3]="http://www.iar-arms.com/cart/#4";
time[3]=4000;
fade[3]=500;

mess[4]="Desert Eagle Blank Firing Pistol";
link[4]="http://www.iar-arms.com/cart/#5";
time[4]=4000;
fade[4]=500;

mess[5]="45/70 Full Load Blank Ammunition for Real Guns";
link[5]="http://www.iar-arms.com/cart/#6";
time[5]=4000;
fade[5]=500;

var fadeout=1;
colors=new Array()
colors[0]='#FFFFFF'
colors[1]='#CCDACC'
colors[2]='#99B499'
colors[3]='#668F66'
colors[4]='#336933'
colors[5]='#004400'
colors[6]='#005500'
colors[7]='#006600'
colors[8]='#007700'
colors[9]='#008800'
colors[10]='#009900'

var fadespeed=100;
var fadeout=1;
var path=""

var count=0;var newsno=0;var pause=0;var progress=0;var first=0;var pic;
(path!="")?pic= "<br><IMG border='0' src='"+path+"'>": pic="";

function fade_in()
{first=1;	if(link[newsno]==0)document.all("txtNews").innerHTML="<FONT color='"+colors[count]+"'>"+mess[newsno].substring(0,mess[newsno].length)+"</FONT>";
	else document.all("txtNews").innerHTML="<A href='"+link[newsno]+"' style='font-family:Arial,Helvetica,sans-serif;font-size:12px;text-decoration:none;'><FONT color='"+colors[count]+"'>"+mess[newsno].substring(0,mess[newsno].length)+"</FONT></A>"+pic;  //width='20' height='26'
	count++;if(count!=colors.length){progress=0;pause=fadespeed;} else{if(fadeout==0){	pause=time[newsno];progress=0;count=0;newsno++;}
	else{progress=1;pause=time[newsno];}if(newsno>=mess.length){newsno=0;}}watchit();
}

function fade_out()
{document.all("txtNews").innerHTML="<FONT color='"+colors[count]+"'>"+mess[newsno].substring(0,mess[newsno].length)+"</FONT>";
	count--;if(count!=-1){progress=1;pause=fadespeed;}
	else{pause=fade[newsno];progress=0;count=0;first=0;newsno++;
	if(newsno>=mess.length){newsno=0;}}watchit();
}

function watchit()
{if(progress==0){if((fadeout==2)&&(first==0))count=mess.length-1;if(count<=colors.length)aktiv=setTimeout("fade_in()",pause);}
if((progress==1)&&(fadeout>=1)){clearTimeout(aktiv);if(count>=colors.length)count=colors.length-1;if(count!=-1)aktiv=setTimeout("fade_out()",pause);}
}