<!--
	i=0;
	text = new Array();
	
	text[i++] = "<a href='http://www.blackmarketbikes.com' target='_blank'><img src='http://www.bikefight.se/chainlife/blackmarket.jpg' border='0'></a> "; 
	
	text[i++] = "<a href='http://www.blackmarketbikes.com' target='_blank'><img src='http://www.bikefight.se/chainlife/blackmarket.jpg' border='0'></a> "; 
   
	text[i++] = "<a href='http://www.rite.se' target='_blank'><img src='http://www.bikefight.se/chainlife/rite.jpg' border='0'></a> "; 
	text[i++] = "<a href='http://www.rite.se' target='_blank'><img src='http://www.bikefight.se/chainlife/rite.jpg' border='0'></a> "; 
	text[i++] = "<a href='http://www.rite.se' target='_blank'><img src='http://www.bikefight.se/chainlife/rite.jpg' border='0'></a> "; 
	

	
	antal_texter=i;
	slumpat_tal = Math.floor(Math.random()*antal_texter);  //slumpar fram ett tal mellan 0 och antal_texter
	document.write(text[slumpat_tal])
//-->

	