<!--
	i=0;
	text = new Array();
	text[i++] = "<a href='http://www.macneilbmx.com' target='_blank'><img src='http://www.bikefight.se/capitalbmx/macneil.jpg' border='0'></a> ";  	
	
	text[i++] = "<a href='http://www.flybikesbmx.com' target='_blank'><img src='http://www.bikefight.se/capitalbmx/flybikes.jpg' border='0'></a> "; 
        text[i++] = "<a href='http://www.animalbikes.com' target='_blank'><img src='http://www.bikefight.se/capitalbmx/animal.jpg' border='0'></a> "; 
	
	text[i++] = "<a href='http://www.rite.se' target='_blank'><img src='http://www.bikefight.se/capitalbmx/rite.jpg' border='0'></a> "; 
	text[i++] = "<a href='http://www.easternbikes.com' target='_blank'><img src='http://www.bikefight.se/capitalbmx/eastern.jpg' border='0'></a> "; 
        text[i++] = "<a href='http://www.subrosabrand.com' target='_blank'><img src='http://www.bikefight.se/capitalbmx/subrosa.jpg' border='0'></a> "; 
        text[i++] = "<a href='http://www.rite.se' target='_blank'><img src='http://www.bikefight.se/capitalbmx/rite.jpg' border='0'></a> "; 
	text[i++] = "<a href='http://www.theshadowconspiracy.com' target='_blank'><img src='http://www.bikefight.se/capitalbmx/shadow.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])
//-->

	