var arnews = new Array(6);
totcount = 1;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2009 Victoria's Secret Fashion Show - The Superficial
";
arnews[0] += "OMG, I feel like I'm channeling Randal here, but if wishes came true, I'd gladly trade bodies with any of these beautiful women. The folks finding fault here? Go get a mirror or picture of your last date and, place it beside your monitor - do a quick ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[0] += "
";
totcount = 1;
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("