	/* the following removes whitespace created by umbraco's TinyMCE */
	$(document).ready(function(){
		var keep = true;
		/*$("p").each(function(){
				if(($(this).siblings(".quote-box").length))
					keep = false;
			});
		$("p").each(function() { 
			if(($(this).children().text() == '') 
				&& (keep == false)
				&&($(this).parents(".quote-box").length < 1) 
				&&($(this).parents(".tag3").length < 1)
				&& ($(this).parents(".inner-pnl-cnt").length < 1 )
				&& ($(this).parents(".support-pnl").length < 1)
				&& ($(this).parents(".latest").length < 1)
				&& ($(this).parents(".landingpage").length < 1))
				$(this).remove(); 
			
			
			
			
    			
        		
		});*/
		
		//$(".removeme").remove();
		
		Cufon.replace('h2');
		Cufon.replace('h3');
		Cufon.replace('.tag1 h2');
		Cufon.replace('h4');
		Cufon.replace('h1');


	});
	