<!-- Begin RANDOM

var twox = "<img src=\"picts/";
var thrx = " border=\"0\" width=\"800\" height=\"533\"><br>";
var forx = "";
var img = "";

forx += Math.floor(Math.random()*10);
img = forx;
if (img == "0") {
document.write(twox+ 'home-1.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'home-2.jpg"' +thrx);
}
if (img == "2") {
document.write(twox+ 'home-3.jpg"' +thrx);
}
if (img == "3") {
document.write(twox+ 'home-4.jpg"' +thrx);
}
if (img == "4") {
document.write(twox+ 'home-5.jpg"' +thrx);
}
if (img == "5") {
document.write(twox+ 'home-1.jpg"' +thrx);
}
if (img == "6") {
document.write(twox+ 'home-2.jpg"' +thrx);
}
if (img == "7") {
document.write(twox+ 'home-3.jpg"' +thrx);
}
if (img == "8") {
document.write(twox+ 'home-4.jpg"' +thrx);
}
if (img == "9") {
document.write(twox+ 'home-5.jpg"' +thrx);
}

// -- END -->
