var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="John Stamos Gets Star On Hollywood Walk Of Fame
"; arnews[0] += "Share + Nov 17, 2009 11:41 am US/Central LOS ANGELES Whether people know him as Blackie, Uncle Jesse, Dr."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 21:38:49 GMT"; arnews[0] += "
"; arnews[1]="Fast Facts About Keira Knightley
"; arnews[1] += "Acting is in Keira Knightley's blood. Keira was born March 26, 1985 to actor, Will Knightley, and actress-turned-playwright, Sharman Macdonald."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 19:52:58 GMT"; arnews[1] += "
"; arnews[2]="Wayne Rooney's baby Kai: where does the name come from?
"; arnews[2] += "The unusual name of Wayne and Coleen Rooney's son Kai has sparked speculation as to its meaning."; arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 23:53:37 GMT"; arnews[2] += "
"; arnews[3]="Party puts the spotlight on Desi culture
"; arnews[3] += "Young Indo-Canadians' affectionate fusion of Indian and Western culture will be celebrated tonight at a Diwali party that puts a contemporary spin on the Hindu New Year."; arnews[3] += "
Publ.Date : Sun, 18 Oct 2009 00:27:37 GMT"; arnews[3] += "
"; arnews[4]="DVD Alternatives to This Weekend's Theatrical Offerings
"; arnews[4] += "With only one new wide release this weekend, DVDs are a good choice for approximating the slew of fascinating art house openers... MaryAnn Johanson , Oct 09, 2009 We know how it is: You'd like to go to the movies this weekend, but the idea of just lying on a tropical beach -- even if you have to pretend the sofa is made of sand -- sounds so much ..."; arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 23:35:00 GMT"; arnews[4] += "
"; arnews[5]="7 days quiz
"; arnews[5] += "1.) Multiple Choice Question \"I don't even class myself as English any more.\" Said who this week? Mel B Robbie Williams James Hewitt Tracey Emin Info The Conservatives unveiled a new weapon in the party conference staging war - the video backdrop."; arnews[5] += "
Publ.Date : Fri, 09 Oct 2009 08:31:33 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("
");