var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="NFL To Blitz Latinos At Super Bowl
"; arnews[0] += "Not content with its place as the biggest U.S. sporting event of the year, the National Football League wants to make the Super Bowl the most-watched sports event among Hispanics."; arnews[0] += "
Publ.Date : Wed, 20 Jan 2010 22:30:04 GMT"; arnews[0] += "
"; arnews[1]="IRS & Telemundo Will Host Tax Info Program for Spanish-Speaking Taxpayers
"; arnews[1] += "The Internal Revenue Service is joining national TV network Telemundo in a special one-hour tax program for Spanish-speaking taxpayers on Sunday, Jan."; arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 01:26:05 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("
");