$(document).ready(function(){
	$("#highlight").click(function () {
	$("#hilis").toggle("slow");
	});
});

		$(document).ready(function(){
			
			
				$("div.partnercel").mouseenter(function () {
      				$(this).effect("highlight", {color: '#b5bf00'}, 500);
				});
		});

