var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NBC, Boys & Girls Clubs team on Parenthood Project
";
arnews[0] += "For a good cause, NBC stars including Amy Poehler and Peter Krause and anchorman Brian Williams are weighing in on what parenthood means to them.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:40:24 GMT";
arnews[0] += "
";
arnews[1]="NBC, Boys & Girls Clubs team on Parenthood Project to promote family well-being
";
arnews[1] += "For a good cause, NBC stars including Amy Poehler and Peter Krause and anchorman Brian Williams are weighing in on what parenthood means to them.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:28:03 GMT";
arnews[1] += "
";
arnews[2]="Seymour Middle School Lady Eagles Win Championship
";
arnews[2] += "Janet Johnson's veteran group of girls defeated Newport Middle Lady Warriors by a score of 41-31. This improves their record to 17-4 and advances Seymour to the sectional tournament.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:00:38 GMT";
arnews[2] += "
";
arnews[3]="Your Ticket to Country Club Riches
";
arnews[3] += "About the time they told me I'd need a team of security guards to escort me to the men's room, I knew I'd done it.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:02:53 GMT";
arnews[3] += "
";
arnews[4]="Alabama rebuilds its batting order
";
arnews[4] += "It's time to take a quick tour -- two by two this year -- through some of the best teams out there.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:16:00 GMT";
arnews[4] += "
";
arnews[5]="High Definition: BBC's Survivors
";
arnews[5] += "I enjoy small stories. I like watching intimate, art house films or reading literary fiction in which characters do nothing more than learn a little about themselves, grow in surprising ways, overcome their own inner demons.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:28:28 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("