// code to execute when document loads
jQuery(document).ready(function(){
	jQuery('.smb_lowerbox .smb_news .smb_news_list li').hover(
		function() {
			var selector = '#' + jQuery(this).attr('id') + '_flyout';
			jQuery(selector).show();	
		},
		function() {
			var selector = '#' + jQuery(this).attr('id') + '_flyout';
			jQuery(selector).hide();			
		}
	);
	
        jQuery('#cse-search-box').attr('action', '/smallbusinesscenter/site-search.jsp');
        jQuery('#cx').attr('value', '007946504037312675699:77cfpq3x5nq');
});

