
function StatisticsCollector( zLocation, iMode )
{
	switch ( iMode )
	{
		case 1:
			DeepMetrix( zLocation )
			break;
			
		default:
			break;
	}
}


function DeepMetrix( zLocation )		// DeepMetrix ( window.location )
{
	//<!-- End of DeepMetrix (.NET) StatScript -->
}

