jQuery('#myModalWz').modal('show');
function getParmFromUrl(id,url){
var a = new RegExp(id+"=([^&#=]*)");
var link = window.location.search || url.split('?')
return decodeURIComponent(a.exec(link)[1]);
}
if ( getParmFromUrl('hash') ) {
// често хз что за модал(шов) jQuery('#myModalWz').modal('show');
jQuery('#myModalWz').show();
}