$(document).ready(function(){

	$(".container .content .SearchSummaryBottom .SearchSummaryBottomItem").click(function(){
		if ( $("a",this).size() && $("a",this).attr("href").search("http://") == -1) {
		document.location.href = $("a",this).attr("href");
		}
																						  
	});
						   
});
