(function(){
{ // переменные
var Get='';
var Get1a='';
var Get2a='';
var City='';} //далее вызов функций
{FillVar();SelEvent();}function FillVar(){for (var i=0;i<document.links.length;i++){
if (document.links[i].text.match("Начать")){Get=document.links[i].href;}
if (document.links[i].text.match("Да, начать работу")){Get2a=document.links[i].href;}
if ((document.links[i].text.match("до"))&&(document.links[i].className='pt')&&(document.links[i].className!='iGood')&&(document.getElementsByTagName('span')[3].textContent=="Начать добычу")){Get1a=document.links[i].href;}
if (document.links[i].text.match("Таверна")){City=document.links[i].href;}
if (document.links[i].text.match("Иглес")){City=document.links[i].href;}
}}function SelEvent(){
if (Get!=''){setTimeout(function(){location.href=Get},100);return;}
else if (Get1a!=''){setTimeout(function(){location.href=Get1a},100);return;}
else if (Get2a!=''){setTimeout(function(){location.href=Get2a},100);return;}
else if (City!=''){setTimeout(function(){location.href=City},5000);return;}
}})();
работает