


jQuery(document).ready(function($) {
		
		
	if($.trim($("#subn").html()) == false){
	
		$("#subn").css("padding","0px");
	};


	
	
});

