var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Somebody's eyes are watching you
"; arnews[0] += "Courtney Love has taken her shenanigans to a technological level. According to CNN.com, she had to delete her Twitter account this week because she \"tweeted\" libelous remarks against a fashion designer, who is now pressing charges."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT"; arnews[0] += "
"; arnews[1]="Selling Gaston County: 18 properties sell for more than $100,000 each
"; arnews[1] += "Real estate transactions represent transfer of real property recorded with the Gaston County Register of Deeds."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:13:25 GMT"; arnews[1] += "
"; arnews[2]="Emilie Autumn
"; arnews[2] += "Insanely talented musician, poet, cabaret act, and acquired taste Emilie Autumn is playing Culture Room tonight."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:35:43 GMT"; arnews[2] += "
"; arnews[3]="Cloning Elvis, Dating Courtney
"; arnews[3] += "Courtney Love bids $120,000 in an auction to win a date with former president Bill Clinton ."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:23:30 GMT"; arnews[3] += "
"; arnews[4]="Celebrity trainwrecks
"; arnews[4] += "Paris Hilton: She is a trainwreck because of all the public fights she keeps getting into with her boyfriend and Doug Reinhardt, and the fact that the cops had to be called to her house."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:13:02 GMT"; arnews[4] += "
"; arnews[5]="The art of writing a sex scene
"; arnews[5] += "As the shortlist for this year's Literary Review Bad Sex in Fiction Award is announced, a former winner examines the art of writing sex scenes."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 00:48:27 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("
");