function setcountdown(theyear,themonth,theday){ yr=theyear;mo=themonth;da=theday } setcountdown(2011,2,3) var occasion="tet van nien" var message_on_occasion="Chuc mung nam moi " var countdownwidth='480px' var countdownheight='20px' var countdownbgcolor='lightblack' var opentags='' var closetags='' var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") var crosscount='' function start_countdown(){ if (document.layers) document.countdownnsmain.visibility="show" else if (document.all||document.getElementById) crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie countdown() } if (document.all||document.getElementById) document.write('') window.onload=start_countdown function countdown(){ var today=new Date() var todayy=today.getYear() if (todayy