<!--
var theImages = new Array()
theImages[0] = '/img/fusapics1.jpg'
theImages[1] = '/img/fusapics2.jpg'
theImages[2] = '/img/fusapics3.jpg'
theImages[3] = '/img/fusapics4.jpg'
//theImages[4] = '/img/amapics1.jpg'
//theImages[5] = '/img/amapics2.jpg'
//theImages[6] = '/img/amapics3.jpg'
//theImages[7] = '/img/amapics4.jpg'
//theImages[8] = '/img/amapics5.jpg'

var j = 0
var p = theImages.length;
var whichImage = Math.round(Math.random()*(p-1));
var att1 = 'width="126" border="0"'
function showImage(){
	document.write('<a href="http://www.formulausapics.com" target="_blank"><img src="'+theImages[whichImage]+'" '+att1+' alt="Visit formulausapics.com for the hottest superbike photos"></a>');
}
//-->