<!--

	//================================================================================================
	// VARIABLES DECLARATION
	//================================================================================================	

	
	//================================================================================================
	// AJAX FUNCTIONS
	//================================================================================================		

	
	//================================================================================================
	// FORM FUNCTIONS
	//================================================================================================

	
	//================================================================================================
	// LAYOUT FUNCTIONS 
	//================================================================================================			

	
	//================================================================================================
	// EVENTS FUNCTIONS
	//================================================================================================		
	function setupActions()
	{
		
	}	
	
	function setupSlideshows()
	{
		if ($chk($('container_banner')))
		{			
			var slideShow = new Slideshow('container_banner', false, {delay: 5000, width: 880, height: 180});
		}	
	}	
	
	function setupCufon()
	{
		Cufon.replace('.gotham_black', { fontFamily: 'Gotham Black', hover: true });
		Cufon.replace('.gotham_bold', { fontFamily: 'Gotham Bold Condensed', hover: true });
	}	
	
	//================================================================================================
	// START THIS WHEN PAGE DOM READY
	//================================================================================================		
	window.addEvents({
	
		'domready' : function(e) {
			setupSlideshows();
			setupCufon();
		},
		
		'resize' : function() {

		}
		
	});
	

//-->
