function nextImage(){
	
	var countImages=17;
	var img=Math.floor((countImages)*Math.random())+1;
	/*
	var URLs=new Array();
		URLs[1]='http://zhemchuzhina-ufa.ru/index.php?newsid=40';
		URLs[2]='';
		URLs[3]='';
		URLs[4]='http://zhemchuzhina-ufa.ru/index.php?newsid=41';
		URLs[5]='http://zhemchuzhina-ufa.ru/index.php?newsid=41';
		URLs[6]='';
		URLs[7]='';
		URLs[8]='';
		URLs[9]='http://zhemchuzhina-ufa.ru/index.php?newsid=38';
		URLs[10]='';
		URLs[11]='';
		URLs[12]='';
		URLs[13]='';
		URLs[14]='';
		URLs[15]='';
		URLs[16]='';
		URLs[17]='';
		URLs[18]='';
		URLs[19]='';
		URLs[20]='';
		URLs[21]='';
	*/
	
	$(".imgCert").fadeOut();
	$("#boxSImages").html('<a href="http://www.zhemchuzhina-ufa.ru/index.php?newsid=49"><img class="imgCert" width="160" src="/templates/Simple/images/main/certificates/small/'+img+'.jpg"/>').hide().fadeIn();




}