﻿
Ext.onReady(function() {

var el = Ext.get("sitemap");
var mgr = el.getUpdater();
mgr.update("/sitemap.aspx");


});
