//jQuery.noConflict();

//jQuery(document).ready(function($){

	// $('ul.is_link > li').hover(
	
$(function(){
	
	$('#sidebars a').mouseover(
		function(){
			//$(this).effect("highlight", {color: "#86A7CA"}, 200)
		});
	
});

// })(jQuery);
