var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Donna D'Angelo: Christina Millan ~ "Miss You Like Crazy" ~ Thinking About How Much You Mean To Me. ♫ http://blip.fm/~gpzd5
";
arnews[0] += "Christina Millan ~ \"Miss You Like Crazy\" ~ Thinking About How Much You Mean To Me. ♫";
arnews[0] += "
";
arnews[1]="Donna D'Angelo: Christina Millian ~ "Believer" ~ Life Is What You Make It! TY @DJBellaterra @frankenstrat @lasmart @MsDanteBlac... ♫ http://blip.fm/~gpzr7
";
arnews[1] += "Christina Millian ~ \"Believer\" ~ Life Is What You Make It! TY @";
arnews[1] += "
";
arnews[2]="Scifi Chrome: scifichrome tracked Us Against the World (Christina Milian song) http://bit.ly/6iDtfb
";
arnews[2] += "scifichrome tracked Us Against the World (Christina Milian song)";
arnews[2] += "
";
arnews[3]="Donna D'Angelo: TY @fxp123: @dANGELofLOVE: "Christina Millan "Someday One Day"TY@MsDanteBlac @lasmart@DJBellaterra @Muuuza @fra... ♫ http://blip.fm/~gq26z
";
arnews[3] += "TY @";
arnews[3] += "
";
arnews[4]="Mădălin Oprea: The Death and Rebirth of Black Glossies - PopMatters
";
arnews[4] += "The Death and Rebirth of Black Glossies - PopMatters -";
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("