function nahraj(url,query,kam){
	$.ax(function(sV) {
		$('#'+kam).html(sV);
	}, url, query, 'post','',true);
}
$(function(){
	$("img").noContext();
	$(".contextyes").yesContext();
});

function changeimg(pobr,dst,rd){
	if (rd) rnd = Math.floor ( Math.random ( ) * pobr.length );
	else {
		eval('xx = ox_'+dst);
		xx++;
		if (xx>=pobr.length) xx = 0;
		eval('ox_'+dst+' = xx');
		rnd = xx;
	}
	$('#'+dst).get(0).src = pobr[rnd];
}