// 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 FemaleSexualDysfunction() {

document.write ("<ul>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/aboutthecenter.html'>About the Center</a> and <a href='http://www.centerforfemalesexuality.com/AboutTheStaff.html'>Our Staff</a></li>")
document.write ("<li>Learn more about <a href='http://www.centerforfemalesexuality.com/aboutfs.html'>Female Sexual Dysfunction</a></li>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/male-sexual-dysfunction.html'>About Male Sexual Dysfunction</a></li>")
document.write ("</ul>")
}

