var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ross Tilley: Ross is listening to Downtown and remembering Samantha Mumba.
";
arnews[0] += "Ross is listening to Downtown and remembering Samantha Mumba.";
arnews[0] += "
";
arnews[1]="Natasha: I just googled Samantha Mumba. She's going to be in an Irish horror film with Keith Duffy next year. I bet that's going to be good.
";
arnews[1] += "I just googled Samantha Mumba. She's going to be in an Irish horror film with Keith Duffy next year. I bet that's going to be good.";
arnews[1] += "
";
arnews[2]="But I'm not crazy about the designers like Prada and Gucci. I hate going into designer stores. - Samantha Mumba #quote #quotes #fb #ff # ...
";
arnews[2] += "But I'm not crazy about the designers like Prada and Gucci. I hate going into designer stores. - Samantha Mumba";
arnews[2] += "
";
arnews[3]="TheTAZZone: Best Twitters to Follow http://tinyurl.com/owwx5j updated to 171 @RoseHwang @SallyLeeCandles @Santasdevil ♫ http://blip.fm/~eso8j
";
arnews[3] += "Best Twitters to Follow";
arnews[3] += "
";
arnews[4]="ebaypro: 4 CDs CHER Samantha Mumba HOKU Vitamin C LOT Used = Pop
";
arnews[4] += "4 CDs CHER Samantha Mumba HOKU Vitamin C LOT Used = Pop -";
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("