var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Latest News: Do You Want to See This Melrose Place Star Naked?
";
arnews[0] += "Do You Want to See This Melrose Place Star Naked? -";
arnews[0] += "
";
arnews[1]="SupaFan - Shaun Sipos Fans
";
arnews[1] += "SupaFan - Shaun Sipos Fans -";
arnews[1] += "
";
arnews[2]="New iPhone app: SupaFan - Shaun Sipos Fans http://tinyurl.com/yh4e336 (entertainment app)
";
arnews[2] += "New iPhone app: SupaFan - Shaun Sipos Fans";
arnews[2] += "
";
arnews[3]="Kledy: apple_app_store: SupaFan - Shaun Sipos Fans http://bit.ly/96Hgk #iphone...
";
arnews[3] += "apple_app_store: SupaFan - Shaun Sipos Fans";
arnews[3] += "
";
arnews[4]="Celebrity Gossip: Paul Wesley & Shaun Sipos' Night Of Mischief: Paul Wesley, the star of The Vampire Diaries and Melrose Place.. http://bit.ly/rKBuc
";
arnews[4] += "Paul Wesley & Shaun Sipos' Night Of Mischief: Paul Wesley, the star of The Vampire Diaries and Melrose Place..";
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("