var content=new Array()
content[0]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://www.lemonlaw.com/" TARGET="_BLANK" Add_Date="3/24/98">NJ - Lemon Law Attorneys</A> - Kimmel & Silverman - Free New Jersey Lemon Law Help. Honored by ABA.'
content[1]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://www.rnormanlaw.com/LemonLaw.htm" TARGET="_BLANK" Add_Date="07/28/03">NJ - Lemon Law Attorneys</A> -  Ronald E. Norman, Esq-No Recovery No Fee-Lemon Law & Fraud-Turnersville,NJ.'
content[2]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://www.kahnandassociates.com/case_review_ppc.php" TARGET="_BLANK" ADD_DATE="04/18/06">NJ - Lemon Law Attorneys</A> - FREE ANSWERS to all your lemon law questions! FREE case review! Kahn & Associates.'
content[3]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://www.lemonjustice.com/new-jersey-lemon-law-attorney.php" TARGET="_BLANK" ADD DATE="12/31/07">NJ - Lemon Law Attorneys</A> - Lemberg & Associates L.L.C. - Serving all of New Jersey! 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++
}
}
}

