/*

BASE Functions

==================================================================================================================*/	

// Cufon Setup
/*Cufon.replace('h1, h2, .drop h4', { fontFamily: 'Archer' });
Cufon.replace('#index h1, #index h2, .podcasts-table thead th', { fontFamily: 'Archer', textShadow: '0 2px #212121' });
Cufon.replace('#ind-galleries strong, #ind-events .more-link span', { fontFamily: 'Archer', textShadow: '0 1px #212121' });*/


//jQuery Load
$(document).ready(function() {

	$('#index-photos ul').cycle({ 
		fx:     'fade',
		speed:  'fast',
		timeout: 4000/*,
		next:   '#mi-next',
		prev:   '#mi-prev'*/
	});
	$('#inner-photos ul').cycle({ 
		fx:     'fade',
		speed:  'fast',
		timeout: 10000/*,
		next:   '#mi-next',
		prev:   '#mi-prev'*/
	});
	if ($('#search-podcasts').length > 0) { $('input[type=text]').placeholder(); }

},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');
}
