


jQuery(document).ready(function() {


	if( window.location.hash == "#irjon_nekunk" ) {
		jQuery(".input[name=nev_req]").focus();
	}


});

function pulsateLogo() {

	jQuery("#reprobalaton_logo").animate({opacity: 0}, 15000).animate({opacity: 1}, 15000);

	setTimeout("pulsateLogo()", 30000);

}




