function initCufon() {
	Cufon.replace('.home-content > span, .home-content > h2, .background > h2, .background > ul, .photos-link a, ul.download a', { fontFamily: 'DIN' });
	Cufon.replace('.nav-top a', { fontFamily: 'DIN', hover: true });
}

(function($) {
        $(function() {

$(document).ready(function(){
	initCufon();
});

		
          });
    })(jQuery);     

