
strColor = 'grey';


function tracer(){
		var strRef = '';
		var strHTML;
		
		if (document.referrer)
			{ strRef = 'r='+	escape(document.referrer)+'&';
			};
		strRef = '?' + strRef +	'u='+escape(document.location.href);
			

	  strHTML = '<img width="16" height="16" class="ftrImg" src="http://www.the-end-of-the.net/lpx/pencil_' + strColor + '.png' + strRef + '">';
			
		strUrl = '';
		strTitle = '';
		
		if (strColor == 'red')
			{
				strUrl = 'http://www.the-end-of-the.net/lego';
				strTitle = 'Lego @ the end of the net';
		};
		
		if (strColor == 'brown')
			{
				strUrl = 'http://www.the-end-of-the.net/useless';
				strTitle = 'useless pages @ the end of the net';
		};
		
		if (strColor == 'grey')
			{
				strUrl = 'http://www.the-end-of-the.net';
				strTitle = 'what\'s @ the end of the net';
		};
		
		if (strColor == 'green')
			{
				strUrl = 'http://www.the-end-of-the.net/genealogy';
				strTitle = 'genealogy @ the end of the net';
		};
		
		if (strColor == 'orange')
			{
				strUrl = 'http://www.the-end-of-the.net/personal';
				strTitle = 'personal stuff @ the end of the net';
		};
		
		if (strColor == 'teal')
			{
				strUrl = 'http://www.the-end-of-the.net/compstuff';
				strTitle = 'computer stuff @ the end of the net';
		};
		
		if (strColor == 'blue')
			{
				strUrl = 'http://members.ams.chello.nl/l.kievit/spods/index.html';
				strTitle = 'Resort spods @ the end of the net';
		};
		
		
		if (strUrl != '')
			{					
	  		strHTML = '<div id="ftrLink"><a href="' + strUrl + '" title="' + strTitle + '">' + strHTML + '</a></div>';
			};
			
		return strHTML;

	};

	