var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arts Council paid expert to teach two BLIND actors to swordfight
";
arnews[0] += "It sounds like the ultimate in Arts Council lunacy - it was reported last week that epileptic dancer Rita Marcalo is being given 14,000 to stop taking her medication and have a seizure on stage.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:55:03 GMT";
arnews[0] += "
";
arnews[1]="Miranda Kerr and a bunch of chicks are topless
";
arnews[1] += "These are handouts from the 2010 Pirelli Calendar Launch Party in London last night, and I'm not pointing any fingers here, but had Summit Entertainment passed out free porn, maybe I would've came to their little launch event this week.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:55:00 GMT";
arnews[1] += "
";
arnews[2]="Hotel company buys beachfront resort
";
arnews[2] += "A St. Louis hotel company has bought the Beach Quarters Resort in Daytona Beach Shores for $1.5 million, public records show.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:02:30 GMT";
arnews[2] += "
";
arnews[3]="'New York, I Love You' has lovely moments
";
arnews[3] += "In 'New York, I Love You,' short stories seem to end just as they're beginning. For transcendence, look closely.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:32:19 GMT";
arnews[3] += "
";
arnews[4]="Sperry Van Ness closes $1.5M resort sale
";
arnews[4] += "Brokerage firm Sperry Van Ness announced it has closed a $1.5 million sale of the Beach Quarters Resort in Daytona Beach Shores.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:49:36 GMT";
arnews[4] += "
";
arnews[5]="Say happy anniversary for children's rights
";
arnews[5] += "Today, November 20, the international community is celebrating the twentieth anniversary of the Adoption of the Convention on the Rights of the Child, , by the United Nation's General Assembly.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 08:00: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("