document.observe('dom:loaded',function(){var shopUrl=BLANK_IMG.substr(0,BLANK_IMG.length-13);var labels=$$('#product-attribute-specs-table .label');labels.each(function(label){if(label.innerHTML.match('Weight')!==null){label.update('<a href="'+shopUrl+'lieferung/">'+label.innerHTML+'</a>');throw $break;}
else if(label.innerHTML.match('Gewicht')!==null){label.update('<a href="'+shopUrl+'lieferung/">'+label.innerHTML+'</a>');throw $break;}});});;document.observe("dom:loaded",function(){$$('div.product-box').each(function(item){Event.observe(item,'mouseover',function(){this.toggleClassName('product-box-hovered');});Event.observe(item,'mouseout',function(){this.toggleClassName('product-box-hovered');});Event.observe(item,'click',function(){location.href=this.getElementsBySelector('a')[0].readAttribute('href');});});});
