/*

BASE Functions

==================================================================================================================*/	

// Cufon Setup
//Cufon.replace('.tagline p', { fontFamily: 'Helvetica Neue' });


//jQuery Load
$(document).ready(function() {



},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');
}
