
$.ajax({type:"POST",url:"verificarGateway.php",success:function(msg){var objeto=eval('('+msg+')');if(objeto.isLogado==0)
{$(document).ready(function(){ var protocol = ('https:' == document.location.protocol ? 'https://' : 'http://'); $.nyroModalManual({url:protocol+window.location.hostname+"/gateway.html",modal:true,width:820,height:493,minWidth:820,minHeight:493,autoSizable:false}); $("#nyroModalContent").css({'border':'none'});});}}});
