﻿function OnSitePageLoaded() {

    GetSquareAdvertisingBlock('Vertical');

    $('#HeaderSearchBox').focus(function() {
        if (this.value == 'Я ищу...') {
            this.value = ''
        }
    });
}

function OnForumPageLoaded() {
    GetSquareAdvertisingBlock('Horizontal');
}

