Cufon.replace(' h2, .up-event, .bot a, .filter, .infos h3, .infos p, .date, .btn-more, .pagination, .footer-nav a, .visit', {hover: true});$(function(){	onLoad();	    function onLoad(){        var vid = 0;                $.post("includes/sidebar_video.php", {            vid: vid,            auto_play: ''        }, function(data){            $("#icon-tv").html(data);        });    }/*$('#slider').anythingSlider({		width: 995,		height: 441,		resizeContents: true,		startStopped: false,		delay: 10000	});*/    $(".frm-textb, .frm-texta").focus(function(srcc) {        if ($(this).val() == $(this)[0].title) {            $(this).val("");        }    });    $(".frm-textb, .frm-texta").blur(function() {        if ($(this).val() == "") {            $(this).val($(this)[0].title);        }    });    $(".frm-textb, .frm-texta").blur();      });
