var total=getCartItem(1)+"";

total=total.replace("&#163;","");
total=total.replace("&#44;","");
total=(total.replace("&#46;",""));

if (total<25000) {
	document.write("<p>Spend <b>&pound;"+((25000-total)/100)+"</b> more for free shipping.</p>");
} else {
	if (getObj('couponcode')) {
		getObj('couponcode').value="";
		getObj('couponcode').disabled=true;
	}
	document.write("The goods in your basket are worth over &pound;250, so they qualify for <b>FREE SHIPPING</b>.");
}
