/*

BASE Functions

==================================================================================================================*/

//jQuery Load
$(document).ready(function() {

	$('#cycle').cycle({
		fx: 'fade',
		timeout: 5000
	});
});


// 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');
}
