   
  $(function(document) {
  
    $.fn.fancyzoom.defaultsOptions.imgDir='http://www.runningtothepeople.com/themes/fancyzoom/'; //very important must finish with a /
    $('a.tozoom').fancyzoom();


  });