var jq = jQuery.noConflict();

jq(document).ready(function(){
	jq("#template_suche").show();
	/*jq.ajax({
		type: "POST",
		dataType: 'html',
		global: 'false',
		url: "/fileadmin/sucheinschraenkung.php",
		success: function(msg){
			jq('#template_suche').html(msg);
		}
	});*/
});

