/*

BASE Functions

==================================================================================================================*/	

// Cufon Setup
Cufon.replace('.main-area h1, .main-area h2, .main-area h3, .section-nav a', { fontFamily: 'Avant Garde', hover: true });

//jQuery Load
$(document).ready(function() {

	$('#mast-images').cycle({ 
		fx:     'fade',
		speed:  'fast',
		timeout: 4000,
		next:   '#mi-next',
		prev:   '#mi-prev'
	});


},function(){
	GUnload();
});


// Print Page
function printThis() {
	(window.print) ? window.print() : alert('To print his page press Ctrl-P on your keyboard \nor choose print from your browser or device after clicking OK');
}
