/**********************************************************************************************

  CSS on Sails Framework
  Title: Site Name
  Author: XHTMLized (http://www.xhtmlized.com/)
  Date: March 2010

***********************************************************************************************/

$(document).ready(function() {

	Cufon.replace("#navigation ul li a, #blog-sample h3, #photo-pod h3 a, #middle-buttons ul li.odd a, .page-header h2, h2.more-brands, #default h2", { hover: true });

});

// DD_belatedPNG fix for IE6 
/*@cc_on 
    if (@_jscript_version == 5.6 || (@_jscript_version == 5.7 && !window.XMLHttpRequest)) {
        // DD_belatedPNG.fix('.class-name, .another-class-name');
    }    
@*/