var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Weekend Events: Enjoy Poetry, Plays and Even Santa's Elves
";
arnews[0] += "Published: Friday, November 20, 2009 at 12:01 a.m. Last Modified: Saturday, November 21, 2009 at 12:26 a.m. This weekend brings plenty of entertainment events, including plays, holiday events, festivals and more.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Enjoy Poetry, Plays and Even Santa's Elves
";
arnews[1] += "Published: Friday, November 20, 2009 at 12:01 a.m. Last Modified: Saturday, November 21, 2009 at 12:26 a.m. This weekend brings plenty of entertainment events, including plays, holiday events, festivals and more.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:54:14 GMT";
arnews[1] += "
";
arnews[2]="Trailer Park Expands Advanced Content Group; Brett Levisohn Named Executive Producer
";
arnews[2] += "\" Trailer Park has significantly expanded its Advanced Content Group, and, concurrently, has named Brett Levisohn as that group's new Executive Producer.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:45:20 GMT";
arnews[2] += "
";
arnews[3]="Mia Wasikowski is the New Jane Eyre?
";
arnews[3] += "I was looking forward to seeing Ellen Page as Jane Eyre, wondering how she would handle the role of the poor governess from the wrong side of the moors.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:42:01 GMT";
arnews[3] += "
";
arnews[4]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[4] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[4] += "
";
arnews[5]="Morning Links
";
arnews[5] += "Renee Zellweger was hanging out in Starbucks for a bit before facing a gray, rainy day in Vancouver.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:00:53 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("