var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Megan Fox Controversially Employs Thumb Double for Super Bowl Spot
";
arnews[0] += "When Megan Fox was at the apex of her hotness last summer, a troubling story about her came to light, one that threatened to knock her from magazine covers and conversations about the sexiest women alive for the rest of her days.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:03:02 GMT";
arnews[0] += "
";
arnews[1]="Strip club raises money for Haiti earthquake victims
";
arnews[1] += "A strip club in Ohio said it was able to bring in $1,000 for Haitian earthquake relief through an event called \"Lap Dances for Haiti.\" Marilyn's on Monroe in Toledo said it donated the $10 cover charges it collected on Saturday to an organization that provides food and clothing for Haiti.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:28:00 GMT";
arnews[1] += "
";
arnews[2]=""Lap Dances For Haiti" Raises Eyebrows, Funds
";
arnews[2] += "A strip club in Ohio says it was able to raise $1,000 for Haitian earthquake relief through an event called \"Lap Dances for Haiti.\" Marilyn's on Monroe in Toledo says it donated the $10 cover charges it collected Saturday to an organization that provides food and clothing for Haiti.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:27:03 GMT";
arnews[2] += "
";
arnews[3]="Tuesday's Three Burning Legal Questions
";
arnews[3] += "Here are today's three burning legal questions , along with the answers provided by the blawgosphere.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:10:06 GMT";
arnews[3] += "
";
arnews[4]="Lohan vs. Lohan: Dina deems Michael a deadbeat
";
arnews[4] += "Dina Lohan charged that deadbeat ex Michael Lohan hasn't paid child support in nearly a year.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:50:38 GMT";
arnews[4] += "
";
arnews[5]="Toledo strip club puts cover charge into quake relief
";
arnews[5] += "Scantily clad dancers were the draw at a downtown men's entertainment club over the weekend for an event that raised nearly $1,000 for victims of the earthquake in Haiti.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:46:57 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("