function profiles()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<img src="/biogimages/paul_banfield.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#PaulBanfield">Paul Banfield</a>'); } // paulB
if (ranNum == 1){document.write('<img src="/biogimages/ashley_clark.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#AshleyClarke">Ashley Clark</a>'); } // AshleyC
if (ranNum == 2){document.write('<img src="/biogimages/andrew_montlake.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#AndrewMontlake">Andrew Montlake</a>'); } // AndrewM
if (ranNum == 3){document.write('<img src="/biogimages/katie_tucker.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#KatieTucker">Katie Tucker</a>'); } // KatieT
}
