// (c)2009 Remind Advertising GmbH

(function($){var cache=$('<div id="cache"></div>');var list=new Array();$.cache={create:function(){var navl=$(".re-navigation-first-element").length-1;},write:function(spath,i){debug("write cache for: "+spath+" i:"+i);if(spath>100){$.ajax({type:"POST",url:"index.php?usr=remind&spath="+spath+"&ajload=2&aj=1",async:true,dataType:"html",success:function(html){cache.append('<div class="cache_block">'+html+'</div>');debug("is: "+i);ni=i+1;}});}},load:function(spath){if(cache.find("#"+spath).length>0){debug("cache call");return cache.find("#"+spath).parents(".cache_block").html();}else{return false;}}}})(jQuery);