$(document).ready(function(){$('.rounded').corner();$('.rounded_bottom').corner('bl br');$('.lazy').each(function(index){if($(this).attr('src')){var targetSrc=$(this).attr('alt');var targetTitle=$(this).attr('title');var originalImage=$(this);var img=new Image();$(img).load(function(){originalImage.replaceWith(this);});$(img).error(function(){alert('Error');});$(img).attr('src',targetSrc);$(img).attr('alt',targetTitle);$(img).attr('width',150);}});});var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-164346-6']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();
