$(document).ready(function(){
	$(".click").click(function(){
	     window.location=$(this).find("a").attr("href");
	     return false;
	});
	$('.legal').colorbox({width:'50%', height: '65%', iframe:true});
});
