// JavaScript Document

$(document).ready(function(){
	// Turn on symbol gallery after images have loaded and iefix					   
	$('#galleryfade').css("display","block");

	// Apply innerfade to symbols
	$('ul#symbols').innerfade({
		speed: 'slow', 
		timeout: 5000,
		type: 'sequence',
		containerheight: 'auto'
	});

	$('#banner').click(function(){
		return(false);		
	});
});
