
/* Onload document event. */

$(document).ready(function(){
	
	/* Search form handler. */
	$('#searchbutton').click(function(){ doSearch(); return false; });
	$('.homelink').click( function(){ document.location='/'; } );
	$("#liveinternet").html('<a href="http://www.liveinternet.ru/click" '+'target=_blank><img src="http://counter.yadro.ru/hit?t12.11;r'+escape(document.referrer)+((typeof(screen)=='undefined')?'':';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+';i'+escape('??'+document.title)+';'+Math.random()+'" '+'border=0 width=88 height=31></a>');
	
});

/* Search on the site. */

function doSearch()
{
	if ( $('#do_search_value').val() != "" )
	{
		alert( 'Поиск временно не работает' );
	}
}
