/* ------------------------------------------------------// KOPIEREN IST UNTERSAGT!// Script by PA-S.de// (C) 2008 by AJAXR.de--------------------------------------------------------- */window.addEvent('domready',function(){function compas(){$$('.sites').each(function(el){$(el).addEvent('click',function(e){e=new Event(e).stop();var view=$(el).getProperty('href');var pas=view+'ajax/';$('content').setHTML('<div style="text-align: center; color: #666666"><img src="/img/loader.gif" alt="" /><br /> <strong>Weitere Artikel werden geladen...</strong></div>');new Ajax(pas,{method:'get',update:$('content'),evalScripts:false,onComplete:function(){compas();if(sorpas==true){sortpas();}}}).request();});});}function sortpas(){$('frmfilter').addEvent('submit',function(e){new Event(e).stop();var log=$('artikels').setHTML('<div style="text-align: center; color: #666666"><img src="/img/loader.gif" alt="" /><br /> <strong>Artikel werden geladen...</strong></div>');this.send({update:$('artikels'),onComplete:function(){compas();}});});}compas();if(sorpas==true){$('hv').setHTML('<input type="hidden" name="pas" value="1" /><input type="hidden" name="heuri" value="1" />');sortpas();}});