<SCRIPT LANGUAGE="JavaScript"> 
current_date = new Date(); 
document.write("<p>Текуща\я дата: " + current_date + ".<p>"); 
</SCRIPT> 
