// 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/newsletter.html'>Subscribe to our newsletter</a></li>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/freepacket.html'>Free Information Packet</a></li>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/cost-insurance.html'>Cost</a></li>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/blog/'>MCFS Blog</a></li>")
document.write ("</ul>")
}
