var __anchorItem=null;
if(location.hash.substr(1)!="")
{
	try
	{
		__anchorItem = document.getElementById(location.hash.substr(1));  
	}
	catch(e)
	{
		try
		{
			__anchorItem = document.all[location.hash.substr(1)];
		}
		catch(e)
		{}
	}
}
if(__anchorItem!=null)
{
	try
	{}
	catch(e)
	{} 
}			
