//random
//store the quotations in arrays
images = new Array(28);

images[0] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-1.jpg' border='0'></a>";
images[1] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-2.jpg' border='0'></a>";
images[2] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-3.jpg' border='0'></a>";
images[3] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-4.jpg' border='0'></a>";
images[4] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-5.jpg' border='0'></a>";
images[5] = "<a href = 'http://mxdirtrider.com'><img width='760'  src='http://biker360.com/site_image/banners/mxd-1.jpg' border='0'></a>";
images[6] = "<a href = 'http://mxdirtrider.com'><img width='760'  src='http://biker360.com/site_image/banners/mxd-2.jpg' border='0'></a>";
images[7] = "<a href = 'http://mxdirtrider.com'><img width='760'  src='http://biker360.com/site_image/banners/mxd-3.jpg' border='0'></a>";
images[8] = "<a href = 'http://mxdirtrider.com'><img width='760'  src='http://biker360.com/site_image/banners/mxd-4.jpg' border='0'></a>";
images[9] = "<a href = 'http://mxdirtrider.com'><img width='760'  src='http://biker360.com/site_image/banners/mxd-5.jpg' border='0'></a>";
images[10] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sbr-1.jpg' border='0'></a>";
images[11] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sbr-2.jpg' border='0'></a>";
images[12] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sbr-3.jpg' border='0'></a>";
images[13] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sbr-4.jpg' border='0'></a>";
images[14] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sbr-5.jpg' border='0'></a>";
images[15] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sxa-1.jpg' border='0'></a>";
images[16] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sxa-2.jpg' border='0'></a>";
images[17] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sxa-3.jpg' border='0'></a>";
images[18] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sxa-4.jpg' border='0'></a>";
images[19] = "<a href = 'http://streetbikerider.com'><img width='760'  src='http://biker360.com/site_image/banners/sxa-5.jpg' border='0'></a>";

images[20] = "<a href = 'http://mxdirtrider.com'><img width='760'  src='http://biker360.com/site_image/banners/mxd-banner-0003.jpg' border='0'></a>";
images[21] = "<a href = 'http://mxdirtrider.com'><img width='760'  src='http://biker360.com/site_image/banners/mxd-banner-0002.jpg' border='0'></a>";
images[22] = "<a href = 'http://mxdirtrider.com'><img width='760'  src='http://biker360.com/site_image/banners/mxd-banner-0001.jpg' border='0'></a>";
images[23] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-banner-0005.jpg' border='0'></a>";
images[24] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-banner-0004.jpg' border='0'></a>";
images[25] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-banner-0003.jpg' border='0'></a>";
images[26] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-banner-0002.jpg' border='0'></a>";
images[27] = "<a href = 'http://motorhelmets.com'><img width='760'  src='http://biker360.com/site_image/banners/moto-banner-0001.jpg' border='0'></a>";





index = Math.floor(Math.random() * images.length);


document.write(images[index] );

//done

