// Initialise our namespace
if(Object.isUndefined(CADRE)) var CADRE = {};

CADRE.lmsbridge = function() {
  for(var pkg in CADRE) {
    switch(pkg) {
      case 'scorm': return CADRE.scorm;
	  case 'arga2': return CADRE.arga2;
	  case 'phplms': return CADRE.phplms;
    }
  }
  if(Prototype.Browser.Gecko || Prototype.Browser.WebKit)
    console.log("No LMS API Found");
  else alert("No LMS API Found");
}();
