var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="College Roundup: Hope spikers fall in D-3 Final 4
";
arnews[0] += "Erin Albers recorded 25 kills, including 11 over the final two sets, to lead Washington University in St.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:05:40 GMT";
arnews[0] += "
";
arnews[1]="Movie capsule reviews
";
arnews[1] += "Gabourey Sidibe stars as Claireece \"Precious'' Jones in \"Precious: Based on the Novel 'Push' by Sapphire.'' New releases 1 2 Black Dynamite In the spoof that bears his name, Black Dynamite sports every outfit in the blaxploitation look book: leather, denim, Afro.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:31:47 GMT";
arnews[1] += "
";
arnews[2]="Second 'Twilight' film fails to excite
";
arnews[2] += "Where would Hollywood be without that old standby, the vampire-werewolf-schoolgirl love triangle? As every Stephenie Meyer fan knows, The Twilight Saga: New Moon is the one where studly vampire Edward Cullen dumps his human girlfriend, Bella Swan , for her own safety, and she turns to old chum Jacob Black for solace, unaware that he's a werewolf, ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:19:10 GMT";
arnews[2] += "
";
arnews[3]="REVIEW: Vampires fail to glitter
";
arnews[3] += "Kristen Stewart is Bella and Taylor Lautner is the shape-shifting Jacob Black in the latest installment of The Twilight Saga: ASIDE The Twilight Saga: New Moon 1.5 Stars:Robert Pattinson, Kristen Stewart, Taylor Lautner Directed by: Chris Weitz Running time: 2 hour, 10min.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:47:28 GMT";
arnews[3] += "
";
arnews[4]="Trailer Park Expands Advanced Content Group; Brett Levisohn Named Executive Producer
";
arnews[4] += "\" Trailer Park has significantly expanded its Advanced Content Group, and, concurrently, has named Brett Levisohn as that group's new Executive Producer.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:45:20 GMT";
arnews[4] += "
";
arnews[5]="New Twilight sillier, sloppier
";
arnews[5] += "Along with eyeliner, the heroes of New Moon share a dark, ancient secret. Could they be cursed with -- gasp! -- shirtlessness? Twihards will be OMG, OMG, OMG.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:33:39 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("