$(document).ready(function(){
	footerURL();
	livechatqq();
	footerlines();
	qqtext();
	movelivechat();
});

//Live Chat Image underneath QQ Panel
function movelivechat() {
	$('#product .basket').append($('#product .body.pdv-body'));
}

function livechatqq() {
	$('#product .basket').append('<div id="livechatqq"></div>');
}

function qqtext() {
	$('#product .basket').prepend('<div id="qqtext">Pricing is for guidance only. Please select quantity and proceed to Basket where you can specify your required print/or decoration requirements.</div>');
}

//Link on header image
function footerURL() {
	$('#footer').append('<div id="footerpic"><a href="http://www.sourcing.co.uk/associations.html"><img src="/static/Image/footerpics.png" alt="The Sourcing Team Associations" ></a></div>');
}

//Link on header image
function footerlines() {
	$('#bottom-links').prepend('<div id="footerdivider"><a href="#"><img src="/static/Image/frontdivider.png" alt="The Sourcing Team" ></a></div>');
}
