jQuery.noConflict();

jQuery(document).ready(function()
{
    jQuery(function()
    {
        jQuery('.zoomable').lightBox();
        jQuery('.galbox').lightBox();
    });
});

function kontakt(name) {
    return "mailto: "+name+"@"+siteurl;
}