var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="FORD Models Supermodel of the World Canada Premieres September 5 on Citytv
"; arnews[0] += "TORONTO, Sept. 3 /CNW/ - Strap on your stilettos and strut your stuff to the nearest television set to catch the premiere of the exciting four part series as Maybelline New York presents FORD Models Supermodel of the World Canada, only on Citytv, premiering Saturday, September 5 at 8 PM."; arnews[0] += "
Publ.Date : Thu, 03 Sep 2009 18:53:00 GMT"; arnews[0] += "
"; arnews[1]="South O' the Highway
"; arnews[1] += "South O' the Highway Katie Holmes and husband Tom Cruise have been spotted out and about on the North Fork."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:04:47 GMT"; arnews[1] += "
"; arnews[2]="Top 10: Hip & Hot Single Celebrity Boomers
"; arnews[2] += "Americans are obsessed with famous, picture perfect unions. Yet even celebrities with a fan base, don't always have an easy time settling down."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="America Ferrera is a Bahama Mama When 'Ugly Betty' Goes to the Islands
"; arnews[3] += "In the steamy Bahamas, the love triangle between Betty , Matt and Amanda explodes, and romantic pairings abound."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:01:00 GMT"; arnews[3] += "
"; arnews[4]="Could This Be the Last of 'Ugly Betty'?
"; arnews[4] += "Sounds like trouble for Ugly Betty and its fans, because the end may soon be approaching for the series."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:00:15 GMT"; arnews[4] += "
"; arnews[5]="Waco news briefs for Wed., Nov. 18
"; arnews[5] += "Historic Waco Foundation is sponsoring two \"Talk of the Town\" dinner party fundraisers Friday and Saturday."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 05: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("
");