var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Urban Planner: August 7, 2009
"; arnews[0] += "Urban Planner is Torontoist's daily guide to what's on in Toronto, published every morning."; arnews[0] += "
Publ.Date : Fri, 07 Aug 2009 14:00:00 GMT"; arnews[0] += "
"; arnews[1]="Print Version
"; arnews[1] += "Fifteen year-old YouTube sensation turned tween heartthrob, Justin Bieber co-hosts MUCHONDEMAND on Friday, Aug."; arnews[1] += "
Publ.Date : Thu, 06 Aug 2009 01:36:42 GMT"; arnews[1] += "
"; arnews[2]="Justin Bieber Brings The Co-Host Fever To MUCHONDEMAND, August 7
"; arnews[2] += "Fifteen year-old YouTube sensation turned tween heartthrob, Justin Bieber co-hosts MUCHONDEMAND on Friday, Aug."; arnews[2] += "
Publ.Date : Thu, 06 Aug 2009 01:35:59 GMT"; arnews[2] += "
"; arnews[3]="Dancers fulfill desire: Celebrities raise $50,000 for charity
"; arnews[3] += "On game day, football teams stage walk-throughs. Basketball teams conduct shoot-arounds. No stress, please."; arnews[3] += "
Publ.Date : Mon, 15 Jun 2009 16:42:48 GMT"; arnews[3] += "
"; arnews[4]="Life's a dance
"; arnews[4] += "As music thumps through the Fred Astaire Dance Studio on Bayou Blvd., Teri Levin, co-owner of Levin-Rinke Resort Realty, is swept off her feet."; arnews[4] += "
Publ.Date : Fri, 12 Jun 2009 22:18:00 GMT"; arnews[4] += "
"; arnews[5]="Talent showcased at dance event
"; arnews[5] += "Reigning national and world champions in American Rhythm and veterans of the television program, \"Dancing with the Stars,\" Tony Dovolani and Elena Grinenko brought their grace, star power and expertise to Newark Sunday as judges and performers in the Ohio Invitational and Showcase."; arnews[5] += "
Publ.Date : Mon, 08 Jun 2009 10:47: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("
");