(function($) {
	$(document).ready(function() {	
		
		$(".current_page_item").click(function() {
			return false;
		});
		
		$("#healing-winds-text").css("cursor", "pointer").click(function() {
			parent.location='http://www.healingwinds.ca/';
		});
		
		$("#s").focus(function() {
			$(this).css({ color : '#000' }).val("");
		}).hover(function() {
			$(this).css({ color : '#000' });
		}, function() {
			$(this).css({ color : '#666' });
		});
		
		$(".avatar").attr("src", "http://www.healingwinds.ca/wp-content/themes/healing-winds-2/img/layout/avatar.jpg");
				
	});
})(jQuery);