//init cufon font replacement
Cufon.replace('h2')('h3');

jQuery(function($) {
					 
	//add loading div for twitter updates
	$('#latest_tweet').html('<div class="loading">&nbsp;</div>');
	
	//thumbnail lightbox
	if (jQuery().lightBox) {
		var options = {
			overlayOpacity: 0.7,
			imageLoading: '/wordpress/wp-content/themes/fingersmoran/images/loading.gif',
			imageBtnClose: '/wordpress/wp-content/themes/fingersmoran/images/closelabel.gif',
			imageBtnPrev: '/wordpress/wp-content/themes/fingersmoran/images/prevlabel.gif',
			imageBtnNext: '/wordpress/wp-content/themes/fingersmoran/images/nextlabel.gif'
		};
		$('a.gearimagelink').lightBox(options);
		$('a.enlargelink').lightBox(options);
		$('a[rel*=lightbox]').lightBox(options);
	}
	
});
