<!--
var supporter = false;
if (document.cookie.indexOf("supporter")!=-1) {
	supporter = true;
}
//-->


