// Google Ads:
	function ss(w){window.status=w;return true;}
	function cs(){window.status='';}
	var gu = 'http://www.google.com/';
	function ga(o,e, utp, code, adPos) {
        try {
		    urchinTracker(utp);
		}
		catch(ex) { }	
		if (document.getElementById) {		
			a=o.id.substring(1);
			p = "";
			r = "";
			g = e.target;
			if (g) 
				{ 
					t = g.id;
					f = g.parentNode;
					if (f) 
					{
						p = f.id;
						h = f.parentNode;
						if (h) 
							r = h.id;
					}
				}
			else
				{
					h = e.srcElement;
					f = h.parentNode;
					if (f) 
						p = f.id;
					t = h.id;
				}
			if (t==a || p==a || r==a) 
				return true;
			var newStr = document.getElementById(a).getAttribute('href', 2);
			if(newStr.indexOf('http://www.google.com') >= 0) {
				gu = newStr;
			} else {
				gu = gu + newStr;
			}
			//gu = gu + document.getElementById(a).getAttribute('href', 2);
			window.setTimeout('location.href=gu',200);
			wordsmithTracker(code, adPos);				
		}
	}
	
	theKeyword = '';
	
	function wordsmithTracker(code, adPos) {
		if (theKeyword != '') {
			var salt = Math.random();
			var cloSrc = 'http://agg1.monsterwordsmith.com/keywordClickCounter.asp' +
				'?keyword=' + theKeyword + '&action=clickOut' +
				'&salt=' + salt + '&service=ML&code=' + code + '&ad=' + adPos;
				
//			var cloSrc = 'http://agg1.monsterwordsmith.com/keywordClickCounter.asp' +
//				'?keyword=' + theKeyword + '&action=clickOut' +
//				'&salt=' + salt + '&service=ML';

			var clo = (new Image(1, 1)).src = cloSrc;
			clo.onload=function() { gaVoid();}
		}
	}
	function gaVoid() { return; }
	
	
	
	
	function cjs(w,c) {
		var clo = new Image(0,0);
		clo.src = 'http://agg1.monsterwordsmith.com/checkj.asp?service=ML&code=' + c + '&keyword=' + w + '&j=1';
		//clo.onload = function() {};
	}