// no conflicts with other frameworks
var $j = jQuery.noConflict();

//
// window.onload function to setup various javascripts
//
$j(function() {

  //lightbox gallery
  $j('.photo_gallery a').lightBox();
  $j.imgzoom();
});
