var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"390\" height=\"124\" alt=\"Click here for more Information\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*3);
img = rnumb;

if (img == "0") {
document.write(b1dis+ "http://www.stfrancisbayaccommodation.co.za" +bdis+ "http://www.dna-online.co.za/images/random1.jpg\"" +edis);
}

if (img == "1") {
document.write(b1dis+ "http://www.margateaccommodation.co.za" +bdis+ "http://www.dna-online.co.za/images/random2.jpg\"" +edis);
}

if (img == "2") {
document.write(b1dis+ "http://www.portalfredaccommodation.co.za" +bdis+ "http://www.dna-online.co.za/images/random3.jpg\"" +edis);
}
