jQuery(document).ready(function() {
	// easy toggle for categories
	jQuery('#triggerCatID').click(function() {
		jQuery(this).toggleClass('focus');
		jQuery('#headerStrip').animate({ height: 'toggle', opacity: '100'}, 100);
		return false;
	});
	jQuery('#triggerCatID2').click(function() {
		jQuery(this).toggleClass('focus');
		jQuery('#footerStrip').animate({ height: 'toggle', opacity: '100'}, 100);
		return false;
	});
});

function WAU_classic(b){var a="";if(document.title){a=encodeURIComponent(document.title)}document.write('<a href="http://whos.amung.us/stats/'+b+'/"><img src="http://whos.amung.us/widget/'+b+"/"+a+'" width="0" height="0" border="0" /></a>')};WAU_classic('vpress2010');
