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

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

_evpStorage['c3RvcC1zbm9yaW5nLTEuZmx2'] = {"absolute":"http:\/\/stealthcdseries.com\/evp\/","id":"evp-156420006b08d7063a7e9ab3a5778b87","div_id":"evp-9b00692cedb710221ed0a8dcf4c30e08","bucket_name":"evp-4b6958005c6c5-129765400e09c6e3ceedc212fb89148c","file_id":"c3RvcC1zbm9yaW5nLTEuZmx2","type":"video","skin":{"url":"http:\/\/stealthcdseries.com\/evp\/player\/flowplayer.controls-3.1.5.swf"},"finish":"1","data":{"width":"640","height":"505","linkUrl":"http:\/\/diystopsnoring.com\/go","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":"true","autoBuffering":"true","allow_fullscreen":"true","control_type":"hide","finish":"1","use_conversions":"1","use_upsells":"1"}};
		_evpStorage['c3RvcC1zbm9yaW5nLTEuZmx2'].div_id = 'evp-db026dfb42220e7f46c99d62bd1c639d';
	
if(typeof(_evpInit) === 'undefined') {
	function _evpInit(id) {
		_evpLoad('assets.php', function() { _evpGo(id); });
	}
}