
function PhotomanSmall(){
document.write('<a href="http://photoman.altervista.org" target="_parent"><img src="res/image-small.gif" alt="Home page" title="Home page" width="125" height="25" border="0" /></a>'); 
}

//MailMe 
function MailMeG(){
document.write('<img src="res/mail-img.gif" width="28" height="20" border="0" alt="Write me" title="Write me" />'); 
} 	

//Anno copyright che si aggiorna automaticamente
function copyear(){
var now = new Date();
var year = now.getYear();if (year < 1000) year += 1900;
document.write(''+ year+'');
}

//Data ultimo aggiornamento (IE7, FF, Opera)
function lastUpdate(){
var lastupdate=new Date(document.lastModified);
var giorno=lastupdate.getDate();
var mese=lastupdate.getMonth()+1;
var anno=lastupdate.getYear()<1900?lastupdate.getYear()+1900:lastupdate.getYear();
document.write(giorno +" / "+ mese +" / "+ anno);
}

//Showman
function Showman(){
document.write('<img src="res/clip-art.gif" width="160" height="190" border="0" alt="Showman" title="Showman" />'); 
}
 
//Showload
function Showload(){
document.write('<img src="res/timer.gif" border="0" alt="Showload" title="Showload" />'); 
}
		 
//W3C xhtml 1.0 
function xhtml(){
document.write('<a href="http://validator.w3.org/check?uri=referer" target="_parent"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" title="Valid XHTML 1.0 Transitional" height="31" width="88" border="0" /></a>'); 
}

//W3C CSS 
function css(){
document.write('<a href="http://jigsaw.w3.org/css-validator/validator?uri=www.photoman.altervista.org/gallery-out/index-frame.html" target="_parent"><img src="http://www.w3.org/Icons/valid-css" alt="Valid CSS" title="Valid CSS" height="31" width="88" border="0" /></a>'); 
}

function Histats(){
document.write('<a href="http://www.histats.com/it/" target="_blank"><img src="http://s4.histats.com/stats/0.gif?14894&amp;1" alt="Histats" title="Histats" border="0" /></a>');  
}


