var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zac Efron: Action Movies Can Be a "Kiss of Death" - NBC Dallas-Fort Worth
";
arnews[0] += "Zac Efron wants to do an action movie – but he doesn't want it to be \"weird.\" \"I would love to try an action film at some point, but not too soon. I think that can be a kiss of death,\" he said in an interview with TIME magazine where he took fan ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:56:00 GMT";
arnews[0] += "
";
arnews[1]="Zac Efron Graduates from "High School" - Time
";
arnews[1] += "Only 22 years old, Zac Efron is arguably tween America's most beloved star. Now, after anchoring three installments of the blockbuster Disney franchise, High School Musical , he has branched out into a series of more adult roles";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:50:00 GMT";
arnews[1] += "
";
arnews[2]="10 Questions for Zac Efron - Time
";
arnews[2] += "It's sort of a coming-of-age story for my character, but it's also a week in the life of Orson Welles, this amazing American icon. There are a lot of tough people in Hollywood, but there's no one quite like Orson. He was a genius and should forever ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:43:00 GMT";
arnews[2] += "
";
arnews[3]="Broadway gossip: Jude Law, Zac Efron, Katie and Suri all cause a buzz. - Examiner
";
arnews[3] += "Katie took Suri to see the matinee of the Lion King today. The mother-daughter were seen yesterday taking a stroll through Manhattan. Katie is in town shooting her new movie, The Romantics. If you want to run into Jude Law the star of Broadway's ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:50:00 GMT";
arnews[3] += "
";
arnews[4]="Zac is here! - isleofman.com
";
arnews[4] += "Zac Efron was joined in the Island last night by his co stars Claire Danes and Christian McKay, along with director Richard Linklater. Speaking to the media, Zac and Claire said they loved working at the Gaiety and are already letting others know ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:42: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("