if (typeof jQuery != 'undefined'){
	$(document).ready(function(){
		$('#xasfControlField').css('display','none');
	});
}