var content=new Array()
content[0]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://lemonlawforconsumers.com/arizona/" TARGET="_BLANK" ADD DATE="09/12/06">AZ - Lemon Law Attorneys</A> - FREE consultation today, you pay NO fees EVER. Statewide. Weisberg & Meyers.'
content[1]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://www.lemonlawaz.com/" TARGET="_BLANK" ADD DATE="06/05/07">AZ - Lemon Law Attorneys</A> - If your CAR or RV is not up to par, call Pryor & Amar, LLC! FREE CASE REVIEW.'

function randomorder(targetarray, spacing){
var randomorder=new Array()
var the_one
var z=0
for (i=0;i<targetarray.length;i++)
randomorder[i]=i
while (z<targetarray.length){
the_one=Math.floor(Math.random()*targetarray.length)
if (targetarray[the_one]!="_selected!"){
document.write(targetarray[the_one]+spacing)
targetarray[the_one]="_selected!"
z++
}
}
}

