images = new Array();

images[0] = "<img src=\"/images/home_photo2.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[1] = "<img src=\"/images/home_photo3.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[2] = "<img src=\"/images/home_photo4.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[3] = "<img src=\"/images/home_photo5.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[4] = "<img src=\"/images/home_photo6.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[5] = "<img src=\"/images/home_photo7.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[6] = "<img src=\"/images/home_photo8.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[7] = "<img src=\"/images/home_photo9.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[8] = "<img src=\"/images/home_photo10.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";
images[9] = "<img src=\"/images/home_photo11.jpg\" width=\"661\" height=\"136\" id=\"bannerPhoto\" alt=\"\" />";

var x = images.length;

n = Math.floor(Math.random() * x);

document.write(images[n]);