function tlaCountGet( strURL )
	{
	var strQueryString  = document.location.search.substring( 1 );
	strQueryString = strQueryString.split( "&" );
	for ( iWork =  0 ; iWork < strQueryString.length ; iWork++ )
		{
		strParm = strQueryString[iWork].split( "=" );
		if ( strParm[0] == "tlaCount")
			tlaCount = strParm[1] ;
		}
	if ( tlaCount == "·" )
		{
		tlaCountWork = "http://micron.tlatla.net/tools/count.aspx?tlaCount=" + strURL + "&" + document.location.search.substring( 1 );
		tlaCountWork = tlaCountWork.replace( /&$/, "" );
      img = new Image( );
		now = new Date( );
		img.onload = function( ) { window.location.replace( tlaCountWork ) } ;
		img.src = "http://micron.tlatla.net/tools/count.gif?unique=" + now.getTime( );
		}
	return ;
	}

function tlaCountGetCall( strURL )
	{
//	tlaCountWork = "http://micron.tlatla.net/tools/count.aspx?tlaCount=" + strURL ;
//	img = new Image( );
//	now = new Date( );
//	img.onload = function( ) { window.location.replace( tlaCountWork ) } ;
//	img.src = "http://micron.tlatla.net/tools/count.gif?unique=" + now.getTime( );
	window.location.replace( strURL )
	return ;
	}

var tlaCount = "·" ;
var tlaCountWork ;

// ---------------------------------------------------------------------------------------
// 2006.07.27 01:05  Copyright © 1993-2006 - Thom Little Associates, Ltd. - www.tlaNET.net


