/*
DESCRIPTION: Assorted JavaScripts for Canadian - International Heilkunst Association courtesy jQuery & Author
VERSION: 0.0
AUTHOR: fluffDESIGN Inc. / Alan Bristow
AUTHOR Uri: http://www.fluffdesign.com/
*/


/*------------------------------------------------------------------------------------------------------------
TODOs
	Search for '= TODO' to find all todos (but with no spaces)
	=TODO Document nav and sub nav highlighting mechanism
	*/

/*------------------------------------------------------------------------------------------------------------
Firefox ants
	Loose the ants around the submit button in Ffox
	*/
$(document).ready(function() {

//	$('#secondary.sidebar input.submit-button').bind('click', function() {
//		this.blur();
//	});


/* Pimp up this post */
	$('#recentPosts ul li a:contains(Research Grant funding)').addClass('researchGrantFunding');
	$('h1:contains(Research Grant funding)').addClass('researchGrantFundingTitle');
	$('h1:contains(Research Grant funding)').append('<span class="researchGrantFundingTitle"></span>')

	$('#post-588 h1.entry-title').hide();



	//	.append('&nbsp;<a class="top" href="#wrapper">Top &uarr;</a>');
	$("#post-588 p strong:contains(Articles)").wrap('<span class="cat-heading" id="cat-articles"></span>');
	$("#post-588 p strong:contains(Documents)").wrap('<span class="cat-heading" id="cat-documents"></span>');
	$("#post-588 p strong:contains(Research)").wrap('<span class="cat-heading" id="cat-research"></span>');
	$("#post-588 p strong:contains(Teleconferences)").wrap('<span class="cat-heading" id="cat-teleconferences"></span>');
	$("#post-588 p strong:contains(Members Sales Floor)").wrap('<span class="cat-heading" id="cat-members-sales-floor"></span>');


});










































