﻿var usrid = "0";
var script = document.getElementsByTagName("script");
if(script!=null){
    var str = /avaichi_blog_all\.js(\?.*)?$/;
    for(var i=0;i<script.length;i++){
        var js = script[i].src.match(str);
        if(js!=null) {            
            var path = script[i].src.split('?')[1];
            usrid = path.split('=')[1];
         }
    }
}

var xmlpath = "http://www.avaichi.com/absite/usr/" + usrid + "/avatar.xml";
var html="";
html+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="160"';
html+='height="210" codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,12,36">';
html+='<param name="movie" value="http://www.avaichi.com//absite/usr/'+usrid+'/synth_avatar.swf" />';
html+='<param name="allowScriptAccess" value="always"/>';
html+='<param name="allowNetworking" value="all" />';
html+='<param name="play" value="true" />';
html+='<param name="wmode" value="transparent" />';
html+='<param name="FlashVars" value="xmlpath='+xmlpath+'" />';
html+='<embed src="http://www.avaichi.com//absite/usr/'+usrid+'/synth_avatar.swf" width="160" height="210" play="true" type="application/x-shockwave-flash"';
html+=' pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> ';
html+='</embed>';
html+='</object>';
html += '<p><a href="http://www.avaichi.com/">アバいちはこちら</a></p>';
document.write(html);