var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="John Minus: RT @rodimusprime: & now it's that time when I say ths again: Jay-Z regularly has sexual intercourse w/ Beyonce Knowles! Anything is possible
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="dionsajah: 2009 AMAs: Beyonce Knowles Is Favorite Soul/R ‘n’ B Female Artist (AceShowbiz)
";
arnews[1] += "2009 AMAs: Beyonce Knowles Is Favorite Soul/R ‘n’ B Female Artist (AceShowbiz) -";
arnews[1] += "
";
arnews[2]="Mădălin Oprea: Pop stars shine at American Music Awards - Examiner.com
";
arnews[2] += "Pop stars shine at American Music Awards - Examiner.com -";
arnews[2] += "
";
arnews[3]="Mădălin Oprea: Leona Lewis - amas 2009 Red Carpet - Just Jared (blog)
";
arnews[3] += "Leona Lewis - amas 2009 Red Carpet - Just Jared (blog) -";
arnews[3] += "
";
arnews[4]="Seo Master: 2009 AMAs: Beyonce Knowles Is Favorite Soul/R
";
arnews[4] += "2009 AMAs: Beyonce Knowles Is Favorite Soul/R";
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("