$(window).load(function() {


});
$(document).ready( function(){
	$('#logo').click(function(){ document.location.href = '/'; return false; });
	$('#logo div.caption').html('Spécialiste en greffe de cheveux depuis plus de 10 ans');
	$('#contact_rdv').click(function(){ document.location.href = '/contact-greffe-cheveux.html'; return false; });
});

$.fx.prototype.cur = function(){
    if ( this.elem[this.prop] != null && (!this.elem.style || this.elem.style[this.prop] == null) ) {
      return this.elem[ this.prop ];
    }
    var r = parseFloat( jQuery.css( this.elem, this.prop ) );
    return typeof r == 'undefined' ? 0 : r;
}

