function jqueryInit()
{
    $("#ciao").load("../adverts/ciao.htm");
}

$(document).ready(jqueryInit);

