function ConfirmChoice() 
{ 
answer = confirm("WARNING:\n The genital piercing section contains content that is not suitable for viewing by persons under 18 years of age.\n Click OK to continue to the section, or cancel if you've changed your mind.")

if (answer !=0) 
{ 
location = "genital.php" 
} 
}