jQuery(document).ready(function($){
    // prettify.js
    $('pre code').addClass("prettyprint");
    prettyPrint();
    // jquery.prettyPhoto.js
    $("a[rel^='prettyPhoto']").prettyPhoto();
    // jquery.colorbox.js
    $("a[rel='colorbox']").colorbox({
        iframe:true,
        width:"75%",
        height:"90%",
        transition:"fade",
    });
});

