function profilestwo()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<img src="/biogimages/david_hollingworth.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#DavidHollingworth">David Hollingworth</a>'); } // DavidH
if (ranNum == 1){document.write('<img src="/biogimages/mel_bien.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#MelBien">Mel<br>Bien</a>'); } // MelB
if (ranNum == 2){document.write('<img src="/biogimages/ray_boulger.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#RayBoulger">Ray Boulger</a>'); } // RayB
if (ranNum == 3){document.write('<img src="/biogimages/kevin_carr.jpg"></br><a href="http://www.cashquestions.com/the-financial-experts.html#KevinCarr">Kevin Carr</a>'); } // KevinC
}
