if( dojo ) {
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  dojo.create('script',{type:'text/javascript',src:gaJsHost + 'google-analytics.com/ga.js'},dojo.body());
    
  dojo.connect(window,'load',function(evt){
    try { var pageTracker = _gat._getTracker("UA-1633235-6"); pageTracker._trackPageview(); } catch(err) {}
  
    if( dojo.byId('frmContact')!=null ){
        dojo.require('MBRDojo.MBRForm');
        var myForm = new MBRForm('frmContact');
    }
  });

}
