function loadphoto()
{
	var nm=1;
	nm=Math.round(Math.random()*11)+1;
	nm=nm;
	
	document.images.aphorizm.src='images/aphorizm/aphorizm-'+nm+'.gif';

}