var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Enchanted Sequel Moving Forward - Coming Soon!
";
arnews[0] += "It starred Amy Adams, Patrick Dempsey, James Marsden, Timothy Spall, Idina Menzel, Rachel Covey and Susan Sarandon. The studio may be looking at a 2011 release.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Eric Dane Picture 2735839 - Contactmusic.com
";
arnews[1] += "\"Got star struck when I saw Idina Menzel at the juice bar... took me 5 minutes to finally go up to her and tell her how much I love her.\" ASHLEY TISDALE was lost for words upon realising Rent star Menzel was a member of her gym";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Good Songs in Otherwise Bad/Mediocre Musicals - Chud.com
";
arnews[2] += "... Gravity\", \"One Short Day\", and \"No Good Deed\"-Wicked is one of those musicals that's both average and immensely popular, but these three songs really work for me, if only because Idina Menzel and Kristen Chenoweth (in \"Day\" and part of \"Gravity ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 21:33:00 GMT";
arnews[2] += "
";
arnews[3]="SWEENEY’S SIDE: Illegal endorsements and mud: They’re what life is ... - SCNow
";
arnews[3] += "I’m sure I am breaking some sort of rule by doing this, but I feel compelled to endorse a product: Pandora Internet Radio. Of all the wonderful things that the World Wide Web has brought us, I challenge you to find something that is more amazing ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:48:00 GMT";
arnews[3] += "
";
totcount = 4;
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("