
function preload(){
}

function initLightbox(){
 $('a[@rel*=lightbox]').lightbox();
}


