window.addEvent('domready',function(){var el=$$('#posts li'),color=el.getStyle('backgroundColor');$$('#posts li').addEvents({mouseenter:function(){this.setStyle('cursor','pointer');this.morph({'background-color':'#4f4f4f','background-image':'url(js/arrow.jpg)','background-repeat':'no-repeat','background-position':[0,570],'border':'1px solid #FFD5DF'})},mouseleave:function(){this.morph({'border':'1px solid #4f4f4f','background-image':'none',backgroundColor:color})}});var link=$$('#posts li a');link.each(function(element){element.getParent().addEvent('click',function(){window.location=element.get('href');this.morph({'border':'1px solid #4f4f4f','background-image':'none','background-color':'#fff'})})})});