var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tahiry Wants To Dead Her Joe Budden Tattoo, "Get Set To Kill The Wife ... - SOHH
";
arnews[0] += "Labeling Budden as a \"wife beater,\" Tahiry and her girlfriends cross out the mark and call out the emcee in a video. \"So, it is finally going down,\" Tahiry said in a video. \"Get set, to kill the wife beater! Yeah!!! [laughs] So people, Tahiry ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:40:00 GMT";
arnews[0] += "
";
arnews[1]="SOP's Battle of the Bands Featuring The Game with 'Shake' - Student Operated Press
";
arnews[1] += "West coast rapper The Game was born Jayceon Terell Taylor on November 27, 1979, in Los Angeles, California. Growing up in Compton, The Game became a member of infamous street gang, The Crips, and later on, the Cedar Block Piru Bloods. The Game got ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 17:43:00 GMT";
arnews[1] += "
";
totcount = 2;
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("