	$(document).ready(function(){

		$(".category").click(function () {
			window.location = $("h3 a", this).attr("href");
		});
		
	});