$(document).ready(function(){
	
	
	$(".product-list-neutral li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	$(".product-list-elbow li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	$(".product-list-hand li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	$(".product-list-general li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	$(".product-list-lower li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	$(".product-list-biologic li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	$(".product-list-screw li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	$(".product-list-shoulder li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	$(".product-list-sports li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	
	
	

	

});
