jQuery(document).ready(function()
{

    jQuery("span.wow_block_link").eq(0).append('<img src="/img/leg_serv.png" class="wow_pic" width="45" height="52" />');
    jQuery("span.wow_block_link").eq(1).append('<img src="/img/kowel.png" class="wow_pic" width="45" height="52"/>');
    jQuery("span.wow_block_link").eq(2).append('<img src="/img/nadejd.png" class="wow_pic" width="45" height="52"/>');
    jQuery("span.wow_block_link").eq(3).append('<img src="/img/lizing.png" class="wow_pic" width="45" height="52"/>');
	

	jQuery("table#center_text td ").hover(
	  function () {
		jQuery(this).attr("style", "background:#e0e0e0;");
	  },
	  function () {
		jQuery(this).removeAttr("style");
	  }
	);
	
    jQuery("div.news_block div.link a").attr("style", "font-size:12px;");
    jQuery("div.news_block_last div.link a").attr("style", "font-size:12px;");

});
