/*************************************************


	Gemini Awards 25th Anniversary
	http://www.geminiawards.ca
	
	Design and Code : Switch United
	Author Homepage : http://www.switchunited.com	
	Created : August 2010
	Last Updated : August 2010

	Notes: No special Considerations required.

***************************************************	*/


$(document).ready(function() {
		
		
		/* FONT REPLACEMENT - HELVETICA BOLD CONDENSED */
		
		Cufon.replace('h1'); 
		Cufon.replace('h2'); 
		Cufon.replace('h3'); 
		Cufon.replace('h4'); 
		Cufon.replace('#photo-list H4'); 
		
		/* NEWS PAGINATION - see news.js for futher news functionality */
		
		$('.pager').cycle({
			prev:   '.prev', 
			next:   '.next', 
			timeout:       	0,  
			speed:         1500,
			pause:         1, 
			delay:       	0,     
			fx:				'scrollHorz'			
			});
		
		/* FAQ ACCORDION INITIALIZATION */
		$("#accordion").accordion({collapsible:true, autoHeight: false });

});
		
		
