$(document).ready(function(){
	$("#gallery a").prettyPhoto({theme:'dark_rounded'});
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
	$('#userdata').load('/userdata/' + Math.random());
	$(document).pngFix(); 
        $('#topblock').innerfade({ speed: 'slow', timeout: 10000, type: 'sequence' , containerheight: '370px'});
        $('#form-search input').focus(function(){
        	if($(this).val() == 'найти'){
			$(this).val('');
        	}
        });
        $('#form-search input').blur(function(){
        	if($(this).val() == ''){
			$(this).val('найти');
        	}
        });
});
