 <!--    //Prints birthdays and deaths for current date
     
var theDate = new Date()
var month = theDate.getMonth()
var day = theDate.getDate()
var thisday = month + "-" + day

document.write('<iframe id="birthdayframe" src="birthdays/' + thisday + '.htm" width="175px" height="300px" align="center" frameborder="0" scrolling="0">')
document.write('<font size="-1">If you can see this, your browser does not support Iframes. However, we will link you to <a href="birthdays/' + thisday + '.htm">women</a> who were born or died on this day.</font>')
document.write('</iframe>')
        

 //-->
