$(function(){
	function add1(selector){
		$(selector).before("<div class='etrInfoHeader'></div>").after("<div class='etrInfoFooter'></div>");
	return(selector);
	};	
	add1("#dl_wrapper");
	add1("#etrCharTxt");
	add1("#etrNumTxt");
	add1("p.defaultBox");
	$("#rightcolumn div.etrAreaBg").each(function(){
		$(this).after("<div class='etrAreaBgFooter'></div>");
	});
	$("#about").after("<div id='gray_border'></div>");
});
