<!--
function getcontent() {
var count = 8;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "<a href=\"http://www.wandc.com/portfolio/directmail/directmail2.asp\"><img src=\"http://www.wandc.com/images/home-features/pareto-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/directmail/directmail2.asp\">PARETO LAW INVITE ></a>";
if (r == 2) return "<a href=\"http://www.wandc.com/portfolio/brochures/brochures3.asp\"><img src=\"http://www.wandc.com/images/home-features/woodcroft-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/brochures/brochures3.asp\">WOODCROFT VETS BROCHURE ></a>";
if (r == 3) return "<a href=\"http://www.wandc.com/portfolio/advertising/index.asp\"><img src=\"http://www.wandc.com/images/home-features/we7-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/advertising/index.asp\">WE7 ADVERTISING ></a>";
if (r == 4) return "<a href=\"http://www.wandc.com/portfolio/signage-pos/signage-pos3.asp\"><img src=\"http://www.wandc.com/images/home-features/vettech-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/signage-pos/signage-pos3.asp\">VET TECH BANNER UP ></a>";
if (r == 5) return "<a href=\"http://www.wandc.com/portfolio/brochures/brochures21.asp\"><img src=\"http://www.wandc.com/images/home-features/lloyd-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/brochures/brochures21.asp\">LLOYD BOLAM BROCHURE ></a>";
if (r == 6) return "<a href=\"http://www.wandc.com/portfolio/identity/identity18.asp\"><img src=\"http://www.wandc.com/images/home-features/givemegrowth-feature1.jpg\">"
	+ "<a href=\"http://www.wandc.com/portfolio/identity/identity18.asp\">GIVE ME GROWTH BRANDING ></a>";
if (r == 7) return "<a href=\"http://www.wandc.com/portfolio/brochures/brochures9.asp\"><img src=\"http://www.wandc.com/images/home-features/stridingahead-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/brochures/brochures9.asp\">STRIDING AHEAD BROCHURE ></a>";
if (r == 8) return "<a href=\"http://www.wandc.com/portfolio/stationery/stationery11.asp\"><img src=\"http://www.wandc.com/images/home-features/footcare-feature1.jpg\"></a>"
	+ "<a href=\"http://www.wandc.com/portfolio/stationery/stationery11.asp\">FOOTCARE CLINIC STATIONERY ></a>";
} 
//-->