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://lwlvids.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['aXUtdnNsNjQwLTEubXA0'] = {"absolute":"http:\/\/lwlvids.com\/evp\/","asset_location":"http:\/\/lwlvids.com\/evp\/","id":"evp-f0630f2a56f08d25d520b38d932db00a","div_id":"evp-29ec613f684e96bce136c7200f686037","bucket_name":"evp-4c359841cb756-46acc2961dd150db2a8df889799b52d4","file_id":"aXUtdnNsNjQwLTEubXA0","type":"video","extension":"mp4","skin":{"url":"http:\/\/lwlvids.com\/evp\/player\/flowplayer-3.2.7\/flowplayer.controls-air-3.2.2.swf","tooltipColor":"#5F747C","buttonColor":"#808080","buttonOverColor":"#7d7d7d","borderRadius":"5","volumeSliderGradient":"none","backgroundGradient":"none","tooltipTextColor":"#ffffff","sliderColor":"#000000","timeBgColor":"#555555","sliderGradient":"none","durationColor":"#ffffff","progressGradient":"medium","progressColor":"#46a8ec","bufferGradient":"none","timeColor":"#80cbff","volumeSliderColor":"#000000","backgroundColor":"#212121","bufferColor":"#454545","height":24,"opacity":1},"finish":"0","local":null,"remote":null,"youtube":false,"youtube_id":false,"flowplayer_key":"a5c34f7d7c8793def2d","preview":false,"hasMetaData":true,"cloudfront":"s2tg4c3aflo5uh.cloudfront.net","data":{"width":"560","height":"420","affiliate_id":"gossgroup","button_text_color":"#FFFFFF","button_body_color":"#000000","html_body_color":"#000000","simple_page_name":"","button_body_translucent":"true","html_body_translucent":"true","skin":"electric_blue","target":"aXUtdnNsNjQwLTEubXA0","scaling":"scale","shadows":"false","autoPlay":"true","autoBuffering":"false","allow_fullscreen":"false","control_type":"hide","promote_software":"","finish":"0","simple_page":"","use_conversions":"0","use_upsells":"0","source":"dG9vbm9ybWFsOC0xLm1wNA=="},"embed_code":false,"affiliate_code":false,"reference_profile":false,"profile":false,"alternate_embed":false,"file_extension":"mp4","local_assets":"v\/","button":false,"project_name":"EasyVideoPlayer 2","project_website":"http:\/\/www.easyvideoplayer.com","affiliate_url":"http:\/\/gossgroup.webactix.hop.clickbank.net\/","commercial":true,"free":false,"analytics":true,"analytics_tracker_id":"UA-26927329-1","status":"","metainfo":{"nativeWidth":"640","nativeHeight":"480","duration":"1128.467","codec":{"framerate":"15","codec":"avc1","audioChannels":"2","audioCodec":"mp4a","audioSampleRate":"44100"},"duration_readable":"18 minutes, 48 seconds"}};
function _evpInit(id, options) {
  var d = true;
  if(typeof options == 'object' && options.enableAsyncLoading == true) d = false;
  _evpLoad("assets.js.php?v=2.3.2", function() {
		_evp22Go(id, options);
  }, d);
}

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