$(document).ready(function() {
	$(".nicebox").each(function() {
		$(this).prepend('<div class="edge round4"></div><div class="edge round2"></div><div class="edge round1"></div>').append('<div class="edge round1"></div><div class="edge round2"></div><div class="edge round4"></div>');
	});
});

