function ValidEmail(n){return/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/.test(n)?!0:!1}function GetParameterByName(n){n=n.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var i=new RegExp("[\\?&]"+n+"=([^&#]*)"),t=i.exec(location.search);return t==null?"":decodeURIComponent(t[1].replace(/\+/g," "))}function SetDefaultLanguage(n){var t=rootPath+"Home/SetDefaultLanguage";ExcuteService(t,"POST",{language:n},!0,"Changing session language, please wait...",function(n,t){n&&t.success?document.location=rootPath:sweetAlert("Oops...",t.errorDetails)})}$(document).ready(function(){$.isFunction($.fn.datepicker)&&$(".date").datepicker({format:"dd/mm/yyyy",autoclose:!0,clearBtn:!0});$(".change-lang").click(function(){var n=$(this).attr("data-lang");SetDefaultLanguage(n)});$(".gm-close").click(function(){HideGlobMessage()});$(window).scroll(function(){$(document).scrollTop()>0?$(".google-ads").hide():$(".google-ads").show();$(document).scrollTop()>150?($(".menu-links").hide(),$(".navbar-brand>img").addClass("small-logo")):($(".menu-links").show(),$(".navbar-brand>img").removeClass("small-logo"))});$(".img-cover-container[data-issue]").click(function(){var n=$(this).attr("data-issue");document.location=rootPath+"issues/list/"+n})})