// JavaScript Document

$(function(){
	$("#contents #maincont h2").prepend("■ ");
});