function YYYY(){ theDay = (new Date()).getFullYear(); document.write(theDay); } function openwin(url) { window.open(url, "", "width=800,height=600"); }