	Cufon.replace('#nav a, .ft-content-bottom, .ft-content-bottom-games, h2, h3, h5, h6', {hover: 'true', textShadow: '1px 1px black'});
	
	Cufon.replace('.ft-content-bottom-twitter', {hover: 'true', textShadow: '0px 1px #B3E0F8'});
	
	Cufon.replace('.ft-content-top-featured h5', {hover: 'true', textShadow: '0px 1px #88e08f'});
	
	$(document).ready(function() {
	    $('#slide-link').click(function() {
	        if($(this).find('span').hasClass('open')) {
	            $('#slider').animate({
	                top : -1
	            }, {
	                queue : false,
	                duration: 350,
	                easing: 'swing'
	            });
	            $(this).find('span').removeClass('open');
	        } else {
	            $('#slider').animate({
	                top : 130
	            }, {
	                queue : false,
	                duration: 960,
	                easing: 'easeOutBounce'
	            });
	            $(this).find('span').addClass('open');
	        }
	        return false;
	    });
	});
	
	$(function(){
		$('#devices').slides({
			container: 'device-container',
			preload: true,
			preloadImage: 'img/loading.gif',
			effect: 'slide',
			crossfade: true,
			slideSpeed: 200,
			fadeSpeed: 500,
			slideEasing: "easeOutQuad",
			generateNextPrev: false,
			generatePagination: false
		});
	});

