var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="David Ohara: RB @krystynchong: "Grease vs Dr Dre vs Snoop Dog *turnitUP* This is a cool "mash" ♫ http://blip.fm/~gsagg
";
arnews[0] += "RB @";
arnews[0] += "
";
arnews[1]="Phạm Quang Trung: Dr.Dre & Eminem - Forgot About Dre
";
arnews[1] += "Dr.Dre & Eminem - Forgot About Dre -";
arnews[1] += "
";
arnews[2]="I'm going to need Dr. Dre to hurry the fuck up with his Detox album...by the time that shit comes out,I'm going to be over 80years old etc.
";
arnews[2] += "I'm going to need Dr. Dre to hurry the fuck up with his Detox album...by the time that shit comes out,I'm going to be over 80years old etc. -";
arnews[2] += "
";
arnews[3]="xi: MONSTER CABLEのDr.Dreモデルのヘッドホン見た目だけかと思いきや予想以上に音がいいみたい 好みがあるから一重にはいえないけどモンスターケーブル時代が大きいブランドだしそれなりのこだわりはあるんだろうな、でも高い
";
arnews[3] += "MONSTER CABLEのDr.Dreモデルのヘッドホン見た目だけかと思いきや予想以上に音がいいみたい 好みがあるから一重にはいえないけどモンスターケーブル時代が大きいブランドだしそれなりのこだわりはあるんだろうな、でも高い";
arnews[3] += "
";
arnews[4]="Ronan Mavrick: Lady GaGa takes the shoulder pad trend to its very limits with her latest ... - Daily Mail
";
arnews[4] += "Lady GaGa takes the shoulder pad trend to its very limits with her latest ... - Daily Mail -";
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("