function regError(msg)
{
  alert(msg);
}

function loadPage(page) {
  var oRPC = new jsRPC();
  oRPC.href = page + ((page.indexOf('?') != -1)?'&':'?') + 'html_load=1';
  oRPC.execute();
}

function onHTMLLoader_load(href)
{

}
      
      $.fn.pause = function(duration) {
        $(this).animate({ dummy: 1 }, duration);
        return this;
      };

