<!--
function getcontent3() {
var count = 8;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "<a href=\"http://www.wandc.com/portfolio/websites/websites2.asp\"><img src=\"http://www.wandc.com/images/home-features/wilsons-feature2.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/websites/websites2.asp\">WILSONS HAIRDRESSERS ></a>";
if (r == 2) return "<a href=\"http://www.wandc.com/portfolio/websites/websites17.asp\"><img src=\"http://www.wandc.com/images/home-features/bowland-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/websites/websites17.asp\">BOWLAND STONE ></a>";
if (r == 3) return "<a href=\"http://www.wandc.com/portfolio/websites/websites21.asp\"><img src=\"http://www.wandc.com/images/home-features/paystream-feature3.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/websites/websites21.asp\">PAYSTREAM ></a>";
if (r == 4) return "<a href=\"http://www.wandc.com/portfolio/websites/websites5.asp\"><img src=\"http://www.wandc.com/images/home-features/posh-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/websites/websites5.asp\">POSH INTERIORS ></a>";
if (r == 5) return "<a href=\"http://www.wandc.com/portfolio/websites/websites19.asp\"><img src=\"http://www.wandc.com/images/home-features/olivine-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/websites/websites19.asp\">OLIVINE ></a>";
if (r == 6) return "<a href=\"http://www.wandc.com/portfolio/websites/websites20.asp\"><img src=\"http://www.wandc.com/images/home-features/risksolutions-feature1.jpg\">"
	+ "<a href=\"http://www.wandc.com/portfolio/websites/websites20.asp\">RISK SOLUTIONS ></a>";
if (r == 7) return "<a href=\"http://www.wandc.com/portfolio/websites/index.asp\"><img src=\"http://www.wandc.com/images/home-features/golfcode-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/websites/index.asp\">GOLFCODE ></a>";
if (r == 8) return "<a href=\"http://www.wandc.com/portfolio/websites/websites4.asp\"><img src=\"http://www.wandc.com/images/home-features/rpe-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/websites/websites4.asp\">ROYAL PELICAN ESTATES ></a>";
} 
//-->