var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Framed Star Wars Film Cells - $24.99
";
arnews[0] += "These Star Wars Film Cells are an exciting collectable memory from the classic film series that changed the world.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 07:17:15 GMT";
arnews[0] += "
";
arnews[1]="New Moon Breaks Advance Sales Records
";
arnews[1] += "New Moon has become the top-selling pre-release movie of all time. 86% of weekly ticket sales on online retailer Fandango are attributed to the new Twilight movie.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 20:40:32 GMT";
arnews[1] += "
";
arnews[2]="New Moon Movie Tickets: Advanced Sales Soar for Robert Pattinson Flick
";
arnews[2] += "Get in line for others looking for tickets to the New Moon movie with Robert Pattinson, Kristen Stewart and Taylor Lautner as advanced tickets for the film are soaring in anticipation of its Friday release.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 20:13:35 GMT";
arnews[2] += "
";
arnews[3]="New Moon Is The #1 Advance Ticket Seller Of All Time
";
arnews[3] += "Historically the movies that sell the most tickets in advance, the ones that get people lined up days in advance and crashing the servers of online ticket sellers, are the fanboy movies, the Dark Knight s and Star Wars prequels of the world.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 18:38:32 GMT";
arnews[3] += "
";
arnews[4]="'New Moon' breaks advance sales records
";
arnews[4] += "New Moon has become the top-selling pre-release movie of all time. The latest film in the Twilight series has netted 86% of weekly ticket sales on online retailer Fandango, smashing the record set by 2005's Star Wars: Episode III - Revenge Of The Sith .";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 13:19:48 GMT";
arnews[4] += "
";
arnews[5]="Star Wars C-3PO actor Anthony Daniels: I thought film was rubbish and wanted to quit after one day
";
arnews[5] += "ANTHONY DANIELS winced as the hot metal suit closed around him again and the blazing Sahara sun started to cook him alive.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 13:49:43 GMT";
arnews[5] += "
";
arnews[6]="Is "V" Political Commentary Aimed at ObamaAs Reptilian?
";
arnews[6] += "Imagine this. At a time of political turmoil, a charismatic, telegenic new leader arrives virtually out of nowhere.";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 02:30:11 GMT";
arnews[6] += "
";
arnews[7]="Progressive Ruin presents...the End of Civilization.
";
arnews[7] += "Hey gang...your pal Mike has been busy over the last week or so doing, you know, some stuff, so posting here has been a little thin for a while, and may continue to be so for a bit longer.";
arnews[7] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 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("