var Shashinbu=function(){var G="/kabegami/affi/";var F=encodeURIComponent;var A=null;var C="#SHASHINBU_IMG";var B="";function E(H){B=H}function D(N,L){var O=N.getElementsByTagName("Photo");var M="";if(O&&O.length>0){var P=O.length;var J=0;while(J<P){var K=O[J++];var Q=XMLUtil.get_ElementByTagName(K,"Title");var H=XMLUtil.get_ElementByTagName(K,"Thumbnail");var I=XMLUtil.get_ElementByTagName(K,"URL");M+='<div class="shashinbu">';M+='<a target="_blank" href="'+XMLUtil.GetText(I)+'" ><img class="shashinbu2" src="'+XMLUtil.GetText(H)+'" alt="'+XMLUtil.GetText(Q)+'" /></a>';M+="</div>"}}if(M.length!=0){var O=N.getElementsByTagName("MoreURL");if(O&&O.length>0){var K=O[0];M+='<div class="shashinbu3"><b><div class="txt_m">';M+='<a href="'+K.getAttribute("url")+'" target="_blank">\u2192 '+B+" \u306e\u5199\u771f\u58c1\u7d19\u3092\u3082\u3063\u3068\u898b\u308b</a>";M+="</b></div></div>"}jQuery(C).html(M)}else{if(A!=null){jQuery(A).css("display","none")}}}return{SetDivID:function(H){A="#"+H},SetResultID:function(H){C="#"+H},Call:function(I,H){E(I);url=G+"shashinbu.php?word="+F(I);if(H!=null){url+="&cnt="+H}jQuery.get(url,null,D,"xml")}}}()