

var NumberOfAds = 9;
var now = new Date()
var sec = now.getSeconds()
var AdNumber = sec % NumberOfAds;
AdNumber +=1;

if (AdNumber==1)

{


 News="<a href=profile-benjaminfry.html><img class=profileimg alt=Benjamin Fry src=gfx/ben_th.jpg></a><p class=normal><strong>Benjamin Fry</strong><br>Harley Street, London</p><p class=profileprice>&pound;200 per hour</p>";

}



if (AdNumber==2)

{


 News="<a href=profile-sararutherford.html><img class=profileimg alt=Sara Rutherford src=gfx/sara_th.jpg></a><p class=normal><strong>Sara Rutherford</strong><br>North East England</p><p class=profileprice>&pound;40 per hour</p>";

}



if (AdNumber==3)

{


 News="<a href=profile-alexinafantato.html><img class=profileimg alt=Alexina Hereford src=gfx/alexina_th.jpg></a><p class=normal><strong>Alexina Fantato</strong><br>Banbury &amp; Oxford</p><p class=profileprice>&pound;40 per hour</p>";

}

if (AdNumber==4)

{


 News="<a href=profile-joannnilssen.html><img class=profileimg alt=Jo-Ann Nilssen src=gfx/jo_th.jpg></a><p class=normal><strong>Jo-Ann Nilssen</strong><br>Welwyn Garden City, Hertfordshire</p><p class=profileprice>&pound;40 per hour</p>";

}


if (AdNumber==5)

{


 News="<a href=profile-libbyhodges.html><img class=profileimg alt=Libby Hodges src=gfx/libby_th.jpg></a><p class=normal><strong>Libby Hodges</strong><br>Coventry, Warwickshire</p><p class=profileprice>&pound;75 per hour</p>";

}

if (AdNumber==6)

{


 News="<a href=profile-pamsandhu.html><img class=profileimg alt=Pam Sandhu src=gfx/pam_th.jpg></a><p class=normal><strong>Pam Sandhu</strong><br>Nationwide (Telephone consultation)</p><p class=profileprice>&pound;45 per hour</p>";

}


if (AdNumber==7)

{


 News="<a href=profile-judithspurr.html><img class=profileimg alt=Judith Spurr src=gfx/judithspurr_th.jpg></a><p class=normal><strong>Judith Spurr</strong><br>Dorchester, Dorset and Telephone Consultations</p><p class=profileprice>&pound;45 per hour</p>";

}

if (AdNumber==8)

{


 News="<a href=profile-yasmeenarden.html><img class=profileimg alt=Yasmeen Arden src=gfx/yasmeen_th.jpg></a><p class=normal><strong>Yasmeen Arden</strong><br>Central London</p><p class=profileprice>&pound;50 per hour </p>";

}


if (AdNumber==9)

{

  
   News="<a href=profile-judithbalcazar.html><img class=profileimg alt=Judith Balcazar src=gfx/judith_th.jpg></a><p class=normal><strong>Judith Balcazar</strong><br>Central London</p><p class=profileprice>&pound;100 per hour</p>";

}


document.write(News)

