// JavaScript Document

        /*
        * External Links
        */
        $('a[rel=external]').click(function(e) {
            open(this.href);
            e.preventDefault();
        }).attr('title', 'Opens in a new window');
    
    $(document).ready(function(){  
      $("#homepromoslider").easySlider({
        auto: true,
        continuous: true,
        numeric: true,
        pause:6000,
        speed:400
      });
    });
    

    
  
