 Cufon
    .replace('#footer-links  h4', {
         fontFamily: 'DIN' ,
         textTransform: 'uppercase'
     })
    .replace('#push-vegas-post h2, #push-vegas li a', {
         fontFamily: 'DIN Alt Bold' ,
         textTransform: 'uppercase'
     });




$(document).ready(function() {
    Cufon.now();

    var $photo_somm = $(".photo-somm");
    if ($photo_somm.length) {
        $photo_somm.find('a').bind("click", function(event) {
             $('#somm_player').html($('#video_cat'+this.rel).html());
        });
        if($('#video_cat'+$photo_somm.find("a")[0])){
        $('#somm_player').html( $('#video_cat'+$photo_somm.find("a")[0].rel).html());}
    }


});

