jQuery(function($) {
	$('#header .search input').watermark('Search this site...', { useNative: false });
	
	$('#menu-main .sub-menu').wrap('<div class="drop" />');
	
	$("#content .slide-toggle p").hide();
	$("#content .slide-toggle h4 a").click(function () {
		$("p", this.parentNode.parentNode).slideToggle("slow");
	});
	
	$('#header-video .video-swap').click(function(e) {
		e.preventDefault();
		
		$('#header-video').html('<iframe width="502" height="282" src="http://www.youtube.com/embed/1NrR-a25eBA?autoplay=1&rel=0&showinfo=0&disablekb=1&hd=1&autohide=1&color=white0" frameborder="0" allowfullscreen></iframe>');
	});
});
