$(document).ready(function(){
	footerURL();
	featuredHeader();
});

//Link on header image
function footerURL() {
	$('#footer').append('<div id="bottomimg1"><a href="http://www.bpma.co.uk" target="_blank"><img src="/static/best1.png" alt="BPMA" ></a></div><div id="bottomimg2"><a href="http://www.promota.co.uk" target="_blank"><img src="/static/best2.png" alt="Promota" ></a></div><div id="bottomimg3"><img src="/static/best3.png" alt="Page Partnership" ></div><div id="bottomimg4"><a href="http://www.myecostore.co.uk" target="_blank"><img src="/static/best5.png" alt="My EcoStore" ></a></div>');
}

function featuredHeader() {
	$('#featured').prepend('<div id="featuredheader"><a href="http://www.sussexpromotions.co.uk/_-/Special-Offers"><img src="/static/special-offers.png" alt="Special Offers" ></a></div>');
}
