// JavaScript Document

//IMPORTANT *******************
//make sure each listing is all in one line, and do not use double quotes " in the link use single quotes ' 

function MoreInformation() {

document.write ("<ul>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/hormone-therapy.html'>Hormones</a></li>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/sexual-dysfunction-treatment.html'>How Female Sexual Problems are Treated</a></li>")
document.write ("</ul>")
}
