// JavaScript Document//
(function(global) {
  Cufon.replace('.cfont', {hover: true, fontFamily: 'Avenir LT Std' });

  $(document).ready(function() {
    body = $('body');

    if (body.has('#portfolio')) {
      $('.image-item:nth-child(3n)').addClass("omega"); 
    };
    $("a.expand_image").fancybox({
  		'speedIn'		:	600, 
  		'speedOut'		:	200
  	});
  });
})(this);

