var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Go out and vote It's da day
";
arnews[0] += "And vote, no matter what. Tackle 'em . . . Dateline: The Fishing Line -- Watch for President Obama to reel in five Great Lakes governors carping over pesky Asian fish fouling their waters.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 10:33:23 GMT";
arnews[0] += "
";
arnews[1]="Angie Everhart (Was) Ready For Some Football
";
arnews[1] += "Since we came of age during the glory years of the Sports Illustrated swimsuit edition , it goes without saying that model/ actress Angie Everhart will always hold a special place in our pants err, hearts.";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 22:39:38 GMT";
arnews[1] += "
";
arnews[2]="Tattoos of Jesus and of Marilym Monroe
";
arnews[2] += "David Beckham stripped off after his team's victory against Juventus to reveal his latest tattoo - Jesus in a crown of thorns, on his lower abdomen.";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 22:27:43 GMT";
arnews[2] += "
";
arnews[3]="Tyro: Middle school is holding blood drive today
";
arnews[3] += "Published: Tuesday, January 5, 2010 at 5:00 a.m. Last Modified: Monday, January 4, 2010 at 5:16 p.m. Can you believe it is 2010? Lets start off by saying Happy New Year Tyro and hopefully each of you were able to eat those black-eyed peas, greens and ham on Jan.";
arnews[3] += "
Publ.Date : Tue, 05 Jan 2010 13:56:38 GMT";
arnews[3] += "
";
arnews[4]="Bryant, Martha E., 92
";
arnews[4] += "Martha E. Everhart Bryant 92, of Avon, IN went to be with our Lord, whom she loved and served, on Tuesday, December 8, 2009.";
arnews[4] += "
Publ.Date : Thu, 10 Dec 2009 09:43:36 GMT";
arnews[4] += "
";
arnews[5]="Lingerie Football League
";
arnews[5] += "Published: Thursday, November 26, 2009 at 1:00 a.m. Last Modified: Tuesday, November 24, 2009 at 3:56 p.m. It seems like a joke the first time you hear about it or catch a clip on YouTube.com. That's until you see that first hit, players flying in the air or bouncing off the turf.";
arnews[5] += "
Publ.Date : Thu, 26 Nov 2009 08:00:00 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("