var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Social media organizes event to help Haiti
"; arnews[0] += "This week I experienced something extraordinary, thanks to social media and the drive and compassion of three Calgary women."; arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 16:20:29 GMT"; arnews[0] += "
"; arnews[1]="Fast cars get rocker revved up
"; arnews[1] += "Three years ago, Gene Simmons didn't know the first thing about Indy racing. \"I never thought about it, it wasn't in my blood, I didn't grow up loving cars,\" he says."; arnews[1] += "
Publ.Date : Tue, 22 Jul 2008 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="New crowned king of absurdity
"; arnews[2] += "Directed by David Ayer. Rating 1 1/2 out of five Every now and then, when I'm stuck watching a truly horrible film, I like to play a game with myself -- let's call it Ham or No Ham."; arnews[2] += "
Publ.Date : Fri, 11 Apr 2008 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Transportation service asks township for funding
"; arnews[3] += "Council will consider making a financial commitment of $4,000 to Central Hastings Support Network in its upcoming budget deliberations."; arnews[3] += "
Publ.Date : Sat, 23 Jan 2010 02:25:40 GMT"; arnews[3] += "
"; arnews[4]="Heidi Montag Tells GMA She's Not Really a Plastic Surgery Addict
"; arnews[4] += "Heidi Montag shows us what's real on the new cover of People Magazine . Less than a week after she confessed her plastic surgery obsession in a People cover story , reality star Heidi Montag told Good Morning America she's not actually addicted to cosmetic enhancements."; arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 22:45:00 GMT"; arnews[4] += "
"; arnews[5]="Parker Lewis Can't Lose DVD Review
"; arnews[5] += "\"Coolness\" PARKER LEWIS CAN'T LOSE is having its second season released on DVD in a 4 DVD set from Shout! Factory."; arnews[5] += "
Publ.Date : Fri, 15 Jan 2010 12:37:24 GMT"; arnews[5] += "
"; arnews[6]="Transportation provider asking municipalities for help
"; arnews[6] += "The Central Hastings Support Network is looking for support from the municipalities it serves with its new transit system, both in funding and in assistance in applying for Ontario gas tax funding."; arnews[6] += "
Publ.Date : Wed, 13 Jan 2010 22:01:59 GMT"; arnews[6] += "
"; arnews[7]="Tweed bike ride rolls through Austin with class
"; arnews[7] += "Sunday's first Dapper Dan Dash and Shannon Tweed bike ride in Austin was a trip back in time."; arnews[7] += "
Publ.Date : Mon, 11 Jan 2010 14:57:51 GMT"; arnews[7] += "
"; totcount = 8; 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("
");