var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Serieasten.TV: Serieastisches: Melrose Place: Amanda bekommt Billy Campbell: Melrose Place : Amanda bekommt Bil.. http://bit.ly/22UgJ0
";
arnews[0] += "Serieastisches: Melrose Place: Amanda bekommt Billy Campbell: Melrose Place : Amanda bekommt Bil..";
arnews[0] += "
";
arnews[1]="Model Vita: Melrose Place: Amanda bekommt Billy Campbell - serienjunkies.de http://bit.ly/R4Hoo #model #news
";
arnews[1] += "Melrose Place: Amanda bekommt Billy Campbell - serienjunkies.de";
arnews[1] += "
";
arnews[2]="Rebeca Zuñiga: Billy Campbell on Sidewalks TV
";
arnews[2] += "Billy Campbell on Sidewalks TV -";
arnews[2] += "
";
arnews[3]="Rebeca Zuñiga: SIDEWALKS GUEST NEWS: actor Billy Campbell [ http://lnk.ms/3Ck9M ] going to Melrose Place as love interest to Amand ... http://lnk.ms/3Ck9P
";
arnews[3] += "SIDEWALKS GUEST NEWS: actor Billy Campbell [";
arnews[3] += "
";
arnews[4]="Rebeca Zuñiga: SIDEWALKS GUEST NEWS: actor Billy Campbell [ http://ping.fm/B9dFE ] going to Melrose Place as love interest to Amanda (Heather Locklear).
";
arnews[4] += "SIDEWALKS GUEST NEWS: actor Billy Campbell [";
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("