var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Under the Radar: Three Giants Prospects to Pay Attention to in 2010
";
arnews[0] += "Madison Bumgarner. Buster Posey. Thomas Neal. Zach Wheeler. Dan Runzler. Waldis Joaquin.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:59:00 GMT";
arnews[0] += "
";
arnews[1]="Sparta's Rudel beats the odds at swim championship
";
arnews[1] += "By BRENDAN KUTY bkuty@njherald.com MORRISTOWN - Holly Rudel's chances of taking silver in the 400 freestyle at Friday's Northwest Jersey Athletic Conference girls championships were supposed to be slimmer than Kate Moss.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 06:24:24 GMT";
arnews[1] += "
";
arnews[2]="Chatham wins first ever NJAC girls championship
";
arnews[2] += "February 06, 2010 2:06 a.m. Julia Harrigan, Kate Buchser, Taryn McLaughlin and Anne Trojanowski captured two gold medals apiece and finished in the top six in four events each to lead Chatham, No.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 03:15:14 GMT";
arnews[2] += "
";
arnews[3]="Annals of Idiotic Marketing: Wear Black on Facebook for Johnny Cash
";
arnews[3] += "It all began a while back with people on Facebook trying to get everyone to join stupid groups with names like \"I bet my buddy I could make 10,000 people join my group.\" Then the hivemind mentality gelled around supposedly charitable or activist causes requesting everyone copy and paste the same status messages .";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:56:31 GMT";
arnews[3] += "
";
arnews[4]="Home movies
";
arnews[4] += "Zombieland An almost simple-minded movie, Zombieland is elevated by warm empathy-grabbing performances and macabre humor.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:27:52 GMT";
arnews[4] += "
";
arnews[5]="Our taste in DVDs raises eyebrows.
";
arnews[5] += "DO THESE revelations make you proud of the tastes of Australians, or a bit embarrassed? One in every nine homes in this country owns a copy of Mamma Mia! ; Love Actually is in more homes than The Lion King ; Zoolander is in more homes than Twilight ; The Notebook is in more homes than Australia ; Dirty Dancing is in more homes than Star Wars ...";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 16:21:56 GMT";
arnews[5] += "
";
arnews[6]="Meeting and artist reception at Center for the Arts on Saturday
";
arnews[6] += "GLENWOOD SPRINGS, Colorado - The Glenwood Springs Center for the Arts celebrates 2010 with the \"Thrillz\" Artists from the current All Member and Student Exhibit at the Glenwood Springs Center for the Arts! The following local artists will be featured: Noemi and Kristoff Kosmowski, Kathy Honea, Jerry Bauer, Susan Obermeyer Strauss, Ricky Lively, ...";
arnews[6] += "
Publ.Date : Fri, 29 Jan 2010 08:22:00 GMT";
arnews[6] += "
";
arnews[7]="DVD reviews: Preparing for Valentinea s Day
";
arnews[7] += "Enjoy every romantic comedy style this Valentinea s Day with big stars, high school hijinx, and an offbeat relationship comedy.";
arnews[7] += "
Publ.Date : Fri, 29 Jan 2010 05:19:12 GMT";
arnews[7] += "
";
totcount = 8;
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("