var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Three to see for fall TV
";
arnews[0] += "In any new season, though, even an off-year like this, there are bound to be a handful of new shows worth a look.";
arnews[0] += "
Publ.Date : Fri, 09 Oct 2009 12:09:18 GMT";
arnews[0] += "
";
arnews[1]="Amber Heard Goes Sci-Fi Chic At Zombie Land Premiere
";
arnews[1] += "Amber Heard, generally viewed as one of Hollywood's most attractive female talents, has been experiencing a much slower rise to stardom than women like Megan Fox, but that has not hindered her desire to rock red carpets.";
arnews[1] += "
Publ.Date : Fri, 25 Sep 2009 01:15:46 GMT";
arnews[1] += "
";
arnews[2]="Zombies Crash 'Zombieland' Premiere With Woody Harrelson
";
arnews[2] += "Woody Harrelson , Jesse Eisenberg , Emma Stone and Abigail Breslin star in this season's horror comedy, Zombieland , but at the red carpet for the film's Hollywood premiere, it would seem that the zombies in attendance have upstaged the actors.";
arnews[2] += "
Publ.Date : Thu, 24 Sep 2009 21:23:55 GMT";
arnews[2] += "
";
arnews[3]="Har Mar Superstar - new album, videos, 2009 Tour Dates
";
arnews[3] += "The always-entertaining Har Mar Superstar is teasing the video for 'Tall Boy,' the lead single from his upcoming album 'Dark Touches,' with a series of film clips that will be unleashed one per week.";
arnews[3] += "
Publ.Date : Tue, 15 Sep 2009 21:17:06 GMT";
arnews[3] += "
";
arnews[4]="TV: 'Dirty Sexy Money:' The sordid truth
";
arnews[4] += "Oh, I am sad. So sad, in a wistful, TV-watching way. A show that once was one of my favorite guilty pleasures died a quiet death last weekend, burned off on a midsummer Saturday night, a shadow of its former self.";
arnews[4] += "
Publ.Date : Tue, 11 Aug 2009 17:56:06 GMT";
arnews[4] += "
";
arnews[5]="Har Mar Superstar, Tall Boy MP3
";
arnews[5] += "After a five year hibernation since 2004's The Handler , Har Mar Superstar is ready to unleash Dark Touches on the masses.";
arnews[5] += "
Publ.Date : Tue, 11 Aug 2009 00:56:57 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("