// JavaScript Document
$(document).ready(function (event) {
  Cufon.replace('#header #nav-top a');
  Cufon.replace('h1');
  Cufon.replace('h2');
  
  /*
  var ie6 = (parseInt($.browser.version, 10) == 6) ? true : false ;
  
  Cufon.replace('#header #nav-top a', {fontFamily: 'Gotham Medium' });
  Cufon.replace('h1', { fontFamily: 'Gotham Light'});
  Cufon.replace('h2', { fontFamily: 'Gotham Light'});
  
  if(!ie6) {
  $.xLazyLoader({
     js: '/common/js/jquery.timeago.js', 
     name: 'timeago',
     load: function(){
         //alert("loaded the library");
       // var $h1 = $(".pagingContainer h1.cufon");
        
        //alert("h1 length" + $h1.length);
        //alert();
	     
         jQuery("abbr[class*='timeago']").timeago();
     }
  });						
  }
  */
});