var $j = jQuery.noConflict();
$j(function(){	
	$j('.load').load('/htmlblock/index.html');
});
