﻿function LoadUserProfile(data) {
    jQuery.showAkModal(data, 'Profile', 700, 700);
}
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();