$(document).ready(function() {
  /*
		$.each($('a[href^="/downloads/"]:not(.download)'), function(key, obj){
		  
      href = $(obj).attr("href");
      href = href.replace("/downloads/", "/document?file=");
      title = $(obj).attr("title"); 
      $(obj).attr("href", href + '&iframe=1&doc_title=' + title);
      
      $(obj).fancybox({
    		'width'				: 470,
    		'height'			: 280,
    		'autoScale'			: true,
        'titleShow' : false,
    		'transitionIn'		: 'none',
    		'transitionOut'		: 'none',
    		'type'				: 'iframe'
    	});
    });
    */
});
