/******************************************************************************************************************************
** 
** Filename: scormReporter.js
**
** File Description: This file contains the core functions required for reporting for scorm events within the container.
**
** Author: Technical Team (James Jackson)
** Company Name: Saffron Interactive
**
** Design Issues:
** Implementation Issues:
** Known Problems:
** Side Effects:
**
** References: Saffron JavaScript Container v2.0
**
/******************************************************************************************************************************/

	function scormReporter(locationObj, type, message) { 
		try{
				// alert("Scorm Communication Error ( " + type + " ) : " + message); 
		}catch(e){errorReporter(e, errorLocation, "<b>file:</b> scormReporter.js  <b>function:</b> scormReporter");}
	}

