$(document).ready(function(){
    $("a[rel='popup']").colorbox({width:"623", height:"480", iframe:true, scrolling:false, current:"{current} of {total}"});
    $("a[rel='popup2']").colorbox({width:"463", height:"480", iframe:true, scrolling:false, current:"{current} of {total}"});
    $("a[rel='popup3']").colorbox({width:"700", height:"630", iframe:true, scrolling:false, current:"{current} of {total}"});
});

