if(typeof FBSM == 'undefined'){
	document.cookie = 'FBSMNamespaceLoadCookie=1; path=/'
	document.location = document.location.href;
}
if(typeof jQuery != 'undefined'){
	$(document).ready(function(){
		if(typeof document.cookie != 'undefined' && document.cookie.indexOf("FBSMNamespaceLoadCookie")!=-1){
			$("img[src*='images.endeavorsuite.com']").each(function(){
				this.src = this.src.replace("images.endeavorsuite.com", "media.50below.com");
			});
		}
	});
}
