$(document).ready(function(){	
	$("#hidden_popup_html").jqm({
		modal: true, overlay: 0
	});	
});
