// Cufon Font Replacement
//Cufon.replace('.contents-wide h1, .contents-wide h2, .main-display h1, .main-display h2, .side-bar h2, #yours-sg p, #newsletter p', { fontFamily: 'CenturyGothic' });

$(function() {
    $('#pause').click(function() { $('#slides').cycle('pause'); return false; });
    $('#play').click(function() { $('#slides').cycle('resume'); return false; });
    
    $('#slideshow').hover(
        function() { $('#controls').fadeIn(); },
        function() { $('#controls').fadeOut(); }
    );
    
    $('#slides').cycle({
        fx:     'fade',
        speed:   1000,
        timeout: 6000,
        next:   '#next',
        prev:   '#prev'
    });
	
	$('.index-list').vTicker({
		speed: 750,
		pause: 6000,
		showItems: 1,
		animation: 'fade',
		mousePause: true,
		height: 0,
		direction: 'up'
	});	
});

// Form Validation
