var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="rob campanell: Music Video: Cascada "Fever" Inappropriate behavior. Natalie Horler wears a slinky disco dress to the board meeting. http://bit.ly/dJo5t
";
arnews[0] += "Music Video: Cascada \"Fever\" Inappropriate behavior. Natalie Horler wears a slinky disco dress to the board meeting.";
arnews[0] += "
";
arnews[1]="rob campanell: Video: Cascada "Fever" Natalie Horler & her sexy bodyguards interrupt the corporate marketing meeting. http://bit.ly/dJo5t
";
arnews[1] += "Video: Cascada \"Fever\" Natalie Horler & her sexy bodyguards interrupt the corporate marketing meeting.";
arnews[1] += "
";
arnews[2]="Natalie from Cascada
";
arnews[2] += "Natalie from Cascada -";
arnews[2] += "
";
arnews[3]="Matt Porter: That's Nat so nice!: DANCE babe Natalie Horler has been left devastated by an obsessive fan. http://bit.ly/oV4hF
";
arnews[3] += "That's Nat so nice!: DANCE babe Natalie Horler has been left devastated by an obsessive fan.";
arnews[3] += "
";
arnews[4]="pinkpewter: @cascada_music Natalie Horler of Cascada rockin Pink Pewter headbands on stage at @john_barleycorn in Chicago! http://twitpic.com/lkgq1
";
arnews[4] += "@";
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("