var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sharks-Ducks Preview
"; arnews[0] += "A stop home helped the San Jose Sharks end a brief rough patch. A visit to Anaheim might help them avoid a third straight loss on the road."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:47:29 GMT"; arnews[0] += "
"; arnews[1]="Ducks' Perry puts point streak on the line versus Sharks
"; arnews[1] += "Corey Perry #10 of the Anaheim Ducks moves the puck against the Tampa Bay Lighting during the game on November 19, 2009 at Honda Center in Anaheim, California."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:45:10 GMT"; arnews[1] += "
"; arnews[2]="Sharks-Ducks Preview
"; arnews[2] += "A stop home helped the San Jose Sharks end a brief rough patch. A visit to Anaheim might help them avoid a third straight loss on the road."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:48:47 GMT"; arnews[2] += "
"; arnews[3]="'X Factor' finalists 'at breaking point'
"; arnews[3] += "Some of the X Factor contestants are reportedly at breaking point as the final approaches."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:23:38 GMT"; arnews[3] += "
"; arnews[4]="Joe's British Invasion
"; arnews[4] += "Jonas gives girls something to talk about on the streets of London. Plus: Pete & Ashlee, Taylor Swift, Kellan Lutz and more"; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:40:21 GMT"; arnews[4] += "
"; arnews[5]="Saturday's TV Highlights: 'Robin Hood' learns he has a half-brother
"; arnews[5] += "BROTHERS: Gisborne and Robin work together to save their half-brother on a new episode of 'Robin Hood' at 6 and 9 p.m. on BBC A SERIES Celebrity Ghost Stories: Jay Thomas mistakenly used a tombstone in a home renovation ."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("
");