var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Internet makes divorce easy
"; arnews[0] += "MORE than 400 Australian couples have applied for divorce with the click of a mouse since e-divorce was introduced two months ago."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:00:00 GMT"; arnews[0] += "
"; arnews[1]="Today in local history
"; arnews[1] += "Girl Scout Troop 6 of St. Joseph's School had an investiture ceremony for new members yesterday in the CYC rooms of St."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:25:07 GMT"; arnews[1] += "
"; arnews[2]="Live text - Scottish Premier League
"; arnews[2] += "The Hungarian is \"drookit\" and looks as though he's just slid down one of the flumes at the Time Capsule in his suit."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:08:25 GMT"; arnews[2] += "
"; arnews[3]="Guys and Dolls
"; arnews[3] += "David Johansen could use a break. The veteran vocalist has been touring constantly with a reconstituted version of the New York Dolls since 2006."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="2.BBC Children In...
"; arnews[4] += "The singer Lady GaGa has been booked to play in front of the Queen. WORRIED footballer Thierry Henry has backed a campaign to replay the controversial World Cup clash between Ireland and France."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:12:18 GMT"; arnews[4] += "
"; arnews[5]="Key matchups, predictions: Chicago Bears vs. Philadelphia Eagles
"; arnews[5] += "QB Jay Cutler vs. CB Asante Samuel Cutler's struggles at night have been well-documented, with 11 interceptions in three evening contests."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:23:21 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("
");