function switchFooter(siteId)
{
    if(siteId == 4)
    {
        $('footer').style.display = 'none';
    }
}

function showPopup()
{
    mly = new Lightbox;
    var el = $('popup');
    mly.start(el);
}
