//show year for footer
function YYYY(){
theDay = (new Date()).getFullYear();
document.write(theDay);
}

//send URL to mobile phone
function m_url(){WindowOpen = window.open("http://www.cupido.bz/cgi/mobile/index.html","","Width=400,Height=160,scrollbars = 1") ;}

