var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sarah Palin's Chest Signing and Other Body Part Autographs
";
arnews[0] += "Former Hottest Governor and current best-selling author Sarah Palin has had her share of interesting experiences on her \"Going Rogue\" book tour, braving irate fans , Canadian comedians and flying tomatoes .";
arnews[0] += "
Publ.Date : Fri, 11 Dec 2009 21:11:09 GMT";
arnews[0] += "
";
arnews[1]="World Cup of Hot Chicks: Ranking the Women From Each Qualifying Country
";
arnews[1] += "It's official, the field has been set for the 2010 World Cup. Soccer fans are rejoicing as we look forward to the future groupings of teams.";
arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 03:52:44 GMT";
arnews[1] += "
";
arnews[2]="Goodwill Ambassador
";
arnews[2] += "Slovakian-born model Adriana Karembeu attends a press conference yesterday at the European headquarters of the United Nations in Geneva, Switzerland.";
arnews[2] += "
Publ.Date : Thu, 10 Sep 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Taylor Swift, Bruce Springsteen, Brad Paisley, The Amazing Race 15
";
arnews[3] += "In this July 2009 publicity image released by CBS, Harlem Globetrotters Herbert \"Flight Time\" Lang, left, of Brinkley, Ark., and Nathaniel \"The Big Easy\" Lofton, of New Orleans, are shown in Los Angeles.";
arnews[3] += "
Publ.Date : Wed, 09 Sep 2009 19:43:33 GMT";
arnews[3] += "
";
totcount = 4;
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("