function profilesfour()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<img src="/biogimages/peter_mcgahan.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#PeterMcGahan">Peter McGahan</a>'); } // PeterMc
if (ranNum == 1){document.write('<img src="/biogimages/richard_morea.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#RichardMorea">Richard Morea</a>'); } // richardM
if (ranNum == 2){document.write('<img src="/biogimages/rob_clifford.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#RobClifford">Rob Clifford</a>'); } // RobC
if (ranNum == 3){document.write('<img src="/biogimages/simon_conn.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#SimonConn">Simon Conn</a>'); } // stmonC
}
