function scrollToTop ()
{
	var skipHeader = 0;
	
	if( arguments.length )
	{
		skipHeader = arguments[0];
	}
		
	scroll( 0, (547*skipHeader) );
}