function showYusho(){
	var awrz_rnd = Math.floor(Math.random()*99999999999);
	   var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:';
	   if (!document.phpAds_used) document.phpAds_used = ',';
	   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
	   document.write (awrz_protocol+"//kyuri.yusho.de/adjs.php?n=a71bf845");
	   document.write ("&campaignid=2");
	   document.write ("&exclude=" + document.phpAds_used);
	   document.write ("&loc=" + escape(window.location));
	   if (document.referrer)
	      document.write ("&referer=" + escape(document.referrer));
	   document.write ('&r=' + awrz_rnd);
	   document.write ("&ct0=" + escape(document.phpAds_ct0));
	   document.write ("'><" + "/script>");
	 }