/* - ise_backtotop.js - */
// http://www.ise.fraunhofer.de/portal_javascripts/ise_backtotop.js?original=1
$j=jQuery.noConflict();$j(document).ready(function(){var count=0;$j('h2').each(function(i){if(count>0)
$j('<a href="#" class="back-to-top">top</a>').insertBefore($j(this));count++})})


