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

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

_evpStorage['b2Rkc21ha2VyMS0xLmZsdg=='] = {"absolute":"http:\/\/contentshuttle.com\/evp\/","id":"evp-9fca81ec023cb4f6ae36c113bd6f2090","div_id":"evp-23355820d4b3de4bde5782d3b94b44cb","bucket_name":"evp-4b69a196d4e0e-886d9f6f3d1a177528efd8ccd01e58b7","file_id":"b2Rkc21ha2VyMS0xLmZsdg==","type":"video","skin":{"url":"http:\/\/contentshuttle.com\/evp\/player\/flowplayer.controls-tube-3.1.5.swf","height":24},"finish":"2","data":{"width":"480","height":"360","button_url":"http:\/\/www.rouletteuncovered.com\/oddsmaker.php","button_text":"Click Here to Visit OddsMaker.","button_text_color":"#FFFFFF","button_body_color":"#000000","html_body_color":"#000000","button_body_translucent":"true","html_body_translucent":"true","skin":"tube","button_skin":"green","scaling":"scale","shadows":"true","autoPlay":"false","autoBuffering":"true","allow_fullscreen":"true","control_type":"show","finish":"2","use_conversions":"0","use_upsells":"0"}};
		_evpStorage['b2Rkc21ha2VyMS0xLmZsdg=='].div_id = 'evp-780a852527f0e7d6a88c6c9b8f830915';
	
if(typeof(_evpInit) === 'undefined') {
	function _evpInit(id) {
		_evpLoad('assets.php', function() { _evpGo(id); });
	}
}