/*
$j.getDocHeight = function(){
    return Math.max(
        $j(document).height(),
        $j(document.body).height(),
        $j(window).height(),
        // opera...
        document.documentElement.clientHeight
    );
};
*/



function checkGp()
{
    
    if (gp_ac == 0)
    {
        var layerHeight = $j(document).height()  - 130 - 180;
        //console.log(layerHeight);
        //console.log($j.getDocHeight() - 130 - 180);
        
        var geodiv = '<div id="cf-geolayer" style="position: absolute; top: 130px; left: 0px; text-align: center; z-index: 300000; width: 946px; height: ' + layerHeight + 'px;"><div style="border: 0px solid green; position: absolute; top: 0px; left: 0px; text-align: center; background-color: #000; z-index: 200001; width: 100%; height: 100%;"></div><div style="border: 0px solid red; position: absolute; text-align: left; padding: 0px; background-color: #fff; z-index: 300001; height: 723px; width: 930px; top: 0px; left: 0px;" id="cf-geolayer-box"><div style="border: 0px solid blue; width: 100%; height: 100%;"><div style="border: 0px solid gray; position: relative; width: 100%; height: 100%; float: left; padding: 0px; background-image: url(&quot;http://bilder.clipfish.de/v2/misc/access_denied_geo.jpg&quot;); "><div style="position: absolute; top: 190px; left: 190px; width: 500px; background: none repeat scroll 0% 0% #000; font: bold 14px Arial; color: #fff; padding: 3px;"><div><p style="font-size: 22px;">Sorry!</p><p>Unfortunately we do not grant access to Clipfish from your country. Be sure to check us out on your next trip to Germany.</p> <br/><p>We\'re sorry, but our music videos are only available in Germany.</p><br/><p>Die Musikvideos auf Clipfish sind leider nur aus Deutschland verfügbar.</p><br/><p>In case you think access should not be denied, please contact <a style="color: #fff; text-decoration: none;" href="mailto:support@clipfish.de">support@clipfish.de</a>.</p><br/><p>Falls wir dich fälschlicherweise von Clipfish ausgeschlossen haben, melde dich bitte unter:<br/><a style="color: #fff; text-decoration: none;" href="mailto:support@clipfish.de">support@clipfish.de</a>.</p></div></div></div></div></div></div>';

        $j("#cf-main-container").append(geodiv);
    }

};




