if(location.toString().indexOf("localhost")!=-1){
	var bsurl="http://localhost/weblink/Ptemplates2";	
}else{
	var bsurl="http://weblinkprojects.weblink4you.com/wlmi/Ptemplates2";
}
String.prototype.trim = function() {
	var a = this.replace(/^\s+/, '');
    return a.replace(/\s+$/, '');
};

//var bsurl="http://192.168.1.118/Ptemplates2";
