﻿window.addEvent('domready',function()
{
	if($chk($('hideComment')))
		$('hideComment').addEvent('click',LM.Outreach.ShowHideComments);
});