﻿var proxyTaxonService;

addLoadEvent(init);

function init()
{
    proxyTaxonService = new TaxonService();
}
if (typeof(Sys) !== "undefined") Sys.Application.notifyScriptLoaded();
