var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Queen feared republic would end reign
"; arnews[0] += "THEY were the darkest days of her reign, when she feared the monarchy was in peril."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:00:00 GMT"; arnews[0] += "
"; arnews[1]="Robert Pattinson learns secrets of success
"; arnews[1] += "LOS ANGELES - Maybe it can be dismissed as simply his British background, but Robert Pattinson says he hasn't really been affected by the mountains of attention he's garnered since 'Twilight.' 'I still feel I'm pretty much exactly the same, which is maybe not a good thing,' Pattinson, who plays the always brooding Edward in the 'Twilight' ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Children Uniting Nations Celebrates 11th Annual Day of the Child with ...
"; arnews[2] += "Children Uniting Nations DOC is the community's way of letting foster children know that someone cares by providing mentors for the day."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:23:52 GMT"; arnews[2] += "
"; arnews[3]="Trailer: Robert Pattinson In a Remember Mea
"; arnews[3] += "Robert Pattinson stars in this drama centered on two lovers whose newfound relationship is threatened as they try to cope with recent family tragedies."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:12:47 GMT"; arnews[3] += "
"; arnews[4]="Student becomes teacher
"; arnews[4] += "Director Marcia Kash on the set of Educating Rita, at the Segal Centre for Performing Arts."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:05:47 GMT"; arnews[4] += "
"; arnews[5]="Domestic Percy Jackson Trailer Unveiled
"; arnews[5] += "Did you dig the international trailer for Percy Jackson & The Olympians: The Lightning Thief ? Well, brace yourself, because the domestic trailer is out, and it's far better! The new trailer gives us the best look yet at some impressive special effects and the stellar cast, which includes Logan Lerman, Pierce Brosnan, Uma Thurman, Rosario Dawson, ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:29:29 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("
");