var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ponting and Co bury out-classed West Indies
"; arnews[0] += "After the match was effectively sealed from the first ball when Chris Gayle fell, Australia ran over a disappointing West Indies for an eight-wicket victory to earn a 2-0 lead."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:20:01 GMT"; arnews[0] += "
"; arnews[1]="NBA All-Star Game parties this weekend
"; arnews[1] += "The plethora of Dallas-area parties surrounding the NBA All-Star Game this weekend may be a case, to use an old expression, of champagne wishes and caviar dreams."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:58:31 GMT"; arnews[1] += "
"; arnews[2]="'Dear John' breaks 'Avatar's' No. 1 streak
"; arnews[2] += "For the first time in eight weeks, the box office was about something other than blue creatures on some alien planet."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:50:14 GMT"; arnews[2] += "
"; arnews[3]="Drafting 1st Round WRs Isn't Easy
"; arnews[3] += "If equipped with 20/20 hindsight, sifting through the past 10 NFL drafts clearly shows that selecting a wide receiver in the first round is like trying to find a pot of gold in a minefield."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:31:10 GMT"; arnews[3] += "
"; arnews[4]="Box Office: 'Dear John' blows out 'Avatar' for a Super Bowl weekend record
"; arnews[4] += "Can you imagine if \"Dear John\" had only been in 3-D? Yes, the adaptation of the Nicolas Sparks best-seller had a record-breaking Super Bowl opening weekend with $32.4 million, but somewhere an executive is wondering how much more they could have made if the tearjerker was in three dimensions."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:55:09 GMT"; arnews[4] += "
"; arnews[5]="Doug Bollinger rips through West Indies as Australia canter to win
"; arnews[5] += "Australia cruised to another comfortable one-day international win over a West Indies side looking increasingly out of their depth today."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:42: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("
");