var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Dana Pretzer Show On Scared Monkeys Radio a " Tuesday, February...
";
arnews[0] += "The Dana Pretzer Show On Scared Monkeys Radio - \" Tuesday, February 9th, 2010 - \" Special Guests: Dr Henry Lee, Dr Jerry Labriola and Robin Sax click on radio banner to listen Tonight Dana welcomes special guests: Dr.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:21:59 GMT";
arnews[0] += "
";
arnews[1]="Mayer fears many people think he's terrible boyfriend material.
";
arnews[1] += "Rocker John Mayer insists his reputation as a bad boy and cad is undeserved - because he has never treated a girlfriend badly.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="UK group urges Elton John to cancel Israel show
";
arnews[2] += "A British academic group that supports Palestinian rights is urging singer Elton John to cancel a summer concert in Israel.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:38:00 GMT";
arnews[2] += "
";
arnews[3]="Egg Harbor Township Police Blotter - Edition of Feb. 10, 2010
";
arnews[3] += "Police Blotter news is supplied by the Egg Harbor Township Police Department and other law enforcement agencies.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:20:26 GMT";
arnews[3] += "
";
arnews[4]="Tony Romo 'gearing up for engagement'
";
arnews[4] += "Tony Romo is rumoured to be preparing to propose to Candice Crawford. The Dallas Cowboys quarterback began dating Crawford, younger sister of Gossip Girl actor Chace, in September.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:25:36 GMT";
arnews[4] += "
";
arnews[5]="Vote for 2010's Worst-Dressed Celebrity
";
arnews[5] += "Hey all you fashionistas and budding fashion police out there it's time for peta2's annual \"Worst-Dressed\" poll! Check out the list of heartless fur hags and has-beens who just can't stop parading around in animal skins , then vote in each day's \"Who Wore It Worse?\" matchup to help us choose 2010's worst-dressed celeb.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:10:07 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("