var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Have a look: Best dressed ladies from the Hot Hollywood event
";
arnews[0] += "US Magazine's Hot Hollywood event has always been a place where all the eyes are on the looks and the attires of the stars.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:27:01 GMT";
arnews[0] += "
";
arnews[1]="V 2009: A Pale Imitator
";
arnews[1] += "To this point, my opinion regarding this sci-fi remake is in the critical minority.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="TV Review: V, "A Bright New Day"
";
arnews[2] += "Mystery and intrigue were dripping from the alien's mothership in the third episode of ABC TV's V reboot.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]=""V"'s Morris Chestut - a TV Guide On-Line Interview
";
arnews[3] += "Our partner web site, TV Guide On-Line has an interview with \"V\"'s Morris Chestnut.A Chestnut plays Ryan, a member of a resistance cell determined to stop the Visitors' plans.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:00:20 GMT";
arnews[3] += "
";
arnews[4]="TV Review: 'V': Losing steam already?
";
arnews[4] += "So tonight is the third episode of V , and the ratings for last week's episode dropped quite a bit from the series premiere.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 06:00: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("