var rnumb = "";
var img = "";
var linkURL = "development_";

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

if (img == "0") {
	document.write("<div class=\"btn-next\"></div><img src=\"img/featured_01.jpg\" title=\"\" alt=\"\" /><h5>Westminster Gardens</h5><p>Bispham, Lancashire. 3 and 4 Bedroom Homes</p><p><a href=\"properties/westminster-gardens-bispham\"/>Find out more</a></p>");
}

if (img == "1") {
		document.write("<div class=\"btn-next\"></div><img src=\"img/featured_02.jpg\" title=\"\" alt=\"\" /><h5>The Maples</h5><p>Crewe, 4 and 5 Bedroom Homes now available</p><p><a href=\"properties/the-maples-crewe\"/>Find out more</a></p>");
}

if (img == "2") {
	document.write("<div class=\"btn-next\"></div><img src=\"img/featured_03.png\" title=\"\" alt=\"\" /><h5>The Beeches</h5><p>St Helens, 3 and 4 Bedroom Homes</p><p><a href=\"properties/the-beeches-st-helens\"/>Find out more</a></p>");
}

if (img == "3") {
	document.write("<div class=\"btn-next\"></div><img src=\"img/featured_04.jpg\" title=\"\" alt=\"\" /><h5>Warbreck Gardens</h5><p>Blackpool, 3 Bedroom Homes available</p><p><a href=\"properties/warbreck-gardens-blackpool\"/>Find out more</a></p>");
}



