if(typeof jQuery!="undefined"){$(document).ready(function(){$("#diamond_search .shape input").click(function(D){A($(this));var B=$(this).parent();if(B.hasClass("shape")){var C=B.children("a").children("img");if(C){C.attr("src",C.attr("src").replace(".gif","_ON.gif"))}}});var A=function(D){var B=D.parents("form");var C=B.children(".shape").children("a").children("img").each(function(){$(this).attr("src",$(this).attr("src").replace("_ON.gif",".gif"))})}})};
