$(document).ready(function () {
	if ($('#Columns').attr("id"))
		{
		if (window.EdgeUser)
			{
			AddMessage("EdgeUser", 'You are using the "edge" version of JournoTwit. This is the testing ground for new features before they are included into the main site. This will have more features than the <a href="/">stable version</a> but may be incomplete or contain bugs.<br/> Things will change and settings might be lost - documentation and UI is not complete. <b>You have been warned!', "Good", "15000", "dyk");
			}
		}
});
