var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""The Expendables" premiere
";
arnews[0] += "AUGUST 11: Model and television personality Holly Madison and television personality Angel Porrino arrive at a screening of Lionsgate Films' \"The Expendables\" at the Planet Hollywood Resort & Casino August 11, 2010 in Las Vegas, Nevada.";
arnews[0] += "
Publ.Date : Fri, 13 Aug 2010 14:02:10 GMT";
arnews[0] += "
";
arnews[1]="The Expendables premiere
";
arnews[1] += "AUGUST 11: Model and television personality Holly Madison and television personality Angel Porrino arrive at a screening of Lionsgate Films' \"The Expendables\" at the Planet Hollywood Resort & Casino August 11, 2010 in Las Vegas, Nevada.";
arnews[1] += "
Publ.Date : Thu, 12 Aug 2010 17:50:27 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("