var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Interview with Myster DL, growing crops, working with his childhood idols
"; arnews[0] += "Myster DL , is a local Boston area rapper that has had the opportunity to work with some of the biggest names in hip hop music."; arnews[0] += "
Publ.Date : Tue, 19 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="A Closer Look: The political lynching of Harry Reid
"; arnews[1] += "When Barack Obama was neck-in-neck with Hillary Clinton racing for the Democratic nomination for president, one of his earliest supporters, Senator Harry Reid of Nevada said in a private conversation that Obama could win the presidency."; arnews[1] += "
Publ.Date : Sat, 16 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="British talent timeline
"; arnews[2] += "This week we start in a London lockup: The Escapist Not rated, 102 minutes. Coming Jan."; arnews[2] += "
Publ.Date : Sun, 17 Jan 2010 05:54:14 GMT"; arnews[2] += "
"; arnews[3]="Out with the Friday night street crowd
"; arnews[3] += "\"Time for us to go,\" says street ambassador Sally Wood. We leave the fighting, the vomiting, the pashing, the discarded clothing and the screeching, and walk down a dark alley back to the street ambassadors' Halifax St headquarters."; arnews[3] += "
Publ.Date : Sat, 16 Jan 2010 05:58:28 GMT"; arnews[3] += "
"; arnews[4]="Inqlings: Jazz great to score Phila. film
"; arnews[4] += "For his next project, filmmaker Rel Dowdell has found star power, especially in the music department."; arnews[4] += "
Publ.Date : Thu, 14 Jan 2010 09:23:25 GMT"; 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("
");document.write("
");