/*

BASE Functions

==================================================================================================================*/	

// Cufon Setup
Cufon.replace('h2, .content h1, h3, legend', { fontFamily: 'Eurostile', hover: true });


//jQuery Load
$(document).ready(function() {

});

// 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');
}