$(document).ready(function(){
$(".fadein").css("opacity","0.0");
$(".fadein").fadeTo("slow", 1.0);
$(".slide-out-div").css("display","block");
});

function loadfooter() {
swfobject.embedSWF("banner1.swf", "banner1", "301", "200", "10", "expressinstall.swf",{}, {allowscriptaccess:'always', wmode:'transparent'}) 
	swfobject.embedSWF("banner2.swf", "banner2", "301", "200", "10", "expressinstall.swf",{}, {allowscriptaccess:'always', wmode:'transparent'}) 
	swfobject.embedSWF("banner3.swf", "banner3", "301", "200", "10", "expressinstall.swf",{}, {allowscriptaccess:'always', wmode:'transparent'})	
}

/*Floating Slideout email tab*/
$(function(){
             $('.slide-out-div').tabSlideOut({
                 tabHandle: '.handle',                              //class of the element that will be your tab
                 pathToTabImage: '../img/slideTab.png',          //path to the image for the tab (optionaly can be set using css)
                 imageHeight: '206px',                               //height of tab image
                 imageWidth: '49px',                               //width of tab image    
                 tabLocation: 'right',                               //side of screen where tab lives, top, right, bottom, or left
                 speed: 300,                                        //speed of animation
                 action: 'click',                                   //options: 'click' or 'hover', action to trigger animation
                 topPos: '140px',                                   //position from the top
                 fixedPosition: false                               //options: true makes it stick(fixed position) on scroll
             });
         });
