var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Band Of Skulls Play At New Moon Premiere Party
";
arnews[0] += "TORONTO a ' A drizzly November evening set the tone for an evening filled vampires, werewolves and hard rock at the gala screening for The Twilight Saga: New Moon at Toronto's Elgin & Winter Garden Theatre Thursday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:01:47 GMT";
arnews[0] += "
";
arnews[1]="'The Sims 3: World Adventures' (PC) v2.2.8 Patch Available NOW
";
arnews[1] += "Players can take their Sims on new journeys to famous real-world inspired destinations around the globe for the first time ever and seek out new adventures.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:25:44 GMT";
arnews[1] += "
";
arnews[2]="Rainy weather in Toronto doesn't deter Twilight fans
";
arnews[2] += "Throngs of Twilight fans braved rainy weather for the Canadian red carpet premiere of New Moon, the highly-anticipated second edition of the blockbuster vampire romance franchise.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:57:20 GMT";
arnews[2] += "
";
arnews[3]="Twilight New Moon Has Toronto Premiere
";
arnews[3] += "Twihards lined the streets of downtown Toronto for the Canadian premiere of New Moon.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:41:14 GMT";
arnews[3] += "
";
arnews[4]="Hedley announces Penticton performance
";
arnews[4] += "Hedley, Vancouver's multi-platinum power pop-rockers have announced they are kicking off their next tour with a show at the South Okanagan Events Centre on March 22 before crossing the country to finish up in St.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:28:21 GMT";
arnews[4] += "
";
arnews[5]="Pop Star Pixie Lott Duets with Her Virtual Self in New Music Video...
";
arnews[5] += "Guildford, UK, November 18, 2009: British pop star and MTV Europe award-winner Pixie Lott today unveils a brand new virtual side to herself in her hot new music video.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:52:10 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("