$(document).ready(
	function(){
		$("li.productCategory").click(function(){
			window.location.href = $(this).attr("forward");
		});
	}
);
