$(document).ready(function(){var b=$("#imglinks");b.attr("class","border").css({position:"relative","margin-left":"auto","margin-right":"auto","text-align":"left",width:"740px",height:"180px",display:"block",overflow:"hidden"}).empty().append('<div id="first" style="height:180px; overflow: hidden; position: relative; left: -185px;"></div>');var e=$("#first");b.before('<img src="/img/links.gif" id="sw_left" alt="" /><img src="/img/rechts.gif" id="sw_right" alt="" />');$("#sw_left").css({position:"absolute","z-index":"100",left:"80px",cursor:"pointer"});$("#sw_right").css({position:"absolute","z-index":"100",right:"80px",cursor:"pointer"});e.load("/inhalt/dynamic/startseite.dyn.php",function(){countimg=$(this).children().size();e.children().css({display:"block",width:"180px",margin:"5px 5px 5px 0","float":"left"});e.children("img").css("margin","0");totalwidth=countimg*e.children().outerWidth(true)+8;$(this).css({width:totalwidth+"px"});$("#sw_left").mousedown(function(){b.children().stop();c(1000)}).mouseup(function(){b.children().stop();d(8000)});$("#sw_right").mousedown(function(){b.children().stop();d(1000)}).mouseup(function(){b.children().stop();d(8000)});b.bind("mouseenter",function(){b.children().stop()}).bind("mouseleave",function(){d(8000)});d(8000)});function a(){if(e.attr("id")=="first"){e=$("#last");last=$("#first")}else{e=$("#first");last=$("#last")}}function c(f){var g=(e.css("left").substr(1,3)-185)/185*f;e.animate({left:"-185px"},g,"linear",function(){e.css("left","-370px");e.children("a:last").prependTo(e);c(f)})}function d(f){var g=(370-e.css("left").substr(1,3))/185*f;e.animate({left:"-370px"},g,"linear",function(){e.children("a:first").appendTo(e);e.css("left","-185px");d(f)})}});