$(document).ready(function(){
    //remove the javascript disabled wanrning message
    $('noscript').remove();

    //bind facebox anchors
    $('a[rel*=facebox]').facebox();
    $('a.facebox').facebox();
});
