//$(function() {
//	$('#Content .Post img').each(function(){
//		if (!$(this).hasClass("replaced") && !$(this).hasClass("border") && !$(this).hasClass("no-border") && $.browser.msie == false) {
//			$(this).addClass("replaced");
//			$(this).before('<img class="border" src="/wp-content/themes/blogsmaid/images/image-top-border.png" style="display: block; position: //relative; bottom: 2px; height: 20px; width:' + $(this).width() + 'px;" />');
//			$(this).after('<img class="border" src="/wp-content/themes/blogsmaid/images/image-bottom-border.png" style="display: block; position: //relative; bottom: 5px; height: 20px; width:' + $(this).width() + 'px;" />');
//		}
//	});
//});