var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Top 10 most-watched shows of the decade
"; arnews[0] += "A list of the most-watched TV episodes of the decade reads like an exercise in nostalgia."; arnews[0] += "
Publ.Date : Mon, 04 Jan 2010 19:08:39 GMT"; arnews[0] += "
"; arnews[1]="Top 10 most-watched shows of the decade
"; arnews[1] += "A list of the most-watched TV episodes of the decade reads like an exercise in nostalgia."; arnews[1] += "
Publ.Date : Sun, 13 Dec 2009 22:45:35 GMT"; arnews[1] += "
"; arnews[2]="Top 10 Most-Watched Shows Of The Decade
"; arnews[2] += "A list of the most-watched TV episodes of the decade reads like an exercise in nostalgia."; arnews[2] += "
Publ.Date : Thu, 03 Dec 2009 19:47:49 GMT"; arnews[2] += "
"; arnews[3]="Top most-watched shows of the decade
"; arnews[3] += "A list of the most-watched TV episodes of the decade reads like an exercise in nostalgia."; arnews[3] += "
Publ.Date : Thu, 03 Dec 2009 13:36:34 GMT"; arnews[3] += "
"; totcount = 4; 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("
");