var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Moon DVD Details and Special Features
";
arnews[0] += "One of the most talked about films of 2009, The Twilight Saga: New Moon, will be released on a Two-Disc Special Edition DVD and Special Edition Blu-ray on March 20, 2010 a ' a Saturday street date that will allow for fans across the nation to celebrate at retailer's midnight release parties before taking home the film at 12:01 a.m. Already a ...";
arnews[0] += "
Publ.Date : Sat, 16 Jan 2010 11:54:01 GMT";
arnews[0] += "
";
arnews[1]="High Resolution DVD/Blu-ray Cover Art from the Twilight Saga: New...
";
arnews[1] += "Summit Entertainment has just announced The Twilight Saga: New Moon will be arriving on home video March 20, 2010.";
arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 19:55:09 GMT";
arnews[1] += "
";
arnews[2]="The Twilight Saga: New Moon Hits DVD and Blu-ray March 20
";
arnews[2] += "Summit Entertainment has announced that The Twilight Saga: New Moon will hit DVD and Blu-ray on Saturday, March 20: One of the most talked about films of 2009, The Twilight Saga: New Moon, will be released on a Two-Disc Special Edition DVD and Special Edition Blu-ray on March 20, 2010 - a Saturday street date that will allow for fans across the ...";
arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 19:09:30 GMT";
arnews[2] += "
";
arnews[3]="DVD Spotlight
";
arnews[3] += "Los Angeles, California a ' One of the most talked about films of 2009, The Twilight Saga: New Moon , will be released on a Two-Disc Special Edition DVD and Special Edition Blu-ray on March 20, 2010 a ' a Saturday street date that will allow for fans across the nation to celebrate at retailera TMs midnight release parties before taking home the ...";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 17:00:16 GMT";
arnews[3] += "
";
arnews[4]="Bitch-Back! Do You Like Your Mariah Sloppy?
";
arnews[4] += "Dear Ted: I live in Palm Springs, and have been following the \" Mariah fiasco .\" The only time she has proven herself on-creen, she blows it by turning her acceptance speech into one fit for the VMAs.";
arnews[4] += "
Publ.Date : Sat, 09 Jan 2010 01:35:02 GMT";
arnews[4] += "
";
arnews[5]="Police Briefs
";
arnews[5] += "Font size: [A] [A] [A] Waverly man charged Liel R. Stevens Jr., 53, of Waverly, N.Y., was arrested at 7:21 p.m. on Jan.";
arnews[5] += "
Publ.Date : Sat, 01 Aug 2009 07:00:00 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("