$(document).ready(function(){
    $("a[rel='popup']").colorbox({width:"700", height:"630", iframe:true, scrolling:false, current:"{current} of {total}"}); // vbv demos
    $("a[rel='popup2']").colorbox({width:"855", height:"690", iframe:true, scrolling:false, rel:"nofollow", current:"{current} of {total}"}); // Budget buddy, Money game
    $("a[rel='popup3']").colorbox({width:"700", height:"630", iframe:true, scrolling:false, current:"{current} of {total}"});
});

