document.observe('dom:loaded', function(e)
{
	if(window.location.hash)
		window.location = 'index.sl.html' + window.location.hash;
});