function jumpto(url) {
    var base = 'http://www.eurogrand.ru/';
    location.href = base+url;
}
