function init()
{
	try{
		if(_initComments)
			_initComments();
	}catch(e)
	{
	}
	try{
		if(_initLcomments)
			_initLcomments();
	}catch(e)
	{
	}
	try{
		if(_initImages)
			_initImages();
	}catch(e)
	{
	}
	try{
		if(_initVotes)
			_initVotes();
	}catch(e)
	{
	}
	try{
		if(_initTags)
			_initTags();
	}catch(e)
	{
	}
	try{
		if(_initSetH)
			window.setTimeout("_initSetH()",5000)
	}catch(e)
	{
	}
}

function catchErr(evt)
{
	//alert(evt.error+"\n"+evt.error.fileName+"\n"+evt.error.lineNumber);
}
