var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brasch WordsTHE $6 Million Social Worker
";
arnews[0] += "The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:17:01 GMT";
arnews[0] += "
";
arnews[1]="Helpful Lingerie Poses from the Victoria's Secret Models
";
arnews[1] += "Eternally useful advice and tender instruction on what a woman wants courtesy of Adriana Lima, Karolina Kurkova, Izabel Goulart, and Selita Ebanks.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 23:23:23 GMT";
arnews[1] += "
";
arnews[2]="Brasch WordsTHE $6 Million Social Worker
";
arnews[2] += "The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 15:16:19 GMT";
arnews[2] += "
";
arnews[3]="Victoria Secret Model's Beauty Tips
";
arnews[3] += "We all wish we could look as gorgeous as the Victoria Secret Angels. Cosmo Girl asked the ladies for some beauty tips that we can try out at home.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 04:26:52 GMT";
arnews[3] += "
";
arnews[4]="Top 10 Sexiest Super Bowl Ads of All Time
";
arnews[4] += "We all know that advertising is as important to Super Bowl Sunday as the food consumed, the Big Game itself, and Super Bowl betting.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 23:49:28 GMT";
arnews[4] += "
";
totcount = 5;
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("