var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie review: Where the Wild Things Are -- 2 out of 5 stars
";
arnews[0] += "The author of Where the Wild Things Are picked Spike Jonze to direct the long-planned film of the much-loved children's book.";
arnews[0] += "
Publ.Date : Fri, 16 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="McCausland, Uceda earn 1st team honors
";
arnews[1] += "Ashford University juniors Kelsay McCausland, of Camanche, and Allison Uceda, of Lima, Peru, received first-team All-Midwest Collegiate Conference recognition as season honors were announced Monday.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="A monster project
";
arnews[2] += "Usually the problem with book-to-film adaptations is fitting it all in or knowing what to leave out.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 04:16:20 GMT";
arnews[2] += "
";
arnews[3]="Moview Review: Where The Wild Things Are
";
arnews[3] += "The Other Half and MadProfessah decided to go see Where The Wild Things Are in the theaters last weekend before it disappears to a television, computer screen or DVD.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:59:27 GMT";
arnews[3] += "
";
arnews[4]="Girls basketball preview: Duever steps into spotlight
";
arnews[4] += "Since first suiting up for Westlakea s varsity team as a freshman, gifted forward Courtney Duever has played a complementary role to 2009 graduate Caroline Durbin.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 17:29:44 GMT";
arnews[4] += "
";
arnews[5]="Movin' Out
";
arnews[5] += "Features: [ NYP ] Re-wiring Broadway revenues By RICHARD WILNER Tony Ponturo is going to ruffle some feathers on Broadway.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 16:03:12 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("