var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Eric R: Today's Birthdays 1974 - Caprice Bourret 1954 - Doug Davidson 1925 - Luciano Berio 1904 - Moss Hart 1892 - Kurt Huber
";
arnews[0] += "Today's Birthdays 1974 - Caprice Bourret 1954 - Doug Davidson 1925 - Luciano Berio 1904 - Moss Hart 1892 - Kurt Huber";
arnews[0] += "
";
arnews[1]="novanuke: Caprice Bourret
";
arnews[1] += "Caprice Bourret -";
arnews[1] += "
";
arnews[2]="ILC: Caprice Bourret – Hard Rock Pinktober Women of Rock in London
";
arnews[2] += "Caprice Bourret – Hard Rock Pinktober Women of Rock in London -";
arnews[2] += "
";
arnews[3]="ILC: Caprice Bourret – LA Premiere of The 40 Year-Old Virgin 2005
";
arnews[3] += "Caprice Bourret – LA Premiere of The 40 Year-Old Virgin 2005 -";
arnews[3] += "
";
arnews[4]="ILC: Caprice Bourret -Vegas Magazine 3rd Anniversary Party 2006
";
arnews[4] += "Caprice Bourret -Vegas Magazine 3rd Anniversary Party 2006 -";
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("