             $(function(){
             $('.slide-out-div').tabSlideOut({
                 tabHandle: '.handle', 
                 pathToTabImage: '/imgs/feedback-btn.png',
				 imageWidth: '49px', 
				 imageHeight: '229px',
                 tabLocation: 'right',
                 speed: 300,
                 action: 'click',
                 topPos: '220px',
                 fixedPosition: true
             });
         });
