Cufon.replace('h1', {
    hover: true
});

Cufon.replace('h3');

$(document).ready(function(){

	if(jQuery.browser.msie && jQuery.browser.version < 7){
		$("#container").prepend('<div class="ie"><p>It appears that you\'re using a version of Microsoft Internet Explorer earlier than 7.  I cannot promise that this site will look or function properly in your browser.  If you would like to see this site as intended, please use another browser, such as <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a>, <a href="http://www.apple.com/safari/">Safari</a>, or <a href="http://www.opera.com/">Opera</a>.</p></div>');
	}

	$("dl#skills dd ul li:not(:last-child)").append(' + ');
	$("#status blockquote div").prepend('<span class="quote">&#8220;</span>').append('<span class="quote">&#8221;</span>');

});