

jQuery.noConflict();

jQuery(document).ready(function($) {  
  
  $('.csc-textpic img').click(function()
  {
    $('#sb-button-link').attr('href', window.location.pathname + '#kontaktformular');
    //this.alt = escape(this.alt);
    //$('#sb-button-link').attr('href', 'http://www.incert.at/projects/traxler-treppen.at/kontakt.html?textarea=' + this.alt);
    $("textarea").val('Ich interessiere mich für das Produkt "' + this.alt + '"');
  });

});
