/**
 * Design for Neformat 2.0 project.
 *
 *  This file is the part of Neformat 2.0 project.
 *
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL
 * @copyright 2007 (C), We Make Sites
 */

window.onload = function() {
    var isMSIE = /*@cc_on!@*/0;

    fixLinksTarget();

    setEntriesHovered(document.getElementById('IndexArticles'), 'ArticleHovered');
    setConcertsHovered(document.getElementById('Afisha'), 'ConcertHovered');

    if (!isMSIE) {
        setRollovers();
    }
}