var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Prince Lorenzo Borghese Searches For His Princess On "America's ... - OfficialWire (press release)
";
arnews[0] += "Prince Lorenzo Borghese Searches For His Princess On \"America's ... - OfficialWire (press release) -";
arnews[0] += "
";
arnews[1]="Bachelor star Prince Lorenzo Borghese gives reality dating another ... - Examiner.com
";
arnews[1] += "Bachelor star Prince Lorenzo Borghese gives reality dating another ... - Examiner.com -";
arnews[1] += "
";
arnews[2]="DNUSA50plus: Bachelor star Prince Lorenzo Borghese gives reality dating another ...: Examiner.com Former star off ABC's T.. http://bit.ly/14jtpz
";
arnews[2] += "Bachelor star Prince Lorenzo Borghese gives reality dating another ...: Examiner.com Former star off ABC's T..";
arnews[2] += "
";
arnews[3]="Mike Norris: Bachelor star Prince Lorenzo Borghese gives reality dating another ... http://bit.ly/14jtpz
";
arnews[3] += "Bachelor star Prince Lorenzo Borghese gives reality dating another ...";
arnews[3] += "
";
arnews[4]="Phoenix: Bachelor star Prince Lorenzo Borghese gives reality dating another ...: Examiner.com Former star off ABC's T.. http://bit.ly/14jtpz
";
arnews[4] += "Bachelor star Prince Lorenzo Borghese gives reality dating another ...: Examiner.com Former star off ABC's T..";
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("