if (typeof(Sys) === 'undefined'){
var Sys = {
Application : {
initialize : function(){
return true;
},
notifyScriptLoaded : function(){
return true;
}
},
WebForms : {
PageRequestManager : {
_initialize : function(){
return true;
},getInstance : function(){
return this;
},
_updateControls : function(){
}
}
}
}
}
_spBodyOnLoadWrapper = undefined;
