$(document).ready(
 function(){
    $('#innerfade').innerfade({ 
        animationtype: 'fade', 
        speed: 600, 
        timeout: 5000, 
        type: 'random'
    }); 
 }
 
);
 $('.website').mouseover(function()
     {
        $(this).src('images/introImageBigbear.png');
     });