var xprtUtils=xprtUtils||{};xprtUtils=function(){return{getURLParameters:function(n){var u=window.document.URL.toString().replace("#_=_",""),r;if(u.indexOf("?")>0){for(var o=u.split("?"),i=o[1].split("&"),f=new Array(i.length),e=new Array(i.length),t=0,t=0;t<i.length;t++)r=i[t].split("="),f[t]=r[0],e[t]=r[1]!=""?unescape(r[1]):"";for(t=0;t<i.length;t++)if(f[t]==n)return e[t];return""}}}}()