/*

BASE Functions

==================================================================================================================*/	

//jQuery Load
$(document).ready(function() {
	// Adjust TypeKit script-font sizes for js on
	/*$('blockquote').css({ "font-size": "1.5em" });
	$('blockquote', '.inner-photo').css({ "font-size": "1.286em" });*/
	$('#newsletter-signup input[type=text]').placeholder({ noteID: '.note' });

},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');
}
