$(function() {
	$('#hslide').anythingSlider({
		width: 855, height: 235, autoPlay: true, startStopped: false, delay: 8000
	});
	
	$('#blog-leftpane .post-blog a font').removeAttr('color');
	
	$('p:empty').remove();
	
	if ($('#infusion_xid').length > 0) {
		/*$('.post').find('form').wrap('<div id="customf" />');
		var ct = $('#customf');
		$(ct).find('table:first').addClass('maintable');
		$(ct).find('td:first').removeAttr('style').addClass('tblheading');*/
	}
});
