"
content += "You are "
content += name
content += ", the "
content += final[rand6]
content += " and "
content += name
content += ", the "
if (rand6==5) content+=final[4]
else content+=final[(-rand6-1)*-1]
content += ".
" newwindow.document.write(content) newwindow.document.close() } //-->