var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arpaio launches new 2-day long crime sweep in Valley - ABC 15 News
";
arnews[0] += "Aaron Douglas said 29 people had been taken into custody. He said 18 were arrested for human smuggling and that 21 of the 29 were suspected undocumented immigrants. One of the suspected undocumented immmigrants was turned over to Immigration and ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 00:42:00 GMT";
arnews[0] += "
";
arnews[1]="Hooker: More openings than optimism for 2010 - GoVolsXtra
";
arnews[1] += "Most believe this was Phillip Fulmer's worst signing class - and it hasn't gotten better with time. But there are some highlights. Offensive tackle Aaron Douglas is a star in the making. More will be expected out of Dallas Thomas, likely at tackle.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:47:00 GMT";
arnews[1] += "
";
arnews[2]="Arpaio conducts two-day immigration sweep - East Valley Tribune
";
arnews[2] += "According to detective Aaron Douglas, sheriff's office spokesman, 21 people were suspected of being illegal immigrants and they were booked on charges ranging from human smuggling to driving on a suspended license. One person was turned over to ICE ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 01:46:00 GMT";
arnews[2] += "
";
arnews[3]="Tennessee Senior Day 2009: Offensive Linemen - Rocky Top Talk
";
arnews[3] += "As much as we may appreciate these guys now, it'll be next fall when these six experienced starters will truly be missed. Jacques McClendon, Josh McNeil, Vladimir Richard and Chris Scott are all veterans of the 2007 offensive line that allowed an ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:39:00 GMT";
arnews[3] += "
";
totcount = 4;
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("