$(document).ready(function(){
    $(".photocb").colorbox();
    $(".video").each(function(){
      url = $(this).attr("href");
     
    
      $(this).colorbox({contentAjax:"videos.php?url="+url});
    });
9 });