// JavaScript Document
$(document).ready(function(){
	var d = new Date();
 	$(".feedburnerFeedBlock > ul").addClass("noindent");
	$(".fbsubscribelink").addClass("off");
	/* $("#creditfooter").addClass("off"); */
	$("a[href='http://www.feedburner.com']").closest('div').addClass('off');
	$(".noindent > li").addClass("bottomborder");
	$(".feedflare").css("border","none");
	/* $("#get_feed").load("/Scripts/board_feed_html.php?MAXITEMS=3 div#board_feed",function() { */
		$('p.date').each(function() {
			var str=$(this).text();
			var c= Date.parse(str);
			var calc = (d.getTime() - c)/(24*60*60*1000);
			if (calc > ints) {
				$(this).parent().fadeOut('fast',function() {
					if ($('div#comments p.date:hidden').length == 3) {$('#nocomments').fadeIn('fast');
					$('#nocomments li').removeClass('bottomborder');}
					if ($('#board_feed p.date:hidden').length == 3) {$('#notopics').fadeIn('fast');
					$('#notopics li').removeClass('bottomborder');}
				});}
		});
	$('p.date').fulldayofweek();
	/* }); */
});