window.onload = function()
{
	try
	{
		treeMenu_init(document.getElementById('menu'), '');
	}
	catch(e) {}
	
	var rAds = true;
	try
	{
		ajaxAds = document.getElementById('randomads');
		var tmpid = ajaxAds.class;
	}
	catch(e) { rAds = false; }
	if( rAds == true ) loadAd();
};