var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Latest International News
"; arnews[0] += "Sex addict couple arrested over phone box romp! A couple caught making love in a public telephone booth said they couldnt stop themselves because they are sex addicts."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:23:48 GMT"; arnews[0] += "
"; arnews[1]="Stephanie Rice likes decent guys
"; arnews[1] += "Australian News.Net Saturday 21st November, 2009 Melbourne, Nov 21 : Swimming champ Stephanie Rice likes guys who are decent and fun to be with."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:24:01 GMT"; arnews[1] += "
"; arnews[2]="Steph's splash of colour
"; arnews[2] += "NEWLY independent Stephanie Rice made an interesting fashion choice for the GQ Man of the Year awards, channelling a canary in a cheery cocktail frock."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:30:37 GMT"; arnews[2] += "
"; arnews[3]="New Moon Moms big fans of Twilight
"; arnews[3] += "The Twilight series is an epic love story of Good vs. Evil. The books, written by Stephanie Meyer for young adults, are many mothers' guilty pleasure."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:33:10 GMT"; arnews[3] += "
"; arnews[4]="Cribbs plans to face Lions
"; arnews[4] += "BEREA: Josh Cribbs zipped around during Friday's practice as if nothing had happened earlier in the week."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:21:00 GMT"; arnews[4] += "
"; arnews[5]="Session 3: Huskers Take Over First at Husker Invitational
"; arnews[5] += "Behind a strong showing in the 50-yard freestyle and in the two relays on Friday evening, the Nebraska swimming and diving team overtook first place at the Husker Invitational."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT"; arnews[5] += "
"; arnews[6]="'New Moon' draws captive audience
"; arnews[6] += "Maegan Letras is not into romance - not in novels and movies, at least. \"I do not like romances."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 16:08:33 GMT"; arnews[6] += "
"; arnews[7]="Community birth announcements
"; arnews[7] += "Michael and Orlene Hawks of Okemos announce the birth of their daughter Natalia Dale."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 15:47:00 GMT"; arnews[7] += "
"; arnews[8]=""Project Runway" trips and falls
"; arnews[8] += "Irina Shabeyeva won last night's finale of \"Project Runway,\" which might've been interesting if it were remotely unexpected, or if someone said something memorable during the entire finale."; arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 14:09:11 GMT"; arnews[8] += "
"; totcount = 9; 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("
");