var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alyson Michalka is your Madonna throwback of the day
";
arnews[0] += "Nothing like harking back to the days of Madonna in the 80s. I don't post pictures of her now because I don't wish to turn into stone.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 05:16:32 GMT";
arnews[0] += "
";
arnews[1]="Fox Stars Rock Villa Sorriso; Mark Walhberg Blocks Orlando Bloom at Madeo
";
arnews[1] += "Our celebrity population was playing affectionate at L.A. restaurants this week.";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 00:55:32 GMT";
arnews[1] += "
";
arnews[2]="ENTERTAINMENT: A reel blast
";
arnews[2] += "Movie buffs are in for a treat as there's a lot coming their way. From comedy and dramas to animation and tales of horror, FARIDUL ANWAR FARINORDIN is ecstatic at the quality fare.";
arnews[2] += "
Publ.Date : Wed, 07 Jan 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Bandslam
";
arnews[3] += "Verdict: Better than your average teen flick thanks to good music and a quirky sense of humour .";
arnews[3] += "
Publ.Date : Thu, 17 Dec 2009 12:00:00 GMT";
arnews[3] += "
";
arnews[4]="Bandslam
";
arnews[4] += "Verdict: Better than your average teen flick thanks to good music and a quirky sense of humour .";
arnews[4] += "
Publ.Date : Thu, 17 Dec 2009 10:21:02 GMT";
arnews[4] += "
";
arnews[5]="DVD: Bandslam
";
arnews[5] += "Will , a gawky, David Bowie-fixated teen, hates Cincinnati, where he's picked on, but fortunately his sweet mum moves them to New Jersey, where, even more fortunately, he hooks up with two pretty girls who compete for his attention.";
arnews[5] += "
Publ.Date : Sat, 12 Dec 2009 06:39:19 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("