var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dark Mirror
";
arnews[0] += "Yet another movie about someone moving into a house with a dark past has surfaced, this time using reflective surfaces as the catalyst for its supernatural events.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 02:24:17 GMT";
arnews[0] += "
";
arnews[1]="JCPenney Hires Patricia Romero to Lead Multicultural Marketing
";
arnews[1] += "Patricia Romero, former head of multicultural marketing at Hyundai Motor America, will be JCPenney's new director of multicultural marketing starting Nov.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 03:31:10 GMT";
arnews[1] += "
";
arnews[2]="Judy Reyes Celebrates Her Baby Shower
";
arnews[2] += "\"My friends with little boys always complain that the boys clothing selection in stores is so limited and similar, compared to the girls' selection.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 00:15:36 GMT";
arnews[2] += "
";
arnews[3]="Prepare for more Kelly rumors
";
arnews[3] += "It won't be long now. In a few weeks, when the regular season ends and vacancies begin to occur at high-profile programs, Brian Kelly's name will likely be among the first linked to them.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 00:14:36 GMT";
arnews[3] += "
";
arnews[4]="Home movies
";
arnews[4] += "The Answer Man An implausible, inadequate romantic comedy gets a boost from Jeff Danielsa performance as an author who becomes a reclusive misanthrope after writing a bestseller that redefines spirituality, until he meets two troubled people who bring a surprisingly fresh perspective to his life.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 17:03:50 GMT";
arnews[4] += "
";
arnews[5]="Weekly DVD & Blu-Ray Chopping List
";
arnews[5] += "Curious to know what frightful films and devilish discs will be available to view in the privacy of your own digital dungeon this week? Fango's got you covered.";
arnews[5] += "
Publ.Date : Sun, 01 Nov 2009 06:18:47 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("