/**
 * @author schatz
 * version 0.2 alpha
 */
$(document).ready(function(){
    $('a[rel*=facebox]').facebox();
});
