var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars on the Set This Week
";
arnews[0] += "Even stars need a break! Between working hard in front of the camera, studying scripts, and rolling just one more take, these stars have to sneak a little time for themselves.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:30:00 GMT";
arnews[0] += "
";
arnews[1]="Survey Finds Despite Hard Times, Majority of Americans Are Living With an Open Heart
";
arnews[1] += "Despite the ups and downs of today's economy, nearly nine out of 10 Americans say they are living with an Open Heart -- the philosophy of keeping your heart open, despite adversity, thereby resulting in something positive.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:01:53 GMT";
arnews[1] += "
";
arnews[2]="America Ferrera is a Bahama Mama When 'Ugly Betty' Goes to the Islands
";
arnews[2] += "In the steamy Bahamas, the love triangle between Betty , Matt and Amanda explodes, and romantic pairings abound.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:01:00 GMT";
arnews[2] += "
";
arnews[3]="Ugly Betty: Preview of Episode 4.07 "Level (7) With Me"
";
arnews[3] += "Mode gets manipulated tonight on Ugly Betty , and our heroine definitely isn't happy about it.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:00:22 GMT";
arnews[3] += "
";
arnews[4]="Charlie Murphy brings stand-up comedy to Fat Fish Blue
";
arnews[4] += "With a stand-up comedy tour, a new special, appearances in no less than three upcoming movies, Internet sketches, a soon-to-be-released book, and giving an interview and eating breakfast at the same time - it's safe to say that Charlie Murphy is a busy man.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:29:35 GMT";
arnews[4] += "
";
arnews[5]="Ray Romano Interview: TNT's Men of a Certain Age Star Reveals What Drives Him
";
arnews[5] += "Production has just wrapped on the first 10 episodes of Ray Romano's new TNT \"Men of a Certain Age\" series.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:12:56 GMT";
arnews[5] += "
";
arnews[6]="Go behind the scenes with star America Ferrera
";
arnews[6] += "This video will play in a new browser window. Make sure that pop-up blockers are disabled.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 18:48:41 GMT";
arnews[6] += "
";
totcount = 7;
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("