var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dark Mirror – DVD Review - Monsters and Critics
";
arnews[0] += "Do you ever get the feeling you’re being watched when you look in the mirror? Sure you are since there you are looking back out at yourself. Are you looking at the mirror or is it looking at you? Deborah Martin moves into a new house that has a ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 12:58:00 GMT";
arnews[0] += "
";
arnews[1]="Dark Mirror - EDGE Boston
";
arnews[1] += "Lisa Vidal (E.R.) stars as Deborah Martin, a photographer who moves with her husband and son to a new house she is strangely drawn to. \"Strangely,\" because when she first sees the house, she is clearly disturbed by it, but instantly says \"We’ll ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[1] += "
";
totcount = 2;
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("