$(document).ready(function()
{
  var obj = $(".popupmap");       
  if(obj.length != 0 )
  $("form").after(obj);
  $("a[rel='PhotoGallery']").colorbox();
  //$("a[rel='MediaGallery']").colorbox({slideshow:true});
  $("a[rel='MediaGallery']").colorbox();
  $(".videoBox").colorbox({innerWidth:400, innerHeight:326});
  //$("a[rel='MediaGallery']").colorbox({title: function(){var url = $(this).attr('downloadlink');return '<a href="'+url+'" target="_blank">Open In New Window</a>';}});
  
})

