var anchor = self.document.location.hash.substring(1);

if(anchor!=null)
{
	window['load'+anchor.toLowerCase()]();
}
else
{
	break;
}