var content=new Array()
content[0]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://www.autolemonlaws.com/new-york/index.htm" TARGET="_BLANK" ADD_DATE="12/08/09">NY - Lemon Law Attorneys</A> - Alex Simanovsky & Associates, LLC, Free Lemon Law Help, Serving all of New York.'
content[1]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://www.lemonjustice.com/new-york-lemon-law-attorney.php" TARGET="_BLANK" ADD DATE="09/02/07">NY - Lemon Law Attorneys</A> -  FREE ANSWERS to your lemon law questions! FREE case review! Lemberg & Associates L.L.C.'
content[2]='<LI><A HREF="../../cgi-bin/redirlawyer.cgi?dest=http://www.lemonlaws.net/newyork/" TARGET="_BLANK" ADD DATE="11/01/09">NY - Lemon Law Attorneys</A> -  FREE consultation today, you pay NO fees EVER. Statewide. Dennis Kurz, Esq.'

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++
}
}
}
