		$(function(){
			$('.slide-out-div').tabSlideOut({
				tabHandle: '.handle',                     //class of the element that will become your tab
				pathToTabImage: 'images/tweettab.png', //path to the image for the tab //Optionally can be set using css
				imageHeight: '120px',                     //height of tab image           //Optionally can be set using css
				imageWidth: '70px',                       //width of tab image            //Optionally can be set using css
				tabLocation: 'right',                      //side of screen where tab lives, top, right, bottom, or left
				speed: 300,                               //speed of animation
				action: 'hover',                          //options: 'click' or 'hover', action to trigger animation
				topPos: '150px',                          //position from the top/ use if tabLocation is left or right
				leftPos: '20px',                          //position from left/ use if tabLocation is bottom or top
				fixedPosition: true                      //options: true makes it stick(fixed position) on scroll
			});
	
		});

    
		<!--//--><![CDATA[//><!--
			$(document).ready(function() {
				$("#twitter").getTwitter({
					userName: "MasterVessem",
					numTweets: 7,
					loaderText: "Tweets laden...",
					slideIn: true,
					showHeading: true,
					headingText: "Onze laatste Tweets",
					showProfileLink: true
				});
			});
		//--><!]]>h

