$(document).ready(function(){
$("div#updateOption > span").text("Keep up to date with new arrivals, exclusive offers and exciting events. Untick this box if you would prefer not to receive emails from Liberty.");
$("div#updateOption > input").attr("checked", true);
if($("h1.productTitle").html().search("Blahnik")!=-1) {
$("p#productCode").next("p").html("This item is unavailable to purchase from Liberty.co.uk and can only be purchased from our Regent Street store. Please contact Customer Services on 020 7734 1234 for further information.");
};
});
