$(function(){
	//listing link to parent level
	$("#content .box-prog").live("click",function() {
		self.location = $(this).find('a').attr("href");
	});
});
