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

document.write ("<ul>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/testimonials/low-desire.html'>Low Desire</a></li>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/testimonials/pain.html'>Pain </a></li>")
document.write ("<li><a href='http://www.centerforfemalesexuality.com/testimonials/orgasm.html'>Problems with Orgasm </a></li>")
document.write ("</ul>")
}
