$j = jQuery.noConflict();
$j( function() {

	$j('.load').each(function () { $j('#'+this.id).load('htmlblock/index.html'); })
	
	$j('.menuload').each(function () { $j('#'+this.id).load('/menu_load/'+this.id+'/' ); })
	
	$j('.counter').html("<a href='http://www.liveinternet.ru/click' "+
	"target=_blank><img src='//counter.yadro.ru/hit?t45.1;r"+
	escape(document.referrer)+((typeof(screen)=="undefined")?"":
	";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
	screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
	";"+Math.random()+
	"' alt='' title='LiveInternet' "+
	"border='0' width='15' height='15'></a>")

})
