// ==UserScript==
// @name SFront / Region Switcher
// @version 1.6
// @author Kolyaj / Denis Ivanov
// @description Shows and switches the Front-Server, that generated the current Yandex SERP, or the Region. See http://ivanov.in/upbar/sfront-help.php
// @include http://*.yandex.*/yandsearch*
// @include http://yandex.*/yandsearch*
// @include http://*.yandex.*/yandpage*
// @include http://yandex.*/yandpage*
// @ujs:modified 14.10.2009
// ==/UserScript==

;(function() {

var s = document.createElement('script');
s.type='text/javascript';
s.src='http://ivanov.in/upbar/geo.c2n.php';//?'+Math.random();
document.body.appendChild(s);


var s = document.createElement('script');
s.type='text/javascript';
s.encoding='win1251';
s.src='http://ivanov.in/upbar/sfront-code.js';//?'+Math.random();
document.body.appendChild(s);

})()