var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"800\" height=\"184\" alt=\"Highland Oaks\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*5);
img = rnumb;
if (img == "0") {
document.write(b1dis+ "index.html" +bdis+ "images/pagetop_01.jpg\"" +edis);
}
if (img == "1") {
document.write(b1dis+ "index.html" +bdis+ "images/pagetop_02.jpg\"" +edis);
}
if (img == "2") {
document.write(b1dis+ "index.html" +bdis+ "images/pagetop_03.jpg\"" +edis);
}
if (img == "3") {
document.write(b1dis+ "index.html" +bdis+ "images/pagetop_04.jpg\"" +edis);
}
if (img == "4") {
document.write(b1dis+ "index.html" +bdis+ "images/pagetop_05.jpg\"" +edis);
}
