var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "Join Power Pop Band Vine House & La Dolce Vita at The Delancey on November 20th for an NYC Rock Party that will leave listeners dazzled. New York, NY – November 12, 2009 – Rock music fans that already have plans on November 20th, will be quick to ...";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "Based on the critically acclaimed best-selling novel by Alice Sebold, and directed by Oscar winner Peter Jackson from a screenplay by Jackson & Fran Walsh & Philippa Boyens, The Lovely Bones centers on a young girl who has been murdered and watches ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:43:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "P
enelope Cruz, leading lady in the movies, and
Fergie, leading lady with the Black Eyed Peas, both generate news with their menfolk. Penelope dates actor
Javier Bar dem, and it's gossiped she maybe might be having ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:06:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "Some of Hollywood's biggest names will grace the red carpet next month at the premiere of The Lovely Bones. Wellington's Embassy Theatre is hosting the premiere on December 14, and the film will be released on cinemas on Boxing Day. Saoirse Ronan ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "Along with Sarandon and Ronan, it stars Mark Wahlberg, Rachel Weisz, Stanley Tucci and Michael Imperioli.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 23:45:00 GMT";
arnews[4] += "
";
totcount = 5;
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("");