today = new Date()
document.write(today.getMonth()+1,"/",today.getDate(),"/",today.getYear(),"");
