

 function mjsgeturl()
{
alert('xx');
document.getElementById('content-mjs').innerHTML = '<h1> yahoo!!!!!! This was done my mark </h1>';
}


function mjsalert()
{
    alert('mjsalertxxx')
}


 xsltdebug__ = false;
 xpathdebug__ = false;


function AjaxMdAllHtml()
{
    alert('all');
//  AjaxRequest.get({
//      'url':'/scripts/ajaxmasterdetail/htmlall',
//      'onSuccess':function(req) {
//        document.getElementById('content-main').innerHTML = '<h1> Html Data </h1>' + req.responseText;
//      }
//    })
}



function mjsgeturl1()
{
  alert('call mjsgetxxsurl');
//  AjaxRequest.get({
//      'url':'http://www.embeddedanalytics.com?getajax.html',
//      'onSuccess':function(req) {
//        document.getElementById('content-mjs').innerHTML = '<h1> This was dynamically Changed</h1>';
//      }

//    })

//AjaxRequest.get(
//  {
//    'url':'http://www.embeddedanalytics.com?getajax.html'
//    ,'onSuccess':function(req){ alert('Success!'); }
//    ,'onError':function(req){ alert('Error!\nStatusText='+req.statusText+'\nContents='+req.responseText);}
//  }
//)

  alert('done mjsgeturl');
}




