$('.content2').corner();



$(document).ready(function() {

    $('.content').load('http://'+urls()+'/glowna.html').show();

});

function urls(){

    var url = window.location.host;
    return url;
}

function loadPage(page){

    $('.content').hide();
    $('.content2').load('http://'+urls()+'/'+page+'.html').show();

}

function moreInfo(idMore){
    
    $('.content').hide();
    $('.content2').load('http://'+urls()+'/imprezy.html?id='+idMore).show();


}
