<!-- START OF WEBTRENDS LIVE TAG -->
<!-- Copyright 2002 NetIQ Corporation -->
<!--  For privacy concerns, check our Privacy Policy at http://www.webtrendslive.com/wtl_system/privacy_policy.htm -->
<!--
// Modification of this code is not allowed and will permanently disable your account!
// SiteName:  Serengeti Systems Incorporated
function wtl_Tag5_8746()
{
	var SERVER= "";
	var CONTENTGROUP= "";

  //-----------------------------------------------------------------------
	// BEGIN: SERENGETI CUSTOMIZATIONS
  //-----------------------------------------------------------------------

	// NORMALIZE HOST NAME ALIASES TO SAME NAME

	// skip past "http://"
	var tmp_URL= document.URL.substring(7,document.URL.length);

	if ( (i = tmp_URL.indexOf('/')) < 0 ) {
	  tmp_host= tmp_URL;
	  tmp_URI= "";
	} else {
	  tmp_host= tmp_URL.substring(0,i);
	  tmp_URI= tmp_URL.substring(i,tmp_URL.length);
	}

  // document.write("tmp_host = " + tmp_host + "<BR>");
  
  tmp_host = tmp_host.toLowerCase();

	if ( tmp_host.indexOf('209.198.131'  ) >= 0 ||
		   tmp_host.indexOf('sdlc.com'     ) >= 0 ||
		   tmp_host.indexOf('3780link'     ) >= 0 ||
		   tmp_host.indexOf('3770link'     ) >= 0 ||
		   tmp_host.indexOf('3780emulation') >= 0 ||
		   tmp_host.indexOf('3770emulation') >= 0 ||
		   tmp_host.indexOf('serengeti'    ) >= 0 )      // serengetisystems.com
  {
		tmp_host = 'www.serengeti.com';
	} else if ( tmp_host.indexOf('robo') >= 0 ) {
		tmp_host = 'www.robo-ftp.com';
	} else if ( tmp_host.indexOf('216.239.') == 0 ) {
		tmp_host = 'www.google.com';                     // Google cached page
	} else if ( tmp_host.indexOf('www') != 0 ) {
		tmp_host = 'www.' + tmp_host;
	}

	wtl_URL= 'http://' + tmp_host + tmp_URI;

	// Set content groups

	if        ( wtl_URL.indexOf('fl3')      >= 0 ) {	CONTENTGROUP= 'FileLink';
	} else if ( wtl_URL.indexOf('ftp')      >= 0 ) {	CONTENTGROUP= 'FTP';
	} else if ( wtl_URL.indexOf('filelink') >= 0 ) {	CONTENTGROUP= 'FileLink';
	} else if ( wtl_URL.indexOf('async')    >= 0 ) {	CONTENTGROUP= 'FileLink';
	} else if ( wtl_URL.indexOf('3780')     >= 0 ) {	CONTENTGROUP= '3780';
	} else if ( wtl_URL.indexOf('3770')     >= 0 ) {	CONTENTGROUP= '3770';
	} else if ( wtl_URL.indexOf('3270')     >= 0 ) {	CONTENTGROUP= '3270';
	} else if ( wtl_URL.indexOf('sna')      >= 0 ) {	CONTENTGROUP= 'SNA';
	} else if ( wtl_URL.indexOf('sdlc')     >= 0 ) {	CONTENTGROUP= 'SDLC';
	} else if ( wtl_URL.indexOf('Bisync')   >= 0 ) {	CONTENTGROUP= 'Bisync';
	} else if ( wtl_URL.indexOf('bsc')      >= 0 ) {	CONTENTGROUP= 'Bisync';
	} else if ( wtl_URL.indexOf('sync')     >= 0 ) {	CONTENTGROUP= 'sync';
  } else {                                          CONTENTGROUP= 'other';
	}

  // Set subgroups

	if        ( wtl_URL.indexOf('tech')     >= 0 ) {	CONTENTGROUP += ',support';
	} else if ( wtl_URL.indexOf('debug')    >= 0 ) {	CONTENTGROUP += ',support';
	} else if ( wtl_URL.indexOf('support')  >= 0 ) {	CONTENTGROUP += ',support';
	} else if ( wtl_URL.indexOf('price')    >= 0 ) {	CONTENTGROUP += ',price';
	} else if ( wtl_URL.indexOf('purchase') >= 0 ) {	CONTENTGROUP += ',purchase';
	} else if ( wtl_URL.indexOf('buy')      >= 0 ) {	CONTENTGROUP += ',purchase';
	} else if ( wtl_URL.indexOf('order')    >= 0 ) {	CONTENTGROUP += ',purchase';
	} else if ( wtl_URL.indexOf('download') >= 0 ) {	CONTENTGROUP += ',download';
  }

  // Set advertiser subgroup

	if        ( wtl_URL.indexOf('source=overture') >= 0 ) {	CONTENTGROUP += ',overture';
	} else if ( wtl_URL.indexOf('source=google')   >= 0 ) {	CONTENTGROUP += ',google';
	} else if ( wtl_URL.indexOf('getinfo')         >= 0 ) {	CONTENTGROUP += ',email';
	} else if ( wtl_URL.indexOf('source=email')    >= 0 ) {	CONTENTGROUP += ',email';
	}

	// document.write("original URL = " + document.URL + "<BR>");
	// document.write("new URL      = " + wtl_URL + "<BR>");
  // document.write("CONTENTGROUP = " + CONTENTGROUP + "<BR>");

  //-----------------------------------------------------------------------
	// END: SERENGETI CUSTOMIZATIONS
  //-----------------------------------------------------------------------

	function D8( d)
	{
		var fwd=1, seed= new Date('01/01/2000'), key= "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
		var s= key.charAt( d.getFullYear()-2000)+key.charAt( d.getMonth()+1)+key.charAt( d.getDate());
		s+= key.charAt( d.getHours())+key.charAt( d.getMinutes())+key.charAt( d.getSeconds());
		while( seed.getDay()!=fwd) seed= new Date(seed.getTime() + 86400000);
		var w= Math.floor( (d.getTime()-(seed.getTime()+86400000)) / 604800000 );
		s+= key.charAt( (w-(w%16))/16 );
		s+= key.charAt( w%16);
		return s;
	}

	function A( B, C)
	{
		W+="&"+B+"="+escape(C);
	}

	var t = new Date();
	var W="http"+(document.URL.indexOf('https:')==0?'s':'')+"://statse.webtrendslive.com/S003-00-4-28-131489-7349/button5.asp?tagver=5&si=8746&fw=1";
	A( "server", typeof(SERVER)== "string" ? SERVER : "");
	A( "Group", typeof(CONTENTGROUP)== "string" ? CONTENTGROUP : "");
	A( "tz", t.getTimezoneOffset());
	A( "ch", t.getHours());
	A( "cl", D8(t));
	A( "ti", typeof(wtl_Title)== "string" ? wtl_Title : document.title);
	A( "url", typeof(wtl_URL)== "string" ? wtl_URL : document.URL);
	A( "rf", window.document.referrer);
	A( "js", "Yes");
	A( "ul", navigator.appName=="Netscape" ? navigator.language : navigator.userLanguage);
	if(typeof(screen)=="object")
	{
	A( "sr", screen.width+"x"+screen.height);
	A( "cd", screen.colorDepth);
	A( "jo", navigator.javaEnabled()?"Yes":"No");
	}
	if( W.length>2048 && navigator.userAgent.indexOf('MSIE')>=0)
		W= W.substring( 0, 2043)+"&tu=1";

	document.write('<IMG ID="WTL_8746" BORDER="0" WIDTH="1" HEIGHT="1" SRC="'+W+'">');
}

wtl_Tag5_8746();
//-->
<!-- END OF WEBTRENDS LIVE TAG -->
