

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://profitmoffatt.com/evp/player/"+url;
		document.getElementsByTagName("head")[0].appendChild(script);
	}
}

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

_evpStorage['cm9zYWxpbmQtZ2FyZG5lci0xLm1wNA=='] = {"absolute":"http:\/\/profitmoffatt.com\/evp\/","id":"evp-261275373c2d58a299d728b8e674908a","div_id":"evp-e12e8525f6c43ff6a40b09f403b33c6c","bucket_name":"evp-4b0342d016fcc-ad6ffb375e4cd54efecb19a24c51e16c","file_id":"cm9zYWxpbmQtZ2FyZG5lci0xLm1wNA==","type":"video","skin":{"url":"http:\/\/profitmoffatt.com\/evp\/player\/flowplayer.controls-3.1.5.swf"},"finish":"3","data":{"width":"560","height":"340","button_text_color":"#FFFFFF","button_body_color":"#000000","html_body_color":"#000000","button_body_translucent":"true","html_body_translucent":"true","skin":"default","scaling":"scale","shadows":"true","autoPlay":"false","autoBuffering":"true","allow_fullscreen":"true","control_type":"show","finish":"3","use_conversions":"0","use_upsells":"0"}};
		_evpStorage['cm9zYWxpbmQtZ2FyZG5lci0xLm1wNA=='].div_id = 'evp-3c40c57e9abec3f11ae571fdf9365924';
	
if(typeof(_evpInit) === 'undefined') {
	function _evpInit(id) {
		_evpLoad('assets.php', function() { _evpGo(id); });
	}
}