
if (typeof(_evpLoad) === "undefined") {
  _evpAssetsLoaded = false;

  function _evpLoad(file, callback, disableAsyncLoading) {
	if(typeof disableAsyncLoading == 'undefined') var disableAsyncLoading = false;
	if(window._evpAssetsLoaded === true) {
	  callback();
	  return;
	}
	function asset_load() {
	  var s = document.createElement('script');
	  s.type = 'text/javascript';
	  	  var src = "http://www.marketinghuddlecoaching.com/evp/player/" + file;
	  s.src = src;
	  var current_scripts = document.getElementsByTagName('script');
	  var inject = true;
	  for(i = 0; i < current_scripts.length; i++) {
		if(current_scripts[i].src == src) {
		  inject = false;
		  break;
		}
	  }
	  if(inject == true) {
		document.getElementsByTagName('head')[0].appendChild(s);
		var current_scripts = [s];
		var i = 0;
	  }
	  if(current_scripts[i].readyState) {
		current_scripts[i].attachEvent('onreadystatechange', function() {
		  if (current_scripts[i].readyState == "loaded" || current_scripts[i].readyState == "complete") {
			if(typeof onEvpAssetsReady == 'function' && window._evpAssetsLoaded !== true) onEvpAssetsReady(EVP22Lib);
			window._evpAssetsLoaded = true;
			callback();
		  }
		});
	  } else if(current_scripts[i].addEventListener) {
		current_scripts[i].addEventListener('load', function() {
		  if(typeof onEvpAssetsReady == 'function' && window._evpAssetsLoaded !== true) onEvpAssetsReady(EVP22Lib);
		  window._evpAssetsLoaded = true;
		  callback();
		}, false);
	  }
	}
	if(false || disableAsyncLoading === true) {
	  asset_load();
	} else if (window.attachEvent) window.attachEvent('onload', asset_load);
	else if(window.addEventListener) window.addEventListener('load', asset_load, false);
	else asset_load();
  }
}

if(_evpStorage === undefined) var _evpStorage = {};

_evpStorage[''] = {"embed_code":false,"affiliate_code":false,"reference_profile":false,"profile":false,"div_id":"evp-7c234177047ab050c709db5247a0203a","alternate_embed":false,"file_extension":null,"local_assets":"","button":false,"project_name":"EasyVideoPlayer 2","project_website":"http:\/\/www.easyvideoplayer.com","affiliate_url":"http:\/\/777mike777.webactix.hop.clickbank.net\/","commercial":true,"analytics":true,"analytics_tracker_id":"UA-5244451-1","status":""};
function _evpInit(id, options) {
  var d = false;
  if(typeof options == 'object' && options.disableAsyncLoading == true) d = true;
  _evpLoad("assets.js.php?v=2.2.1", function() {
	_evp22Go(id, options);
  }, d);
}

function _evpLightbox(id, options) {
  var d = false;
  if(typeof options == 'object' && options.disableAsyncLoading == true) d = true;
  _evpLoad("assets.js.php?v=2.2.1", function() {
	// Now load the CSS
	EVP22Lib('<link>', {
	  rel: 'stylesheet',
	  type: 'text/css',
	  href: 'http://www.marketinghuddlecoaching.com/evp/player/prettyPhoto-3.0.1/css/prettyPhoto.css'
	}).appendTo('head');
	// And proceed
	_evp22GoLightbox(id, options);
  }, d);
}
