﻿function $obj(id) {
    return document.getElementById(id);
}

function OnSucceeded(result, userContext, methodName) {

}

function OnFailed(error, userContext, methodName) {
 
}

if (typeof (Sys) !== "undefined") Sys.Application.notifyScriptLoaded();

function pageLoad() {
    try {
        CIDADE();
    } catch (e) { }
}
