var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Allen Abel, Sarah Palin and the real Americans
";
arnews[0] += "The real Americans were waiting in their Audis and Outbacks in the Hoosier rain.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:03:36 GMT";
arnews[0] += "
";
arnews[1]="Mouth power
";
arnews[1] += "Dr. Anil Makkar, creator of Pure Power Mouthguards, says he can align your jaw to increase your strength.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:48:22 GMT";
arnews[1] += "
";
arnews[2]="The List: Our Weekly Bread top ten sandwiches
";
arnews[2] += "After fifteen months of reviewing sandwiches, it's time to take a step back, time to consider what has passed between many, many slices of bread, time to take a break from sandwiches and offer a countdown of the ten best I've had.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:51:51 GMT";
arnews[2] += "
";
arnews[3]="Raise the Funny and Raise the Money- Comedian Starts Charity Auction Service
";
arnews[3] += "Fort Lauderdale, FL, November 20, 2009 -- -- Comedian Wil Shriner launches a comedy auction campaign to help raise monies for charity.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:42:30 GMT";
arnews[3] += "
";
arnews[4]="Joe DiMaggio's Chophouse for Sale?
";
arnews[4] += "After last week's news that Acme Chophouse will close by the end of the year, Scoop brings fresh rumors that Joe DiMaggio's Italian Chophouse is up for sale.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:58:59 GMT";
arnews[4] += "
";
arnews[5]="Check out the MLB Network to see baseball when it was a gameand#8230;.
";
arnews[5] += "Are you a baseball fan who is fed up today with the players jumping from team to team, as they chase ridiculous contracts that pay them more in a single season than most of us will earn over a lifetime? Are you also someone disgusted with the fact that in order to pay today's players those obscene contracts, that prices for tickets, concessions, ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 23:21: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("