<!--
function Facebook() {
	var title = "三商美邦人壽X五月天 為你的每一天 加油OAOA 2011/12/5~2012/1/18 至活動網站與五月天合照，上傳照片就有機會抽平板電腦！";
	title = encodeURIComponent(title);
	var url = 'http://www.mli-myday.com/oaoa/index.php';
	url = encodeURIComponent(url);
	var TGUrl = "http://www.facebook.com/sharer.php?u=" + url + "&t=" + title;
	void (window.open(TGUrl,"","width=770,height=350"));
}

function Twitter() {
	var title = "三商美邦人壽X五月天 為你的每一天 加油OAOA 2011/12/5~2012/1/18 至活動網站與五月天合照，上傳照片就有機會抽平板電腦！";
	var url = 'http://www.mli-myday.com/oaoa/';
	var TGUrl = 'http://twitter.com/home/?status='.concat(encodeURIComponent(title)).concat(' ').concat(encodeURIComponent(url))
	void (window.open(TGUrl));
}

function Plurk() {
	var title = "三商美邦人壽X五月天 為你的每一天 加油OAOA 2011/12/5~2012/1/18 至活動網站與五月天合照，上傳照片就有機會抽平板電腦！";
	var url = 'http://www.mli-myday.com/oaoa/';
	var TGUrl = 'http://www.plurk.com/?qualifier=shares&status='.concat(encodeURIComponent(url)).concat(' ').concat('(').concat(encodeURIComponent(title)).concat(')');
	void (window.open(TGUrl));
}
//-->
