function profilesthree()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<img src="/biogimages/tom_mcphail.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#TomMcPhail">Tom McPhail</a>'); } // TomMc
if (ranNum == 1){document.write('<img src="/biogimages/dean_mirfin.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#DeanMirfin">Dean Mirfin</a>'); } // DeanM
if (ranNum == 2){document.write('<img src="/biogimages/jasonwitcombe.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#JasonWitcombe">Jason Witcombe</a>'); } // JasonW
if (ranNum == 3){document.write('<img src="/biogimages/lynsey_sweales.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#LynseySweales">Lynsey Sweales</a>'); } // LynseyS
}
