function src(){
		pict = Math.floor(Math.random() * 29)+1;
		document.all.gall.src='content/skins/default/img/gallery/' + pict + '.jpg';
}
