//Code to overwrite the default set of Search Engines in the GA tracking code
//jlopez noviembre 2007

var _uOsr=new Array();	
var _uOkw=new Array();

//anyadido de localizaciones de google:
// castellano
_uOsr[0]="google.es";			_uOkw[0]="q";
_uOsr[1]="google.com.pe";		_uOkw[1]="q";
_uOsr[2]="google.cl";			_uOkw[2]="q";
_uOsr[3]="google.com.co";		_uOkw[3]="q";
_uOsr[4]="google.com.ar";		_uOkw[4]="q";
_uOsr[5]="google.com.ve";		_uOkw[5]="q";
_uOsr[6]="google.com.mx";		_uOkw[6]="q";
_uOsr[7]="google.com.bo";		_uOkw[7]="q";
_uOsr[8]="google.com.cu";		_uOkw[8]="q";
_uOsr[9]="google.com.do";		_uOkw[9]="q";
_uOsr[10]="google.com.ec";		_uOkw[10]="q";
_uOsr[11]="google.com.pa";		_uOkw[11]="q";
_uOsr[12]="google.com.py";		_uOkw[12]="q";
// brasil
_uOsr[13]="google.com.br";		_uOkw[13]="q";
// europa
_uOsr[14]="google.de";			_uOkw[14]="q";
_uOsr[15]="google.fr";			_uOkw[15]="q";
_uOsr[16]="google.it";			_uOkw[16]="q";
_uOsr[17]="google.pt";			_uOkw[17]="q";
_uOsr[18]="google.co.uk";		_uOkw[18]="q";
// usa
_uOsr[19]="google.com";			_uOkw[19]="q";

//presentes en google-analytics.com/urchin.js a 11/2007:
_uOsr[20]="google";				_uOkw[20]="q";
_uOsr[21]="yahoo";				_uOkw[21]="p";
_uOsr[22]="msn";				_uOkw[22]="q";
_uOsr[23]="aol";				_uOkw[23]="query";
_uOsr[24]="aol";				_uOkw[24]="encquery";
_uOsr[25]="lycos";				_uOkw[25]="query";
_uOsr[26]="ask";				_uOkw[26]="q";
_uOsr[27]="altavista";			_uOkw[27]="q";
_uOsr[28]="netscape";			_uOkw[28]="query";
_uOsr[29]="cnn";				_uOkw[29]="query";
_uOsr[30]="looksmart";			_uOkw[30]="qt";
_uOsr[31]="about";				_uOkw[31]="terms";
_uOsr[32]="mamma";				_uOkw[32]="query";
_uOsr[33]="alltheweb";			_uOkw[33]="q";
_uOsr[34]="gigablast";			_uOkw[34]="q";
_uOsr[35]="voila";				_uOkw[35]="rdata";
_uOsr[36]="virgilio";			_uOkw[36]="qs";
_uOsr[37]="live";				_uOkw[37]="q";
_uOsr[38]="baidu";				_uOkw[38]="wd";
_uOsr[39]="alice";				_uOkw[39]="qs";
_uOsr[40]="yandex";				_uOkw[40]="text";
_uOsr[41]="najdi";				_uOkw[41]="q";
_uOsr[42]="aol";				_uOkw[42]="q";
_uOsr[43]="club-internet";		_uOkw[43]="q";
_uOsr[44]="mama";				_uOkw[44]="query";
_uOsr[45]="seznam";				_uOkw[45]="q";
_uOsr[46]="search";				_uOkw[46]="q";
_uOsr[47]="szukaj";				_uOkw[47]="szukaj";
_uOsr[48]="szukaj";				_uOkw[48]="qt";
_uOsr[49]="netsprint";			_uOkw[49]="q";
_uOsr[50]="google.interia";		_uOkw[50]="q";
_uOsr[51]="szukacz";			_uOkw[51]="q";
_uOsr[52]="yam";				_uOkw[52]="k";
_uOsr[53]="pchome";				_uOkw[53]="q";
//ampliacion copiada de omegadm.co.uk/international_se.js:
_uOsr[54]="search.live.com";	_uOkw[54]="q";
_uOsr[55]="hotbot";				_uOkw[55]="query";
_uOsr[56]="search.aol.com";		_uOkw[56]="encquery";
_uOsr[57]="mywebsearch.com";	_uOkw[57]="searchfor";
_uOsr[58]="dogpile";			_uOkw[58]="q";
_uOsr[59]="rambler.ru";			_uOkw[59]="words";
_uOsr[60]="baidu.com";			_uOkw[60]="wd";
_uOsr[61]="elmundo.es";			_uOkw[61]="q";
_uOsr[62]="terra.es";			_uOkw[62]="query";
_uOsr[63]="araby.com";			_uOkw[63]="q";
_uOsr[64]="searcheurope.com";	_uOkw[64]="query";
_uOsr[65]="ezilon.com";			_uOkw[65]="q";

//ampliacion jlopez:
_uOsr[66]="pesquisa.sapo.pt";	_uOkw[66]="q";

