icoke.footer = {
	SiteFooterPrivacy: {
		off		: '/images/footer/footer_btn1_o.gif',
		click	: function(href){
			window.open(href,'window','width=618,height=480,resizable,scrollbars,menubar') ;
		}
	},
	SiteFooterTNC: {
		off		: '/images/footer/footer_btn2_o.gif',
		click 	: function(href){
			window.open(href,'window','width=618,height=480,resizable,scrollbars,menubar') ;
		}
	},
	SiteFooterQnA: {
		off		: '/images/footer/footer_btn3_o.gif',
		click 	: function(href){
			window.open(href,'window','width=618,height=480,resizable,scrollbars,menubar') ;
		}
	},
	SiteFooterContactUs: {
		off		: '/images/footer/footer_btn4_o.gif'
	},
	SiteFooterPrivacy2: {
		off		: '/images/footer/footer_btn7_o.gif',
		click 	: function(href){
			window.open(href,'window','width=620,height=480,resizable,scrollbars,menubar');
		}
	},
	SiteFooterStatement:{
		off		: '/images/footer/footer_btn_statement_o.gif',
		click 	: function(href){
			window.open(href,'window','width=640,height=300,resizable,scrollbars,menubar');
		}
	}
}

jQuery(document).ready(function(){
	// ELEMENT TARGETING
	image_swap_coke('SiteFooter',icoke.footer);
});
