$(function(){
	
	Cufon.replace('#promo h1, #tour h1, #tour ul li a, #customers h1, #signup-or-login, #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 ($.browser.msie && $.browser.version <= 6) {
		$('<div id="message" class="error">'
			+ '<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'));
	}

	/* Firefox 3.0 use Mozilla 1.9 */
	if ($.browser.mozilla && parseFloat($.browser.version) < 1.9) {
		$('<div id="message" class="error">'
			+ '<p><strong>Oh, your browser is outdated!</strong> We recommend to get a latest version of <a href="http://www.mozilla.com/firefox/">Firefox</a> instead.</p>'
		+ '</div>').prependTo($('body'));
	}

});
