﻿
function createMailLink(username)
{
	window.location.href = "mailto:" + username + "@" + "creepingfog.com?subject=mTroll bug/comment/question";
	return false;
}
