<!--

// This is the array of banners modify this to add your own images and links

var banners = new Array ("images/sidepix/model1.jpg", "#",
"images/sidepix/model2.jpg", "#",
"images/sidepix/model11.jpg", "#",
"images/sidepix/model7.jpg", "#",
"images/sidepix/model6.jpg", "#",
"images/sidepix/model1.jpg", "#",
"images/sidepix/model6.jpg", "#",
"images/sidepix/model1.jpg", "#",
"images/sidepix/model12.jpg", "#");

// Don't change any of this stuff

var numbanners = (banners.length / 2);
var curbannerindex = (Math.round(Math.random(1) * (numbanners - 1)) * 2);

// This is the HTML bit dont change the format, but you can change the HTML

document.write ("<img src='" + banners[curbannerindex] + "' width='245' valign='center' border='0'>");

//-->
