var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mădălin Oprea: Vince Vaughn "psyched" about marriage - Digital Spy
";
arnews[0] += "Vince Vaughn \"psyched\" about marriage - Digital Spy -";
arnews[0] += "
";
arnews[1]="Mădălin Oprea: Vince Vaughn & Marriage: Psyched! - Post Chronicle
";
arnews[1] += "Vince Vaughn & Marriage: Psyched! - Post Chronicle -";
arnews[1] += "
";
arnews[2]="Mădălin Oprea: Vince Vaughn looking forward to marriage - Thaindian.com
";
arnews[2] += "Vince Vaughn looking forward to marriage - Thaindian.com -";
arnews[2] += "
";
arnews[3]="idl3mind: RT @BroadstreetCafe: Fan of Dazed and Confused? Or just local actresses? Joey Lauren Adams is eating at Broad Street, WOW
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="ebaypro: BEEPER DVD ED QUINN - HARVEY KEITEL - JOEY LAUREN ADAMS
";
arnews[4] += "BEEPER DVD ED QUINN - HARVEY KEITEL - JOEY LAUREN ADAMS -";
arnews[4] += "
";
totcount = 5;
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("