/*
 * $Id: scripts.js,v 1.2 2009-10-23 09:05:57 ramas Exp $
 *
 */

/* 
 * Pasitikslinimo klausimas 
 */
function ask(theLink, askmsg) {
    var is_confirmed = confirm(askmsg);
    if (is_confirmed) {
        theLink.href;
    }
    return is_confirmed;
}

function hey_lt() {
    var _hey_lt_w = "", _hey_lt_h = "", _hey_lt_c = "";
    _hey_lt_w = screen.width; _hey_lt_h = screen.height; _hey_lt_c = navigator.appName.indexOf("Microsoft") >= 0 ? screen.colorDepth : screen.pixelDepth;
    document.write("<a target='_blank' href='http://www.hey.lt/details.php?id=tikakatalogas'><img width=88 height=31 border=0 src='http://www.hey.lt/count.php?id=tikakatalogas&width=" + _hey_lt_w + "&height=" + _hey_lt_h + "&color=" + _hey_lt_c + "&referer=" + escape(document.referrer) + "' alt='Hey.lt - Interneto reitingai, lankomumo statistika, lankytojų skaitliukai'></a>");
}

/*
# vim: expandtab ts=4 sw=4 sts=4
# vim: encoding=utf-8
# vim: fileencoding=utf-8
*/
