var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Art Damged. - MetroTimes
";
arnews[0] += "Though they turn a very tidy profit, Josh’s own broker Madeline (Marley Shelton) won’t hang them in her ultra chic downtown art space. She’s more interested in seducing Adrian, and he’s game, because she’s a hot, and her vinyl, metal and ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 00:47:00 GMT";
arnews[0] += "
";
arnews[1]="Untitled’ Reveals Art World - Hartford Informer
";
arnews[1] += "Madeline (Marley Shelton) becomes fond of Adrian and his talent after attending one of his bucket kicking, chain dropping and paper tearing performances. Adrian appears to have the raw talent and originality, which Josh lacks despite his attempts to ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[1] += "
";
totcount = 2;
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("