function fecha(date) {var cont='';cont+=date;document.write(cont);document.close();}fecha('13/01/2012');
