//
// === Header ===
//
function DoOnLoad()
{
	try	
	{ 
		top.SubIndex.location = "CommonH.html" 
	}
	catch (error)
	{
	    // alert(error.description)
	}
}

