var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Pistons having struggles moving the ball
"; arnews[0] += "Almost everybody agrees that the Pistons' lack of ball movement has contributed to most of their seven losses."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:52:59 GMT"; arnews[0] += "
"; arnews[1]="Pistons face tough task at home of Jazz
"; arnews[1] += "Salt Lake City -- This is pleasant country, but the actual part of playing the Jazz has been a downright awful experience for the Pistons lately."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="A gap in the White House tape recordings related to Watergate was revealed
"; arnews[2] += "Today: is the 325th day of 2009. There are 40 days left in the year. On this date In 1973, President Richard Nixon's attorney, J. Fred Buzhardt, revealed the existence of an 18 -minute gap in one of the White House tape recordings related to Watergate."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:10:31 GMT"; arnews[2] += "
"; arnews[3]="Dislike predates football in Ohio-Michigan rivalry
"; arnews[3] += "When teams from No. 10 Ohio State and Michigan meet on Saturday to play football for the 106th time, it'll just be the latest skirmish between two states and their residents who have despised each other for almost two centuries."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:57:10 GMT"; arnews[3] += "
"; arnews[4]="Today In History November 21
"; arnews[4] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:30:03 GMT"; arnews[4] += "
"; totcount = 5; 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("
");