﻿function ScrollToComments()
{
	try
	{						
		document.getElementById('comments').scrollIntoView();
	}
	catch(e){}				
}