if(typeof(_evpLoad) === 'undefined') {
	var _evpAssetsLoaded = false;
	function _evpLoad(url, callback) {
		if(_evpAssetsLoaded === true) {
			callback();
			return;
		}
		var script = document.createElement('script');
		script.type = 'text/javascript';

		if(script.readyState) {
			script.onreadystatechange = function() {
				if (script.readyState == 'loaded' || script.readyState == 'complete') {
					script.onreadystatechange = null;
					_evpAssetsLoaded = true;
					callback();
				}
			};
		} else {
			script.onload = function() {
				_evpAssetsLoaded = true;
				callback();
			};
		}

		script.src = "http://mymarketingcoach.com/evp/player/"+url;
		document.getElementsByTagName("head")[0].appendChild(script);
	}
}

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

_evpStorage['bWVudG9yY2x1YnZpZGVvLm1wNA=='] = {"absolute":"http:\/\/mymarketingcoach.com\/evp\/","id":"evp-f5b78858a0a927f51ec39172b6bb4eee","div_id":"evp-c3fcdf4fd8c94b6e6d5c9f4772343ef8","bucket_name":"evp-4b0d9617beb00-dc471021c8dd23518846338dd8aa4aa6","file_id":"bWVudG9yY2x1YnZpZGVvLm1wNA==","type":"video","skin":{"url":"http:\/\/mymarketingcoach.com\/evp\/player\/flowplayer.controls-3.1.5.swf"},"finish":"2","splash":true,"splash_image":"http:\/\/evp-4b0d9617beb00-dc471021c8dd23518846338dd8aa4aa6.s3.amazonaws.com\/mentorclubvideo-splash.jpg","data":{"width":"480","height":"360","button_url":"http:\/\/www.mymarketingcoach.com\/members\/signup.php","button_text":"Click Here Now to Join!","button_text_color":"#FFFFFF","button_body_color":"#000000","html_body_color":"#000000","button_body_translucent":"true","html_body_translucent":"true","skin":"default","button_skin":"red","scaling":"scale","shadows":"true","autoPlay":true,"autoBuffering":"false","allow_fullscreen":"true","control_type":"show","finish":"2","use_conversions":"0","use_upsells":"0","splash":"http:\/\/evp-4b0d9617beb00-dc471021c8dd23518846338dd8aa4aa6.s3.amazonaws.com\/mentorclubvideo-splash.jpg"}};
		_evpStorage['bWVudG9yY2x1YnZpZGVvLm1wNA=='].div_id = 'evp-13280339bc07921b01f985697cb95b50';
	
if(typeof(_evpInit) === 'undefined') {
	function _evpInit(id) {
		_evpLoad('assets.php?v=1.0.10.2', function() { _evpGo(id); });
	}
}