var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Rose Rollins in the ‘Chase’ for NBC - EURweb
"; arnews[0] += "*Actress Rose Rollins has been cast in NBC’s Jerry Bruckheimer-produced drama pilot “Chase,” according to the Hollywood Reporter. The WBTV-produced project centers on a high-priority fugitive-apprehension team in South Texas. Rollins, best ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:43:00 GMT"; arnews[0] += "
"; arnews[1]="Jolie in Haiti; Footballer gets charges dropped - EURweb
"; arnews[1] += "*You knew it was only a matter of time. On behalf of the United Nations High Commissioner for Refugees (UNHCR), Angelina Jolie is in to Haiti to meet with earthquake victims. According to reports, yesterday, the star spoke with hospitalized Haitian ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:02: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("
");