<!--BlogThis start-->

function blogCheck(){if((navigator.userAgent.indexOf("MSIE")>0)&&(navigator.userAgent.indexOf("Win")>0)){document.all.blogThis.style.display="";}}
function blogThis(u){if(u.charAt(0)=="/"){u="http://"+window.location.host+u}else{u=window.location.href}var sel=document.selection.createRange();sel.expand("word");window.open("http://spaces.live.com/BlogIt.aspx?Title="+escape(document.title)+"&SourceURL="+escape(u)+"&description="+escape(sel.text));}

<!--BlogThis End-->
<!--MesseThis start-->

function SetCookie(sName,sValue,expDate){
document.cookie=sName+"="+escape(sValue)+";expires="+(expDate?expDate:new Date(2021,10,4).toGMTString())+";path=/"+((location.host.toLowerCase().indexOf("eco.jp.msn.com")>=0)?";domain=eco.jp.msn.com":"");
}

function readCookie(ck){
var anyCookies=document.cookie;
var pos=anyCookies.indexOf(ck.toUpperCase()+"=");
var value="";
if(pos!=-1){
var start=pos+ck.length+1;
var end=anyCookies.indexOf(";",start);
if(end==-1){
end=anyCookies.length;
}
value=anyCookies.substring(start,end);
value=unescape(value);
}return value;
}

function IMThis(docId){
this.gid=function(i){return document.getElementById(i);};
try{obj=new ActiveXObject("MSNMessenger.P4QuickLaunch");}
catch(e){obj=null;};
if(obj!=null){obj.LaunchApp("99995286","");
SetCookie('MSECOIM',docId);
}
else{if(!gid("noMSNImDiv")){
noMSNImDiv=document.createElement("div");
noMSNImDiv.setAttribute("id","noMSNImDiv");
contentContainer=document.createElement("div");
noMSNImDiv.appendChild(contentContainer);
}
else{gid("noMSNImDiv").style.display="block";
};
noMSNImDiv.className="floatBox";contentContainer.className="floatBoxContent";contentContainer.innerHTML="<div class='floatBoxHead'><span onmouseover='document.body.style.cursor=\"pointer\"' onmouseout='document.body.style.cursor=\"auto\"' onclick='document.getElementById(\"noMSNImDiv\").style.display=\"none\"'>[x]</a></div>この機能をお使いになるには、最新版の MSN、<br \/>または Windows Live メッセンジャーをインストールする必要があります。<br \/>（Internet Explorer は、バージョン 5.5 以上をインストールする必要があります）<br \/><a href='http://messenger.live.jp' style='color:black;text-decoration:underline' target='msnwin'>http://messenger.live.jp</a> から最新のメッセンジャーをインストールしてください。";
dt=gid("doThis");
it=gid("imThis");
if(it==dt.childNodes[dt.childNodes.length-1]){
dt.appendChild(noMSNImDiv);
}
/*else{
dt.insertBefore(noMSNImDiv,it.nextSibling);
}*/
}
}

<!--MesseThis End-->
<!--MailThis start-->

function emThis(){
	var mailSubject = "MSN 特集名";
	
	var mailBody = "次のURLにアクセスしてみてください。";
	mailBody += "%0D%0A";
	mailBody += "MSN 特集名";
	mailBody += "%0D%0A";
	mailBody += document.URL;
	
	var eMail='mailto:?subject='+mailSubject+'&body='+mailBody;
	location.href = eMail;
}

<!--MailThis End-->