$(document).ready(function () {
	$(".headline_area").addClass("clearFix");
	$(".headline_meta span a[rel=nofollow]").addClass("tsd_comment");
	$(".widget_categories ul li").each(function(i) {
		$(this).prepend("<b style='color:#585413;'>&bull;</b> ");
	});
	$("#wp-calendar tbody td").find("a").parent().addClass("link");
	$("#weather img").removeAttr("style");
	
	$("#youtube-embed h3").empty().append("Featured Video");
});

