var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Nate Dogg Recovering After Strokes - The Gaea Times
"; arnews[0] += "Rapper NATE DOGG is re-learning basic human functions while in physical therapy following a series of strokes. The hip-hop artist, cousin of Snoop Dogg, was paralysed on the left side of his body following a mild stroke in 2007. The star, real name ..."; arnews[0] += "
Publ.Date : Mon, 25 Jan 2010 03:03:00 GMT"; arnews[0] += "
"; arnews[1]="Classic Album Review: Warren G’s “Regulate…G-Funk Era” - DjBooTH.net
"; arnews[1] += "Nate Dogg comes along guns blazing and saves the day, and the two go off looking for their women. The two rappers go back and forth, telling each side of the story with some of the cleverest lines in hip-hip history."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 19:00: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("
");document.write("
");