
<?xml version="1.0"  encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:hyweb="urn:gip-hyweb-com" xmlns:user="urn:user-namespace-here">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="resource-type" content="document">
<meta name="revisit-after" content="30 days">
<meta name="classification" content="News">
<meta name="description" content="comprehensive informatin about the ROC government on Taiwan includes announcements,official documents and A/V presentations.">
<meta name="keywords" content="China, Chinese, News, Taiwan, Taiwan Tourist, Taiwan News, Taiwan government, Taiwanese, chen shui-bian, Ma Ying-geou, President Ma, President Ma Ying-geou , Republic of China, ROC, free China, Chinese Taipei, Taiwan information, chinese unification, chinese culture, ROC, Taiwan visa, Taiwan economics, Taiwan culture, media, Asia, China, tw, taipei, news, chinese, Lee teng-hui">
<meta name="robots" content="ALL">
<meta name="distribution" content="Global">
<meta name="rating" content="General">
<meta name="copyright" content="Government Information Office, Republic of China (Taiwan)">
<meta name="author" content="Internet Team">
<title>高安處長向Auburn University師生介紹中華民國 - Pictures - Taipei Economic and Cultural Office in Atlanta 駐亞特蘭大台北經濟文化辦事處</title><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-1472270-12";urchinTracker();</script><link rel="stylesheet" type="text/css" href="/xslgip/Atlanta/css/contactus.css">
<link rel="stylesheet" type="text/css" title="small" cat="font" href="/xslgip/Atlanta/css/fontS.css">
<link rel="alternate stylesheet" type="text/css" title="medium" cat="font" href="/xslgip/Atlanta/css/fontM.css">
<link rel="alternate stylesheet" type="text/css" title="large" cat="font" href="/xslgip/Atlanta/css/fontL.css"><script type="text/javascript" src="/xslgip/Atlanta/js/mootools.v1.11.js"></script><script type="text/javascript" src="/xslgip/Atlanta/js/styleswitcher.js"></script><styleSwitcher cat="font"></styleSwitcher></head>
<body><a title="網站標題及導覽列" class="Accesskey" accesskey="U" href="
        content.asp?mp=17&CuItem=213">:::
</a><a title="網站標題及導覽列" class="Accesskey" accesskey="U" href="
        content.asp?mp=17&CuItem=213">:::
</a><div class="WebTitle"><img src="/xslgip/Atlanta/images/webtitle.jpg" alt="Taipei Economic and Cultural Office in Atlanta 駐亞特蘭大台北經濟文化辦事處"></div>
<ul class="TopLink">
<li><a href="dp.asp?mp=17" title="Home">Home</a></li>
<li><a href="Sitemap.asp?mp=17" title="Sitemap">Sitemap</a></li>
<li><a href="rss.asp?mp=17" title="RSS">RSS</a></li>
<li><a href="form.asp?ctUnit=113&amp;spec=contactus&amp;mp=17" title="Contact Us">Contact Us</a></li>
<li><a href="dp.asp?mp=16" title="中文版">中文版</a></li>
</ul>
<form id="searchForm" name="searchForm" method="get" action="http://search.taiwan.gov.tw/search/wSite/Control" class="Qsearch" target="_blank"><input type="hidden" name="home" value="home"><input type="hidden" name="sort_type" value="sort_h"><input type="hidden" name="item_no" value="10"><input type="hidden" name="phonetic" value="0"><input type="hidden" name="lang" value="01"><input type="hidden" name="fuzzy" value="0"><input type="hidden" name="nature" value="0"><input type="hidden" name="group" value="+"><input type="hidden" name="check_group" value="yes"><input type="hidden" id="function" name="function" value="BrowseCate"><input type="hidden" id="doReQuery" name="doReQuery" value="true"><input type="hidden" id="fieldName" name="fieldName" value="fullText"><input type="hidden" name="check_group" value="yes"><a title="Search" class="Accesskey" accesskey="S" href="
        content.asp?mp=17&CuItem=213">:::
</a><label>Search
			<input id="queryWord" name="queryWord" type="text" size="15" class="Text" value="Keywords" onfocus="JSCRIPT: this.value='';"></label><input type="submit" name="query" value="Search" class="Button" title="Search"><a href="http://search.taiwan.gov.tw/search/wSite/Control?function=SearchAdv&lang=01" title="Advance[Open another window]" target="_blank">Advanced
		</a></form>
<table class="Layout" summary="排版表格">
<tr>
<td class="Left"><a title="主選單" class="Accesskey" accesskey="L" href="
        content.asp?mp=17&CuItem=213">:::
</a><div class="Menubg">
<div class="head"></div>
<div class="body">
<ul class="Menu">
<li><a href="lp.asp?ctNode=2390&amp;CtUnit=30&amp;BaseDSD=10&amp;mp=17" title="Pictures">Pictures</a></li>
</ul>
</div>
<div class="foot"></div>
</div>
</td>
<td class="Center"><a title="主要內容區" class="Accesskey" accesskey="C" href="
        content.asp?mp=17&CuItem=213">:::
</a><div class="PageTitle">Forward</div>
<div class="Path">Path:<a href="dp.asp?mp=17" title="Home">Home</a><img alt="向右箭頭" src="/xslgip/Atlanta/images/path_arrow.gif">Forward</div><SCRIPT LANGUAGE="javascript"> 
function checkEmail(control, msg) {
	ind = control.value.indexOf ('@', 0);
	if (control.value.length==0 || control.value == msg) {
		validatePrompt(control, msg);
		return false;
	} else if (ind==-1) {
		validatePrompt(control, msg);
		return false;
	} else if (ind==0) {
		validatePrompt(control, msg);
		return false;
	} else if (ind==control.value.length-1) {
		validatePrompt(control, msg);
		return false;
	} else {
		return true;
	}
}
function checkText(control, msg) {
	if (control.value.length==0 || control.value == msg) {
		validatePrompt(control, msg);
		return false;
	} else {
		return true;
	}
}
function checkCrossSiteScripting(control, msg) {
	chcckStr = control.value
	if (chcckStr.indexOf('<') >= 0 || chcckStr.indexOf('>') >= 0 || chcckStr.indexOf('%3C') >= 0 || chcckStr.indexOf('%3E') >= 0) {
		validatePrompt(control, msg);
		return false;
	} else {
		return true;
	}
}
function validateForm(form) {
	if (!checkText(form.name, '請輸入我的名字')) return false;
	if (!checkEmail(form.frommail, '請輸入我的E-mail')) return false;
	if (!checkEmail(form.tomail, '請輸入收件人E-mail')) return false;
	if (!checkText(form.msg, '請輸入給朋友的話')) return false;

	if (!checkCrossSiteScripting(form.name, '網頁資訊安全因素考量, 請勿輸入 < 或 > 符號, 謝謝!')) return false;
	if (!checkCrossSiteScripting(form.frommail, '網頁資訊安全因素考量, 請勿輸入 < 或 > 符號, 謝謝!')) return false;
	if (!checkCrossSiteScripting(form.tomail, '網頁資訊安全因素考量, 請勿輸入 < 或 > 符號, 謝謝!')) return false;
	if (!checkCrossSiteScripting(form.msg, '網頁資訊安全因素考量, 請勿輸入 < 或 > 符號, 謝謝!')) return false;
}

function validatePrompt(control, promptStr) {
	alert(promptStr);
	control.focus();
	return;
}

		</SCRIPT><form class="Contactus" name="XForm" onSubmit="return validateForm(document.XForm);" action="forwardmail.asp"><table>
<caption>高安處長向Auburn University師生介紹中華民國</caption><input type="hidden" name="CtUnit" value=""><input type="hidden" name="xItem" value="273137"><input type="hidden" name="ctNode" value="2390"><input type="hidden" name="mp" value="17"><input type="hidden" name="TopInfo" value="您的朋友從駐外單位聯合網轉寄文章給您，原文位址："><tr>
<th scope="row">Your name：</th>
<td><input type="text" class="Text" name="name" size="40" value="type in your name" onfocus="JSCRIPT: if(this.value=='type in your name'){this.value='';}"></td>
</tr>
<tr>
<th scope="row">Your e-mail：</th>
<td><input type="text" class="Text" name="frommail" size="40" value="type in your e-mail" onfocus="JSCRIPT: if(this.value=='type in your e-mail'){this.value='';}"></td>
</tr>
<tr>
<th scope="row">Receiver’s e-mail：</th>
<td><input type="text" class="Text" name="tomail" size="40" value="type in your Receiver’s e-mail(es)" onfocus="JSCRIPT: if(this.value=='type in your Receiver’s e-mail(es)'){this.value='';}"></td>
</tr>
<tr>
<th scope="row"></th>
<td><label>Please separate multiple e-mail addresses with commas.</label></td>
</tr>
<tr>
<th scope="row">Message：</th>
<td><textarea wrap="VIRTUAL" name="msg" cols="35" rows="12" onfocus="JSCRIPT: if(this.value=='type in your message'){this.value='';}">type in your message</textarea></td>
</tr>
</table><pHTML> <input type="submit" value="Submit" class="Button"> <input type="reset" value="Reset" class="Button"> </pHTML></form>
</td>
</tr>
</table>
<div class="Bottom">Taipei Economic and Cultural Office in Atlanta<BR>
1180 West Peachtree Street, Suite 800, Atlantic Center Plaza, Atlanta, GA 30309, USA<BR>
(Office Hour: 9 am to 5 pm, Monday to Friday) <BR>
Tel: 1-404-870-9375 (Please call this number during office hours, including passport, visa, and other business inquiries) <BR> Fax: 1-404-870-9376, email: <A href="mailto:tecoatl@teco.org">tecoatl@teco.org </A>

<UL>
<LI><A title=Accessibility href="content.asp?mp=17&CuItem=216">Accessibility</A></LI>
<LI><A title="Privacy Policy" href="content.asp?mp=17&CuItem=215">Privacy Policy</A></LI>
</UL>
<P>Best viewed at 1024 x 768 resolution.</P>
<P>Copyright © 2012 Ministry of Foreign Affairs, Republic of China (Taiwan)</P></div>
</body>
</html>
