/* * SCMS Standard Javascript Code * @author pehret * @since a1.0.9 * @version a1.0.9 */ var scms = new Array(); jQuery(document).ready(function($){ $('.nojq').hide().remove(); $('.jq').show().removeClass('jq'); // Externe Links $(document.body).extlink(); // iFrames $('iframe').attr('frameborder',0).attr('border',0).attr('framespacing',0).each(function(){ }); });