$(function(){
	
	Cufon.replace('#promo h1, #primary, #how-it-works h1, #how-it-works p.signup a, #pricing h1, #error h1, #why h1.picto, #why .column h2, #price h1.picto, #price .column h2, #text .page h1, #text .page h2, #forms .page h1, #docs h1');
	
	if ($('a.tour').length == 0) return;
	
	$('a.tour').fancybox({
		padding: 0,
		overlayColor: '#000',
		overlayOpacity: .9,
		centerOnScroll: true,
		titlePosition: 'outside'
	});
	
	if ($.browser.msie && $.browser.version <= 6) {
		$('<div id="message">'
			+ '<p><strong>Seriously, you still use IE 6?</strong> To help improve your life, we recommend taking a look at <a href="http://www.mozilla.com/firefox/">Firefox</a> instead.</p>'
		+ '</div>').prependTo($('body'));
	}

});