/*

BASE Functions

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

Cufon.replace('h1, h2, .widget_testimonials', { fontFamily: 'Helvetica Neue Light', textShadow: '1px 1px rgba(0, 0, 0, 0.4)' });
Cufon.replace('h3', { fontFamily: 'Helvetica Neue Condensed', textShadow: '1px 1px rgba(0, 0, 0, 0.4)' });
Cufon.replace('#cycle strong', { fontFamily: 'Helvetica Neue Black', textShadow: '1px 1px rgba(0, 0, 0, 1)' });

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