<!--
var bFl = new Date;
var date = (bFl.getDate() < 10) ? ('0'+bFl.getDate()) : (bFl.getDate());
var month = (bFl.getMonth() < 10) ? ('0'+(bFl.getMonth()+1)) : (bFl.getMonth()+1);
var year = bFl.getYear();
var stLine = 'i t a l y - w e b . c o m  -  webmaster@italy-web.com';
document.write('<p class="helv8"><font color="blue"><i>Release v1.1; last updated '+date+'.'+month+'.'+year+'</i></font><br><a href="mailto:kuen@rolmail.net?subject=queries and comments" onMouseOver="window.status = stLine; return true" target="_self">webmaster@italy-web.com</a><br>We do not suppose any responsability of informations and contents out of our range.</p>');
//-->
