
function HTMLCallBackURL (m_sDivID, m_sURL) {
new Ajax.Updater(m_sDivID, m_sURL + "&CurrentXSL=HTMLCallBack", {evalScripts:true});
}