var TodaysDate = new Date()
var displayDate = (TodaysDate.getMonth() + 1) + "." + TodaysDate.getDate() + "." + TodaysDate.getFullYear()
document.write("Security Headlines")
document.write("<br>" + displayDate)
document.write("<br> from Prognosisx.com")
