License violation! License is already in use at another online site: http://www.boligliv.dk/ [_LM_W3SVC_33_ROOT]var TagSystemService=function() {
TagSystemService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TagSystemService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return TagSystemService._staticInstance.get_path();},
GetTagsForCurrentSite:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTagsForCurrentSite',false,{},succeededCallback,failedCallback,userContext); },
GetTagsForCurrentSiteByPageId:function(pageId,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTagsForCurrentSiteByPageId',false,{pageId:pageId,filter:filter},succeededCallback,failedCallback,userContext); }}
TagSystemService.registerClass('TagSystemService',Sys.Net.WebServiceProxy);
TagSystemService._staticInstance = new TagSystemService();
TagSystemService.set_path = function(value) { TagSystemService._staticInstance.set_path(value); }
TagSystemService.get_path = function() { return TagSystemService._staticInstance.get_path(); }
TagSystemService.set_timeout = function(value) { TagSystemService._staticInstance.set_timeout(value); }
TagSystemService.get_timeout = function() { return TagSystemService._staticInstance.get_timeout(); }
TagSystemService.set_defaultUserContext = function(value) { TagSystemService._staticInstance.set_defaultUserContext(value); }
TagSystemService.get_defaultUserContext = function() { return TagSystemService._staticInstance.get_defaultUserContext(); }
TagSystemService.set_defaultSucceededCallback = function(value) { TagSystemService._staticInstance.set_defaultSucceededCallback(value); }
TagSystemService.get_defaultSucceededCallback = function() { return TagSystemService._staticInstance.get_defaultSucceededCallback(); }
TagSystemService.set_defaultFailedCallback = function(value) { TagSystemService._staticInstance.set_defaultFailedCallback(value); }
TagSystemService.get_defaultFailedCallback = function() { return TagSystemService._staticInstance.get_defaultFailedCallback(); }
TagSystemService.set_path("/Templates/tagsystem/tagsystemservice.asmx");
TagSystemService.GetTagsForCurrentSite= function(onSuccess,onFailed,userContext) {TagSystemService._staticInstance.GetTagsForCurrentSite(onSuccess,onFailed,userContext); }
TagSystemService.GetTagsForCurrentSiteByPageId= function(pageId,filter,onSuccess,onFailed,userContext) {TagSystemService._staticInstance.GetTagsForCurrentSiteByPageId(pageId,filter,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(TagDataItem) === 'undefined') {
var TagDataItem=gtc("TagDataItem");
TagDataItem.registerClass('TagDataItem');
}

