$(document).ready( function() {


var pathname = window.location.pathname;

$('.cs13.produktionen #col1_content .csc-default h1').not(':eq(0)').append('<span class="h1totop"> <a href="'+pathname+'#top"><b>to top</b></a></span>');

$('.produktionDetail #col1_content h2').append('<span class="h1totop"> <a href="'+pathname+'#top"><b>to top</b></a></span>');








});