var content=new Array()
content[0]='<LI><A HREF="../../cgi-bin/redirlemon.cgi?dest=http://www.autolemonlaws.com/tennessee/index.htm" TARGET="_BLANK" ADD_DATE="07/08/05">TN - Lemon Law Attorneys</A> - Alex Simanovsky & Associates, LLC,  Free Lemon Law Help, Serving all of Tennessee'
content[1]='<LI><A HREF="../../cgi-bin/redirlemon.cgi?dest=http://www.kahnandassociates.com/case_review_ppc.php" TARGET="_BLANK" ADD_DATE="04/18/06">TN - Lemon Law Attorneys</A> - FREE ANSWERS to all your lemon law questions! FREE case review! Kahn & Associates.'
content[2]='<LI><A HREF="../../cgi-bin/redirlemon.cgi?dest=http://www.lemonlaws.net/tennessee/" TARGET="_BLANK" ADD_DATE="11/01/09">TN - Lemon Law Attorneys</A> - FREE consultation today, you pay NO fees EVER.'

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


