jQuery.noConflict();
jQuery(document).ready(function($) {	
	
	$('div.InfopushContainer:empty').remove();

});
