var bdis = "<img src=\"";
var edis = " width=\"330\" height=\"219\" alt=\"Tregaron Self Catering Wales\" border=\"0\" usemap=\"#Map\">";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*6);
img = rnumb;
document.root="http://www.tregaronselfcateringwales.co.uk"

if (img == "0") {
document.write(bdis+document.root+ "/imagesr/1.jpg\"" +edis);
}

if (img == "1") {
document.write(bdis+document.root+ "/imagesr/2.jpg\"" +edis);
}

if (img == "2") {
document.write(bdis+document.root+ "/imagesr/3.jpg\"" +edis);
}

if (img == "3") {
document.write(bdis+document.root+ "/imagesr/4.jpg\"" +edis);
}

if (img == "4") {
document.write(bdis+document.root+ "/imagesr/5.jpg\"" +edis);
}

if (img == "5") {
document.write(bdis+document.root+ "/imagesr/6.jpg\"" +edis);
}