var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Chris Franco: For the Hiptics Twitter-Fam --- Eminem's Verses from D-12's DEVILS NIGHT album mixed into a 7 MINUTE MP3 - http://bit.ly/5iWqBT
";
arnews[0] += "For the Hiptics Twitter-Fam --- Eminem's Verses from D-12's DEVILS NIGHT album mixed into a 7 MINUTE MP3 -";
arnews[0] += "
";
arnews[1]="Chris Franco: RT @rapnews: WHOAAAA Eminem's Verses from D-12's DEVILS NIGHT album mixed into a 7 MINUTE MP3 - http://bit.ly/5iWqBT
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Chris Franco: All of Eminem's verses from D-12's debut album, mixed into one MP3 - http://bit.ly/5iWqBT
";
arnews[2] += "All of Eminem's verses from D-12's debut album, mixed into one MP3 -";
arnews[2] += "
";
arnews[3]="The Gazette: D-12 survey reaches out to residents to tackle budget cuts: A community survey that Cheyenne Mountain School Distri... http://bit.ly/5py2g2
";
arnews[3] += "D-12 survey reaches out to residents to tackle budget cuts: A community survey that Cheyenne Mountain School Distri...";
arnews[3] += "
";
arnews[4]="SignalDS: pop_building_pics " D-12(?) at PWr Camp in Wroclaw http://rly.cc/HtAqX " -DeviantArt
";
arnews[4] += "pop_building_pics \" D-12(?) at PWr Camp in Wroclaw";
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("