var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shawn Spencer & Lucas Douglas To Star In Broadway Play
";
arnews[0] += "The actors James Roday and Michael Weston will star as two friends who face the consequences of a weekend of debauchery in \"Extinction,\" a new play by Gabe McKinley, a publicist for the production said on Monday.";
arnews[0] += "
Publ.Date : Tue, 12 Jan 2010 06:07:41 GMT";
arnews[0] += "
";
arnews[1]="Roday and Weston Will Face Extinction Off-Broadway
";
arnews[1] += "Television actors James Roday and Michael Weston will reprise their West Coast performances in the Off-Broadway premiere of Gabe McKinley's drama Extinction .";
arnews[1] += "
Publ.Date : Tue, 12 Jan 2010 02:25:58 GMT";
arnews[1] += "
";
arnews[2]="Charlie Sheen arrested
";
arnews[2] += "Allison scrutinizes the vanishing of a mother, but the case takes bizarre turns when her investigation turns to the missing woman's oddball children.";
arnews[2] += "
Publ.Date : Sat, 26 Dec 2009 02:35:56 GMT";
arnews[2] += "
";
arnews[3]="Extinction
";
arnews[3] += "Gabe McKinley's play begins as a fast, funny, hip buddy comedy but grows steadily darker.";
arnews[3] += "
Publ.Date : Mon, 07 Dec 2009 08:58:55 GMT";
arnews[3] += "
";
arnews[4]="Wanted Sex Offender
";
arnews[4] += "Wedding preparations get under way for the old-fashioned sister of three thoroughly modern siblings in a large Italian-American family headed by two extremely traditional parents.";
arnews[4] += "
Publ.Date : Mon, 07 Dec 2009 01:50:22 GMT";
arnews[4] += "
";
arnews[5]="Gas Station Robbery in Lancaster County
";
arnews[5] += "Wedding preparations get under way for the old-fashioned sister of three thoroughly modern siblings in a large Italian-American family headed by two extremely traditional parents.";
arnews[5] += "
Publ.Date : Mon, 07 Dec 2009 01:50:15 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("