var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="We The Kings, Mayday Parade hope Valley fans will take action
"; arnews[0] += "To win a pair of tickets to the Take Action Tour, tell us how you take action to help people here in the Rio Grande Valley in a comment at the bottom of this article."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Miley Cyrus, celebs auction items for Haiti
"; arnews[1] += "Miley Cyrus has organized an online auction to benefit the relief effort in Haiti, and Britney Spears, Hugh Jackman, Ellen DeGeneres, Julianne Moore, Whoopi Goldberg, Demi Lovato and others will donate items and experiences."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:06:13 GMT"; arnews[1] += "
"; arnews[2]="Tuesday
"; arnews[2] += "Your browser's security settings are preventing some features from appearing. See instructions for fixing the problem."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:51:01 GMT"; arnews[2] += "
"; arnews[3]="'Idol' spotlight on judges
"; arnews[3] += "Personnel shake-ups on \"American Idol,\" which premiered Tuesday, have turned attention to the judges."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:15:00 GMT"; arnews[3] += "
"; arnews[4]="First Lady Partners With Disney Channel to Fight Childhood Obesity
"; arnews[4] += "The major news story of today is First Lady Michelle Obama's announcement of her initiative to end childhood obesity."; arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="DeGeneres says Cowell is 'meaner than I thought'
"; arnews[5] += "In this undated publicity image released by Fox, new \"American Idol,\" judge Ellen DeGeneres is shown."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:48:16 GMT"; arnews[5] += "
"; totcount = 6; 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("
");