var r_text = new Array ();
r_text[0] = "<img src='images/photos/aboutus.jpg' border='0' width='468' height='236' alt='' />";
r_text[1] = "<img src='images/photos/blackandwhitecat.jpg' border='0' width='468' height='236' alt='' />";
r_text[2] = "<img src='images/photos/blackcat.jpg' border='0' width='468' height='236' alt='' />";
r_text[3] = "<img src='images/photos/chaircat.jpg' border='0' width='468' height='236' alt='' />";
r_text[4] = "<img src='images/photos/contactus.jpg' border='0' width='468' height='236' alt='' />";
r_text[5] = "<img src='images/photos/fourcats.jpg' border='0' width='468' height='236' alt='' />";
r_text[6] = "<img src='images/photos/greeneyes.jpg' border='0' width='468' height='236' alt='' />";
r_text[7] = "<img src='images/photos/grumpycat.jpg' border='0' width='468' height='236' alt='' />";
r_text[8] = "<img src='images/photos/helpus.jpg' border='0' width='468' height='236' alt='' />";
r_text[9] = "<img src='images/photos/links.jpg' border='0' width='468' height='236' alt='' />";
r_text[10] = "<img src='images/photos/news.jpg' border='0' width='468' height='236' alt='' />";
r_text[11] = "<img src='images/photos/peekaboocat.jpg' border='0' width='468' height='236' alt='' />";
r_text[12] = "<img src='images/photos/tnr.jpg' border='0' width='468' height='236' alt='' />";
r_text[13] = "<img src='images/photos/twocats.jpg' border='0' width='468' height='236' alt='' />";
r_text[14] = "<img src='images/photos/whiteandgreycats.jpg' border='0' width='468' height='236' alt='' />";
r_text[15] = "<img src='images/photos/woodycat.jpg' border='0' width='468' height='236' alt='' />";
var i = Math.round(15*Math.random());
document.write(r_text[i]);