// JavaScript Document

var twox = "<img src=\"picts/";
var thrx = " >";
var forx = "";
var img = "";

forx += Math.floor(Math.random()*7);
img = forx;
if (img == "0") {
document.write(twox+ "home_pic1.jpg\"" +thrx);
}
if (img == "1") {
document.write(twox+ "home_pic2.jpg\"" +thrx);
}
if (img == "2") {
document.write(twox+ "home_pic3.jpg\"" +thrx);
}
if (img == "3") {
document.write(twox+ "home_pic4.jpg\"" +thrx);
}
if (img == "4") {
document.write(twox+ "home_pic5.jpg\"" +thrx);
}
if (img == "5") {
document.write(twox+ "home_pic6.jpg\"" +thrx);
}
if (img == "6") {
document.write(twox+ "home_pic7.jpg\"" +thrx);
}

// -- END -->