/*
File Name: ProActive Gym onLoad
Page URI: http://proactivewanaka.com
Description: onLoad js for ProActive Gym, Wanaka
Version: 1.0
Author: Chris Rae
Author URI: http://darkside.co.nz
*/

jQuery(document).ready(function(){
	Cufon.replace('#navigation a, .white, .grey, .wpcf7-submit', {
		hover: true
	});
	
    jQuery('.banner-background').cycle({
		fx: 'fade'
	});
	
});

