$(document).ready(function(){
	$("#keywords_block").children().each(function(){$(this).wrapInner('<a href="http://boergoatshome.com/search.php?cx=partner-pub-5819065572779865%3A9515143089&cof=FORID%3A10&ie=UTF-8&q='+$(this).text()+'&sa=Search"></a>');});
	$("#ga").mouseenter(function(){		$(this).css("border","1px solid red ");	});
	$("#ga").mouseleave(function(){ $(this).css("border","0px solid red ");		$("#ga").children().click();
	 });
});
