$(document).ready
    (
    function()
        {
        // Call this when the DOM is ready:
        $("#images").load("images.php?cmd=img");
        $("#novinky").load("novinky.php?cmd=nws");
        $("#odkazy").load("forum.php?cmd=msg");
        $("#image").load("home-image.php?cmd=homimg");
        }
    );