// hiding the .post_bits div for the 404 page which unfortunately uses the text post template.
$(function() {
	if ($('.tag').length == 0){
	    $(".post_bits").hide();
	}
});

/*$(function(){
	$("#twitterbutton").hover(
		function(){
		$("#popup").stop(true, true).animate({
		opacity: 90, top: '180'	
		}, 250);},
		function(){
		$("#popup").stop(true, true).animate({
		opacity: 0, top: '200'	
		}, 250);	
		}
		);
});*/
