var $FAST=[];$FAST.JqueryAjax=function(n,t,i,r,u,f){var e="",o=encodeURI(n);return jQuery.ajax({url:o,async:i,type:t,contentType:"application/x-www-form-urlencoded",dataType:"json",data:r,success:function(n){e=n;u!=null&&u(n)},error:function(n){f!=null&&f(n)}}),e};$FAST.AjaxRelobject=function(n,t,i,r,u,f){var e="",o=encodeURI(n);return jQuery.ajax({url:o,async:i,type:t,dataType:"json",data:r,success:function(n){e=n;u!=null&&u(n)},error:function(n){f!=null&&f(n)}}),e};$FAST.relobject=function(n,t,i,r,u){return $FAST.AjaxRelobject(n+"/"+t,"post",!0,i,r,u)};$FAST.GetUrlParam=function(n){var i=new RegExp("(^|&)"+n+"=([^&]*)(&|$)"),t=window.location.search.substr(1).match(i);return t!=null?unescape(t[2]):null}