      /* ACCORDION HOVER SECTIONS */

$(document).ready(function(){
	  $('#accContainer').accordion();
	  $('#accContainer .heading').blend();


      /* ACCORDION HOVER SECTIONS */

      $('#home_logo a').blend();
 
	  $('#rssfeed a').blend();
            
      /* WORK HOVER SECTIONS */
      
      $(document).ready(function(){
        $('#work_menu_wrapper div.work_').hover(function() {$(this).addClass('over');}, function() {$(this).removeClass('over');}); 
$(function() {
          $.localScroll({
                easing:'easeOutExpo',
                duration:1000
          		});
			}); 
		});
	  
});
