$(document).ready(function(){
    showSocialPlugins();
    $("#main").css("min-height", ($("#kategorie_menu").height()+50)+"px");
});

function showSocialPlugins()
{
    var elements = $(".google-box");
    for(var i=0;i<elements.length;i++)
    {
        elements[i].innerHTML = '<g:plusone size="medium" href="' + elements[i].id + '"></g:plusone>' +
                                '<iframe src="http://www.facebook.com/plugins/like.php?app_id=279078615452179&amp;href=' + encodeURIComponent( elements[i].id ) + '&amp;send=false&amp;layout=button_count&amp;width=0&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;width:140px;margin-left:-27px;margin-top:2px" allowTransparency="true"></iframe>';
    }
}
