$(function(){
	$("#modal").jqm();	
	$("#modal").jqmAddClose("#modal .close-button");
        $("#modal .button").attr("href",$(".actions .button a").attr("href"));
	$(".showmodal #modal").jqmShow();
	setTimeout('$("#modal .modal-content, #modal .modal-load").toggle()',1800);
});