var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'New Moon' Opened Huge Internationally
";
arnews[0] += "These are all estimates. But in Australia today, NEW MOON 's midnight results were the highest grossing midnight screening since STAR WARS: EPISODE 3 . NEW MOON played on 466 screens and grossed a phenomenal $1.6M. On Wednesday, NEW MOON launched No.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:34:55 GMT";
arnews[0] += "
";
arnews[1]="TrackBack
";
arnews[1] += "Granted, 'Inglourious Basterds' has a strong chance of making the field as well as the animated Pixar wonder 'Up,' but those hits have much more of a prestige pedigree than 'Trek' does.\" And, Greg adds, \"let's be honest, as amazing a job Paramount has done in revitalizing the 'Trek' brand, for many Academy members the stigma of what the franchise ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:56:37 GMT";
arnews[1] += "
";
arnews[2]="Smitten Thandie reveals tale of love at first sight
";
arnews[2] += "THE Armistice, formally ending the fighting in the First World War, was signed at the eleventh hour of the eleventh day of the eleventh month in 1918.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 02:46:49 GMT";
arnews[2] += "
";
arnews[3]="Editor's Choice: People's Choice winners are unveiled as TV ...
";
arnews[3] += "THE TV search gets under way next week for The Greatest Scot - and today we name the five People's Choice candidates to join the existing list of 30.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Guinness latest to make 'big' ad
";
arnews[4] += "IRISH beer brewer Guinness has issued the latest challenge in \"big ads\" by beer companies, as it launches its multi-million dollar \"World\" campaign.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 11:34:38 GMT";
arnews[4] += "
";
arnews[5]="General Mafia Discussion XV
";
arnews[5] += "Conclusion - The Blode and Zhou Tai Rocks Futurama: War in the World of Tomorrow Conclusion - whiskersmgoo and King Bubsgonzola Star Wars: Deadly Mistakes Conclusion - Dash the Stampede w/Zhou Tai Rocks Superheroes II: Clash Of The Titans Conclusion - Iconic w/The Hazard Neoseeker II Reboot Conclusion - Zhou Tai Rocks 2009: Conclusion - GabboUK ...";
arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 04:02:53 GMT";
arnews[5] += "
";
arnews[6]="The Bagger Is Dead... Long Live The Bagger
";
arnews[6] += "I don't know Melena Ryzik. I have nothing against Melena Ryzik. But \"The Carpetbagger\" was David Carr... not Ms.";
arnews[6] += "
Publ.Date : Tue, 20 Oct 2009 22:58:28 GMT";
arnews[6] += "
";
totcount = 7;
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("