var modalPreOpen=function(hash){ 
	$('#modalTitle').html(hash.t.title);
	hash.w.show(); 
}; 

$(document).ready(function() {
  //hook them
  $('#ModalWin').jqm({ajax: '@href', trigger: 'a.ModalTrigger',target: 'div.jqmDialogContent',onShow:modalPreOpen});
  
});
