content = new Content('content');
content.replaceLinks();
if(location.hash.replace('#', '')) { content.load(location.hash.replace('#', '')); }

lastHistory='';

setInterval('checkHistory()', 500);


try
{
closeCalendar=true;
calendarDay = new Calendar('calendarDay');
calendarDay.init('calendarDayDiv');

document.onclick = function()
{
	if(closeCalendar)
	{
		try { document.getElementById('calendarDayDiv').style.display='none'; } catch (e) {}
	}
	closeCalendar=true;
}
} catch (e) {}


text='';
	for(i in document.getElementById('admin-forum-order')) 
	{
		text+=i+' ';
	}
