function travel4uHeader(size){

	var _LINKS_  ='<a href="http://www.travel4u.com.tw/oversea" style="color: #32A9CD;text-decoration: none;">國外旅遊</a>｜<a href="http://www.travel4u.com.tw/domestic/" style="color: #32A9CD;text-decoration: none;">台灣旅遊</a>｜<a href="/ticket/" style="color: #32A9CD;text-decoration: none;">國際機票</a>｜<a href="http://www.travel4u.com.tw/" style="color: #32A9CD;text-decoration: none;">富遊網</a>';
	var _IMG997_ = new Array('997', 'http://www.travel4u.com.tw/project/head1024.jpg');
	var _IMG770_ = new Array('770', 'http://www.travel4u.com.tw/project/headimg.jpg');
	var _IMGBG_  = null;
	var _SLOGAN_ = "";

	if(size=='770'){
		_IMGBG_=new Array(_IMG770_['0'], _IMG770_['1']);
		} else {
		_IMGBG_=new Array(_IMG997_['0'], _IMG997_['1']); // 預設值為997
	}

	document.write("<div style=\"width:"+ _IMGBG_['0'] +"px;background-image: url("+ _IMGBG_['1'] +");background-repeat: no-repeat;height: 30px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;\"><div style=\"text-align: right;font-size: 12px;line-height: 30px;color:#32A9CD;padding-right: 10px;text-align: right;text-decoration:none;color: #32A9CD;\" id=\"headtype\"><span style=\"color:#666666;font-size:12px;\">"+ _SLOGAN_ +"</span>｜"+ _LINKS_ +"</div></div>");

}