jQuery(document).ready(function(){
    jQuery(navigationArrow("http://cengi.org/wp-content/themes/fullscreen/images/arrow.png"));
});
jQuery(function(){
	
	//hover states on the static widgets
	jQuery('ul#icons li').hover(
		function() { jQuery(this).addClass('ui-state-hover'); }, 
		function() { jQuery(this).removeClass('ui-state-hover'); }
	);
});