$(document).ready(function(){
						   
var myText = $('#bottomlinks');
myText.html( myText.html().replace('| <a href="http://www.wellnaturalhealth.co.uk/store/go/contact-us/">Contact Us</a>','') );

//Corners
$(".search-table").corner("cc:#372215 10px");

// $('.text-availabilitytext').before('<BR>');
$('#productbuyinfo table').attr('width', '300px');
$(".navlink h4").addClass("sidemenu");
$(".navlink h4").hover(function(){$(this).addClass("sidemenuswitch")},function(){$(this).removeClass("sidemenuswitch")});
$("tr.productlist-row1, tr.productlist-row2").hover(function(){$(this).addClass("producthover")},function(){$(this).removeClass("producthover")});
$('table.pagination tr:first').remove();

});
