var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Eli Horne: kanye mas ratatat. monday, you are done for. http://hypem.com/track/961591/Kanye+West+-+Get+em+High+Ratatat+Remix+
";
arnews[0] += "kanye mas ratatat. monday, you are done for.";
arnews[0] += "
";
arnews[1]="Nicholas C: just listened to Forever (Feat. Kanye West, Lil Wayne & Eminem) (Final Mastered) by Drake on @Grooveshark: http://tinysong.com/8z6P
";
arnews[1] += "just listened to Forever (Feat. Kanye West, Lil Wayne & Eminem) (Final Mastered) by Drake on @";
arnews[1] += "
";
arnews[2]="pelllin: Kanye West ft John Legend Miri Ben-Ari THROUGH THE WIRE LIVE
";
arnews[2] += "Kanye West ft John Legend Miri Ben-Ari THROUGH THE WIRE LIVE -";
arnews[2] += "
";
arnews[3]="LadySway: Reading: http://twitthis.com/t42u6h Fergie Credits Kanye West With Making Hip-Hop 'Gay-Friendly'
";
arnews[3] += "Reading:";
arnews[3] += "
";
arnews[4]="dan: Daniel listenin' to Kanye West - Get 'em High (Ratatat Remix) on @hypem http://awe.sm/18QUm.
";
arnews[4] += "Daniel listenin' to Kanye West - Get 'em High (Ratatat Remix) on @hypem";
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("