var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="[Gossip] Michelle Trachtenberg Gets Sweet Revenge
"; arnews[0] += "\"This one girl threw me down a flight of stairs, fractured my ribs, punched and fractured my nose, and told the principal I used the word 'bitch' and got me [sent to] detention - the only time I've ever been thrown in detention in my life.\" But she got her some sweet revenge."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:33:03 GMT"; arnews[0] += "
"; arnews[1]="Winter of our content: Fun Olympic movies
"; arnews[1] += "\"Miracle\" with Kurt Russell as the late U.S. hockey coach Herb Brooks. Here are some movies to get you into the mood for the Winter Olympics, which begin Friday in Vancouver, B.C. Cool Runnings : Based on the true story of the Jamaican Bobsled team in the 1988 Calgary Games."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:17:41 GMT"; arnews[1] += "
"; arnews[2]="Michelle Trachtenberg Was Bullied In School
"; arnews[2] += "Michelle Trachtenberg feels that she's gotten her comeuppeance on her high school classmates through her movie success and her role as the evil Georgina Sparks on \"Gossip Girl.\" Trachtenberg told Complex magazine she was regularly taunted by other kids."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 14:59:48 GMT"; arnews[2] += "
"; arnews[3]="Brangelina Challenges Queen Kardashian in Super Bowl of Photo Ops [Gossip Roundup]
"; arnews[3] += "Did Brangelina's presence make the Saints win, or was it Kim Kardashian 's tight end? Beyonce falls during a concert, Dr."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 12:07:11 GMT"; arnews[3] += "
"; arnews[4]="Citytv Programming Highlights: Monday, February 8 - Sunday, February 14
"; arnews[4] += "Tune in to Citytv for brand new episodes of all your favourite comedy, drama and reality series! Catch the Olympic themed The Biggest Loser, with U.S. Olympians Julia Mancuso, Jeret 'Speedy' Peterson, J.R Celski, Allison Jones and Rockne Brubaker."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 09:45:11 GMT"; arnews[4] += "
"; arnews[5]="Get in mood for Olympics
"; arnews[5] += "Here are some movies to get you into the mood for the Winter Olympics, which begin Friday in Vancouver, British Columbia."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 09:10:22 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("
");