var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="iTunes Store Top Music Videos: "Body Language (feat. T-Pain) - Jesse McCartney" #music_pop © (C) 2009... http://dealnay.com/139843
";
arnews[0] += "iTunes Store Top Music Videos: \"Body Language (feat. T-Pain) - Jesse McCartney\"";
arnews[0] += "
";
arnews[1]="tomi: Auto-Tune the News #8: dragons. geese. Michael Vick. (ft. T-Pain)
";
arnews[1] += "Auto-Tune the News #8: dragons. geese. Michael Vick. (ft. T-Pain) -";
arnews[1] += "
";
arnews[2]="iTunes Best Music: iTunes Store Top Music Videos: "Body Language (feat. T-Pain) - Jesse McCartney" #music_pop © (C) 2009... http://dealnay.com/139843
";
arnews[2] += "iTunes Store Top Music Videos: \"Body Language (feat. T-Pain) - Jesse McCartney\"";
arnews[2] += "
";
arnews[3]="Robyn Flach: T Pain Obama Auto-Tune
";
arnews[3] += "T Pain Obama Auto-Tune -";
arnews[3] += "
";
arnews[4]="iPhone Top Apps: iPhone best app #16: "I Am T-Pain" #music As featured on The Ellen Show, Jimmy Kimmel Live!, the Jimmy Fallon... http://dealnay.com/139918
";
arnews[4] += "iPhone best app";
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("