$("#header-search #s").focus(function() {
	if (this.value === "Search our blog") {
		this.value = "";	
	}
}).blur(function() {
	if (this.value === "") {
		this.value = "Search our blog";	
	}
});
$("#about").click(function() {
	document.location = "http://www.cnd.com/Products/Color/shellac-hybrid.aspx";						   
});
Cufon.replace('h2.title, h3#sub-header', {fontFamily: 'Gotham-Light', forceHitArea: true});
Cufon.replace('#side-column h3, #sidebar h3, a#website, h3#comments, #respond h3', {fontFamily: 'Gotham-Medium'});
Cufon.now();
