$(document).ready(function(){
$("a[rel='identity']").colorbox();
$("a[rel='print']").colorbox();
$("a[rel='website']").colorbox();
});
