$(document).ready(function() {

$("body.category .body").insertAfter("#sub-categories");
$("<div id='tertiary-links-header' style=\"color:#5487c0;) 0 bottom \"><h3>You may also like</h3></div>").insertBefore('#tertiary-links ul');
$("#livechat").insertBefore("#tertiary-links li.side-link-garment-request");$("body.category .body").insertAfter("#sub-categories");
$("#logos").insertAfter("#tertiary-links");
$("#colour-chart").insertAfter("#product .basket");

$('#top-search input#keywords').attr({
	value: "Search by Keyword"
});

$('#top-search input#keywords').click(function() {  $(this).val("") });

//checkoutForm = $("body#www-victorydesign-co-uk #checkout form");
//if (checkoutForm.length){
//     checkoutForm.submit(function(){ 
//          if ($.trim($("fieldset#additional ol li#referrer-item.select span#referrer select").val()) == '' ){
//              alert('Where did you hear about us?');
//              return false;
//          }
//      });
//}

});
