var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Christmas Books: Celebrity Memoirs
"; arnews[0] += "Peter Kay's The Sound of Laughter sold more hardback copies than any other British autobiography in history."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:33:27 GMT"; arnews[0] += "
"; arnews[1]="Claire Black: 'In a score update for Gender Equality, it's Male Fantasy, 3 a " Women's Reality, nil'
"; arnews[1] += "By Claire Black HAPPY hookers, lesbians being \"converted\" by ageing men and the head of the Girls' Schools Association explaining that women can be clever and still, like, look nice."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:00:00 GMT"; arnews[1] += "
"; arnews[2]="...but it's no fun bedding MPs and fat lawyers with bad breath.
"; arnews[2] += "STUNNING star student Paige Ashley turned her back on a lawyer's career to make 1million as a real life Belle de Jour."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:52:25 GMT"; arnews[2] += "
"; arnews[3]="The myth of the happy hooker
"; arnews[3] += "A POINT OF VIEW The unmasking of Belle de Jour makes us think of a litany of brilliant courtesans, writes Clive James in his weekly column."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:10:01 GMT"; arnews[3] += "
"; arnews[4]="Today's pretty woman? She's a summa cum hottie
"; arnews[4] += "Elizabeth Renzetti Published on Friday, Nov. 20, 2009 4:27PM EST Last updated on Friday, Nov."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:20:19 GMT"; arnews[4] += "
"; arnews[5]="A Few Questions for Belle de Jour, Call Girl and Scientist
"; arnews[5] += "In 2003, a young American woman in London studying for her PhD. ran into money trouble."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:30:34 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");