﻿<!--
function Facebook() {
	var title = "到拿坡里吃披薩 抽汽車!";
	title = encodeURIComponent(title);
	var url = 'http://event.0800076666.com.tw/spring/index.html';
	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 = '春遊好食機 到拿坡里吃披薩 抽汽車!';
	var url = 'http://event.0800076666.com.tw/spring';
	var TGUrl = 'http://twitter.com/home/?status='.concat(encodeURIComponent(title)).concat(' ').concat(encodeURIComponent(url))
	void (window.open(TGUrl));
}

function Plurk() {
	var title = '春遊好食機 到拿坡里吃披薩 抽汽車!';
	var url = 'http://event.0800076666.com.tw/spring';
	var TGUrl = 'http://www.plurk.com/?qualifier=shares&status='.concat(encodeURIComponent(url)).concat(' ').concat('(').concat(encodeURIComponent(title)).concat(')');
	void (window.open(TGUrl));
}
//-->
