﻿function fsearch(str) {
open('http://yandex.ru/yandsearch?text=' + str + '&serverurl=' + document.location.hostname);
};
