/* Header */
function clickMe()
{
    window.location.replace('http://czechmasakr.net');
    cursor: hand;
}
/* FaceBook */
function facebook()
{
    window.location.replace('http://www.facebook.com/CzechMasakr.net');
    cursor: hand;
}
/* Twitter */
function twitter()
{
    window.location.replace('http://twitter.com/czechmasakr');
    cursor: hand;
}
/* Steam */
function steam()
{
    window.location.replace('http://steamcommunity.com/groups/Czech-Masakr-Komunita');
    cursor: hand;
}
/* NetLog */
function netlog()
{
    window.location.replace('http://cs.netlog.com/groups/czechmasakr_net');  
    cursor: hand;
}
/* Odhlásit */
function logout()
{
    window.location.replace('http://czechmasakr.net/logout.php?logout=yes');
    cursor: hand;
}

