/*
 * javascript file for uploadify to call back to flash 
 */
function uploadifyCallBack() {
	if(navigator.userAgent.indexOf("MSIE") == -1) 
	{
		document.embeds["optimalOne"].SetVariable("uploadifyCallBack", 'success');
	} else {
		document.getElementById("optimalOne").SetVariable("uploadifyCallBack", 'success');
	}
}
