var bdis = "<img src=\"";
var edis = " width=\"561\" height=\"221\" alt=\"The Leisure & Outdoor Furniture Company\" border=\"0\">";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*6);
img = rnumb;
document.root="http://www.lofa.co.uk";

if (img == "0") {
document.write(bdis+document.root+ "/img/home_topheaderimg1.jpg\"" +edis);
}

if (img == "1") {
document.write(bdis+document.root+ "/img/home_topheaderimg2.jpg\"" +edis);
}

if (img == "2") {
document.write(bdis+document.root+ "/img/home_topheaderimg3.jpg\"" +edis);
}

if (img == "3") {
document.write(bdis+document.root+ "/img/home_topheaderimg4.jpg\"" +edis);
}

if (img == "4") {
document.write(bdis+document.root+ "/img/home_topheaderimg5.jpg\"" +edis);
}

if (img == "5") {
document.write(bdis+document.root+ "/img/home_topheaderimg6.jpg\"" +edis);
}