/**
 *	HomeMadePostings.com Great Sites Links
 */


<!--
var content=new Array()
content[0]='<a href="out.php?link=greatsites_thesexcinema&to=thesexcinema.com"><font style="font-size:8pt"><b>The Sex Cinema | </b></font></a>'
content[1]='<a href="out.php?link=greatsites_amateurlove&to=amateurlove.com"><font style="font-size:8pt"><b>Amateur Cams | </b></font></a>'

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