function workforce()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<a href="http://www.ksphotography.co.uk/workforce.shtml"><img src="http://www.ksphotography.co.uk/home-workforce/ConstructionPhotography001.jpg" width="300" height="700" border="0"></a>'); } // 001
if (ranNum == 1){document.write('<a href="http://www.ksphotography.co.uk/workforce.shtml"><img src="http://www.ksphotography.co.uk/home-workforce/ConstructionPhotography002.jpg" width="300" height="700" border="0"></a>'); } // 002
if (ranNum == 2){document.write('<a href="http://www.ksphotography.co.uk/workforce.shtml"><img src="http://www.ksphotography.co.uk/home-workforce/ConstructionPhotography003.jpg" width="300" height="700" border="0"></a>'); } // 003
if (ranNum == 3){document.write('<a href="http://www.ksphotography.co.uk/workforce.shtml"><img src="http://www.ksphotography.co.uk/home-workforce/ConstructionPhotography004.jpg" width="300" height="700" border="0"></a>'); } // 004
}
