<html>
<head>
<meta http-equiv=Content-type  content="text/html; charset=iso-8859-1">
  <!--meta http-equiv=Content-type  content="text/html; charset=big5"-->
<LINK REL="SHORTCUT ICON" HREF="http://www.tiwin.net/favicon.ico">

<!--===============================================-->
<!-- Script by Charlie-Chuck-Chuck.com ============-->
<!--this tag to be placed within (head), under meta-->
<!--remember! to remove the ns/ie/ns6/no scr ======-->
<SCRIPT language=JavaScript>
n = (document.layers) ? 1 : 0;
ie = (document.all) ? 1 : 0;
ver4 = (n || ie) ? 1 : 0;
DOM = ((document.getElementById)&&(!ie))? 1 : 0 ;   // ns6 etc.

if (n) {	
document.write('<TITLE>TIWIN.NET ( Taiwan-Into-World Info Network ) - [ 臺灣四界通 ]</TITLE>');
}       //----- ns4... shows this!

if (ie) {
document.write('<TITLE>TIWIN.NET ( Taiwan-Into-World Info Network ) - [ &#33274;&#28771;&#22235;&#30028;&#36890; ]</TITLE>');
}       //----- ie (js or no-js)
	
if (DOM) {
document.write('<TITLE>TIWIN.NET ( Taiwan-Into-World Info Network ) - [ &#33274;&#28771;&#22235;&#30028;&#36890; ]</TITLE>');
}       //----- ns6, opera6... shows this!

</SCRIPT>

<noscript>
<TITLE>TIWIN.NET ( Taiwan-Into-World Info Network ) - Taiwan Romanization, Pinyin, Cards.</TITLE>
</noscript><!-- (no-js) ns4, opera6, ns6 -->
<!--===============================================-->
<!--===============================================-->



<style type="text/css">
<!--
A{font-weight: bold; text-decoration: underline;}
A:link{color: #345678;}      /* was 9900bb, like purple */

A:hover{
   text-decoration: underline;   /* underline overline */
   background-color: #ffff00;    /* yellow */
   position : relative;    /* this will make slight shake, on mouse over */
   top : 1px;              /* this will make slight shake, on mouse over */
   left : 1px;             /* this will make slight shake, on mouse over */
}

A:visited{color: #123456;}
A:active{color: #ff0000; text-decoration: underline; background-color: #eeeeaa;} /* underline overline , yellow */

.listingtitle { font-family: Verdana, Arial, font-size: 12px; font-weight: bold; border-bottom-style: inset; }
/* from  http://www.studylight.org/dic/  */
-->
</style>




<SCRIPT language=JavaScript>
<!--
//=====================// tooltips script below //=====================//
// Note from Charlie-Chuck-Chuck: The following JavaScript is what makes
// those nifty little info boxes pop out when you run your mouse over the
// links on this page.  I did NOT write this JavaScript!  It was written
// by Sharon Paine and the copyright of the [tooltips script] belongs to
// Sharon Paine.   Please read the following copyright notice carefully!
//
// This code is from Dynamic Web Coding http://www.dyn-web.com 
// Copyright 2002 by [Sharon Paine].  Permission granted to use this code
// as long as this entire notice is included.
// Permission granted to SimplytheBest.net to feature script in its
// DHTML script collection at http://simplythebest.net/scripts/dhtml_scripts.html

var dom = (document.getElementById) ? true : false;
var ns5 = ((navigator.userAgent.indexOf("Gecko")>-1) && dom) ? true: false;
var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;

var origWidth, origHeight;
if (ns4) {
        origWidth = window.innerWidth; origHeight = window.innerHeight;
        window.onresize = function() { if (window.innerWidth != origWidth || window.innerHeight != origHeight) history.go(0); }
}

if (nodyn) { event = "nope" }
var tipFollowMouse      = true; 
var tipWidth            = 160;
var offX                = 12;   // how far from mouse to show tip
var offY                = 12; 
var tipFontFamily       = "Verdana, arial, helvetica, sans-serif";
var tipFontSize         = "8pt";
var tipFontColor        = "#000000";
var tipBgColor          = "#FFFFE0";  // EDffFF(better) DDECFF
var origBgColor         = tipBgColor; // in case no bgColor set in array
var tipBorderColor      = "#118080";  // was 000080
var tipBorderWidth      = 2;
var tipBorderStyle      = "ridge";
var tipPadding          = 4;

var messages = new Array();
messages[0] = new Array('images/taiwanpinyinonline.gif','<b>Taiwan Pinyin Net</b>, contents in English or Mandarin characters (Big5 encoding).',"#EDFFFa");
messages[1] = new Array('images/taiwanpinyinonline.gif','<b>Taiwan Pinyin Info Online</b>, contents in Mandarin characters, Big5 encoding.',"#EDFFFa");
messages[2] = new Array('images/taiwanpinyinclass.gif','<b>Taiwan Pinyin Class Room (1)</b>, contents in Mandarin characters, Big5 encoding.',"#EDFFFa");
messages[3] = new Array('images/taiwanpinyinclass.gif','<b>Taiwan Pinyin Class Room (2)</b>, mirror site, contents in Mandarin characters, Big5 encoding.',"#EDFFFa");
messages[4] = new Array('images/taiwanpinyinclass.gif','4',"#EDFFFa");
messages[5] = new Array('images/etaiwanpinyin2.gif','<b>eTaiwanPinyin News-letter</b>, free stuff for the promo of Taiwan Pinyin (Romanization). Contents in English.',"#EDFFFa");
messages[6] = new Array('images/tiwindownloadcentre.gif','<b>TIWIN.NET\'s Download Centre</b>, many freebies that may interest you! Contents in English or Mandarin (Taiwan).',"#EDFFFa");
messages[7] = new Array('images/taiwanpinyinclass.gif','7',"#EDFFFa");
messages[8] = new Array('images/taiwanpinyinclass.gif','8',"#EDFFFa");
messages[9] = new Array('images/taiwanpinyinclass.gif','9',"#EDFFFa");
messages[10] = new Array('images/charliechuckchuck.gif','<b>Charlie-Chuck-Chuck\'s Home</b>! Welcome any fun-loving people! Contents in English mainly.',"#EDFFFa");
messages[11] = new Array('images/contacttiwinnet2.gif','Click and feel free to send comments or inquiries to the admin. Charles! :)',"#EDFFFa");
messages[12] = new Array('images/888-rockin-net.gif','<i>http://888.rockin.net</i><br><B>The Taiwanese Net-work in the UK!</B> Contents mainly in Taiwan\'s Mandarin, Big5 encoding.',"#EDFFFa");
messages[13] = new Array('images/taiwanisnotprovinceofchina.gif','<b>Taiwan is NOT province of China!</b> Our continuous appeals against ISO-3166 and websites that mis-placed Taiwan as <i>\&quot\;province of China\&quot\;</i>.',"#EDFFFa");
//messages[14] = new Array('http://www.net/images/x.jpg','instruction is here',"#EDFFFa");
//messages[15] = new Array('http://www.net/images/x.jpg','instruction is here',"#EDFFFa");
//messages[16] = new Array('http://www.net/images/x.jpg','instruction is here',"#EDFFFa");
//messages[17] = new Array('http://www.net/images/x.jpg','instruction is here',"#EDFFFa");
//messages[18] = new Array('http://www.net/images/x.jpg','instruction is here',"#EDFFFa");
//messages[19] = new Array('http://www.net/images/x.jpg','instruction is here',"#EDFFFa");
//messages[20] = new Array('http://www.net/images/x.jpg','instruction\'s here',"#EDFFFa");
//messages[88] = new Array('http://www.net/images/x.gif','instruction\'s here',"#FFFFFF");


if (document.images) {
        var theImgs = new Array();
        for (var i=0; i<messages.length; i++) {
        theImgs[i] = new Image();
                theImgs[i].src = messages[i][0];
                theImgs[i].alt = messages[i][1];

  }
}

var startStr = '<table width="' + tipWidth + '"><tr><td align="center" width="100%"><img src="';
var midStr = '" border="1"></td></tr><tr><td valign="top">';
var endStr = '</td></tr></table>';

var tooltip, tipcss;
function initTip() {
        if (nodyn) return;
        tooltip = (ns4)? document.tipDiv.document: (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null;
        tipcss = (ns4)? document.tipDiv: tooltip.style;
        if (ie4||ie5||ns5) {    // ns4 would lose all this on rewrites
                tipcss.width = tipWidth+"px";
                tipcss.fontFamily = tipFontFamily;
                tipcss.fontSize = tipFontSize;
                tipcss.color = tipFontColor;
                tipcss.backgroundColor = tipBgColor;
                tipcss.borderColor = tipBorderColor;
                tipcss.borderWidth = tipBorderWidth+"px";
                tipcss.padding = tipPadding+"px";
                tipcss.borderStyle = tipBorderStyle;
        }
        if (tooltip&&tipFollowMouse) {
                if (ns4) document.captureEvents(Event.MOUSEMOVE);
                document.onmousemove = trackMouse;
        }
}

window.onload = initTip;

var t1,t2;      // for setTimeouts
var tipOn = false;      // check if over tooltip link
function doTooltip(evt,num) {

        if (!tooltip) return;
        if (t1) clearTimeout(t1);       if (t2) clearTimeout(t2);
        tipOn = true;
        // set colors if included in messages array
        if (messages[num][2])   var curBgColor = messages[num][2];
        else curBgColor = tipBgColor;
        if (messages[num][3])   var curFontColor = messages[num][3];
        else curFontColor = tipFontColor;
        if (ns4) {
                var tip = '<table bgcolor="' + tipBorderColor + '" width="' + tipWidth + '" cellspacing="0" cellpadding="' + tipBorderWidth + '" border="0"><tr><td><table bgcolor="' + curBgColor + '" width="100%" cellspacing="0" cellpadding="' + tipPadding + '" border="0"><tr><td>'+ startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr + '</td></tr></table></td></tr></table>';
                tooltip.write(tip);
                tooltip.close();
        } else if (ie4||ie5||ns5) {
                var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr;
                tipcss.backgroundColor = curBgColor;
                tooltip.innerHTML = tip;
        }
        if (!tipFollowMouse) positionTip(evt);
        else t1=setTimeout("tipcss.visibility='visible'",100);
}

var mouseX, mouseY;
function trackMouse(evt) {
        mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft;
        mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
        if (tipOn) positionTip(evt);
}

function positionTip(evt) {
        if (!tipFollowMouse) {
                mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft;
                mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
        }
        // tooltip width and height
        var tpWd = (ns4)? tooltip.width: (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth;
        var tpHt = (ns4)? tooltip.height: (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight;
        // document area in view (subtract scrollbar width for ns)
        var winWd = (ns4||ns5)? window.innerWidth-20+window.pageXOffset: document.body.clientWidth+document.body.scrollLeft;
        var winHt = (ns4||ns5)? window.innerHeight-20+window.pageYOffset: document.body.clientHeight+document.body.scrollTop;
        // check mouse position against tip and window dimensions
        // and position the tooltip 
        if ((mouseX+offX+tpWd)>winWd) 
                tipcss.left = (ns4)? mouseX-(tpWd+offX): mouseX-(tpWd+offX)+"px";
        else tipcss.left = (ns4)? mouseX+offX: mouseX+offX+"px";
        if ((mouseY+offY+tpHt)>winHt) 
                tipcss.top = (ns4)? winHt-(tpHt+offY): winHt-(tpHt+offY)+"px";
        else tipcss.top = (ns4)? mouseY+offY: mouseY+offY+"px";
        if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100);
}

function hideTip() {
        if (!tooltip) return;
        t2=setTimeout("tipcss.visibility='hidden'",100);
        tipOn = false;
}

//=====================// tooltips script above //=====================//
//=====Totally 3 parts to be added: (1) this js, (2) <a href , (3) <...
//=====Notes by Charlie-Chuck-Chuck!
//-->
</SCRIPT>





</head>
<body bgcolor=ffffff text=123456 link=345678 vlink=123456 marginheight=0 marginwidth=0 topmargin=0 leftmargin=0><!--bgcolor=003a38-->
<!--                              was 9900bb -->

<!--========( News Vertical Scroller , Part 1 + 2 below )==============-->
<!--========( News Vertical Scroller , Part 1 + 2 above )==============-->


<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=610 HEIGHT=5 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=600 HEIGHT=5></TD></TR></TABLE>


<!--
<center>
<TABLE WIDTH=680 border=0 cellpadding=0 cellspacing=0 height=15><TR>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
</TR></TABLE>
</center>
-->
<!--br-->



<!--======== added 050316 below ======-->
<center>
<!--hr size=1 width=610 noshade align=center-->
<!--br--><!--br-->

<table width=480 border=0>
<tr>
<td align=center valign=top><a href=http://www.tiwin.net/taiwan2who/ target=_blank><img src=taiwan2who/taiwan2who468x602005.gif border=1 width=468 height=60 alt="Please sign up and support TAIWAN to join the World Health Organization!"></a><br><font face="verdana,arial" size=1 color=aa9999>Please sign up and support TAIWAN to join the World Health Organization - WHO !</font></td>
</tr>
</table>
</center>

<!--br--><hr size=2 width=95% align=center>
<!--======== added 050316 above ======-->

<br><br>


<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=610 HEIGHT=5 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=600 HEIGHT=5></TD></TR></TABLE>

<center><table cellpadding=0 cellspacing=0 border=0 width=610 height=25>
<tr>
<td width=46% align=center valign=middle nowrap><p></td>
<td width=18% align=center valign=middle background=images/bg_head_light.gif>
<!--a language=JavaScript    href="javascript:var aa=window.open('images/NewsVerticalScrollerFrame1.shtml', 'externalq0101', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=600,height=90');"
 onMouseover="window.status='Please click here for a pop-up new window with bigger image'; return true;" onMouseout="window.status=''; return true;"--><NOBR><font face='verdana,arial' size=1 color=6789ab><b>Recent News!</b></font></NOBR><!--/a--><br>
</td>
<td width=18% align=center valign=middle background=images/bg_head_light.gif>
<!--a language=JavaScript    href="javascript:var aa=window.open('images/NewsVerticalScrollerFrame1.shtml', 'externalq0102', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=600,height=90');"
 onMouseover="window.status='Please click here for a pop-up new window with bigger image'; return true;" onMouseout="window.status=''; return true;"--><NOBR><font face='verdana,arial' size=1 color=6789ab><b>Today's Goodie!</b></font></NOBR><!--/a--><br>
</td>
<td width=18% align=center valign=middle background=images/bg_head_light.gif>
<!--a language=JavaScript    href="javascript:var aa=window.open('images/NewsVerticalScrollerFrame1.shtml', 'externalq0103', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=600,height=90');"
 onMouseover="window.status='Please click here for a pop-up new window with bigger image'; return true;" onMouseout="window.status=''; return true;"--><NOBR><font face='verdana,arial' size=1 color=6789ab><b>Send to Friend!</b></font></NOBR><!--/a--><br>
</td>
</tr>
<tr>
<td></td>
<td colspan=3>
<!--set the following border=1 will create an HR -->
<table width=100% cellpadding=0 cellspacing=0 border=0 !--1--><tr><td></td></tr></table>
</td>
</tr>
</table></center>

<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=610 HEIGHT=8 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=600 HEIGHT=8></TD></TR></TABLE>



<center>

<table cellpadding=0 cellspacing=0 border=0 width=610><tr>
<td width=10 nowrap>&nbsp;</td>
<td width=250 align=center valign=top>

  <table width=241 height=35 border=0 cellpadding=1 cellspacing=0>
  <TR><TD align=center><font face="verdana,arial,helvetica" size=1 color=e0d0c5>
  <NOBR><b><!--"--></b><font color=112233>T</font>AIWAN&nbsp;-&nbsp;<font color=112233>I</font>NTO&nbsp;-&nbsp;<font color=112233>W</font>ORLD<b><!--"--></b>&nbsp; <font color=112233>I</font>NFO&nbsp; <font color=112233>N</font>ETWORK</NOBR>
  </font></td></tr>
  </table>

<center><table width=243 height=243 border=0 cellpadding=1 cellspacing=0 bgcolor=dfcfcf>
<tr><td align=center valign=middle>
  <table width=241 height=241 border=0 cellpadding=8 cellspacing=0 bgcolor=ffffff><!--dfe8cf-->
  <tr><td align=center valign=middle>
<!--br-->
<!--hr size=1-->
<!--225x225 art work, below-->
<!-- (image made with HTML table, copyright: charlie-chuck-chuck,  http://charlie-chuck-chuck.com  )-->
<table width=225 height=225 border=0 cellpadding=0 cellspacing=0 bgcolor=ffffff>
<tr>
<td width=35 height=65 nowrap bgcolor=#923492>&nbsp;</td>
<td width=12 height=65 nowrap bgcolor=#08000D>&nbsp;</td>
<td width=72 height=65 nowrap bgcolor=#923492>&nbsp;</td>
<td width=45 height=65 nowrap bgcolor=#923492>&nbsp;</td>
<td width=12 height=65 nowrap bgcolor=#08000D>&nbsp;</td>
<td width=49 height=65 nowrap bgcolor=#5403CE>&nbsp;</td>
</tr>
<tr>
<td width=35 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=12 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=72 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=45 height=12 nowrap bgcolor=#923492><font size=1 color=#923492>.</font></td>
<td width=12 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=49 height=12 nowrap bgcolor=#5403CE><font size=1 color=#5403CE>.</font></td>
</tr>
<tr>
<td width=35 height=75 nowrap bgcolor=#923492>&nbsp;</td>
<td width=12 height=75 nowrap bgcolor=#08000D>&nbsp;</td>
<td width=72 height=75 nowrap bgcolor=#923492>&nbsp;</td>
<td width=45 height=75 nowrap bgcolor=#923492>&nbsp;</td>
<td width=12 height=75 nowrap bgcolor=#08000D>&nbsp;</td>
<td width=49 height=75 nowrap bgcolor=#5403CE>&nbsp;</td>
</tr>
<tr>
<td width=35 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=12 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=72 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=45 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=12 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=49 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
</tr>
<tr>
<td width=35 height=34 nowrap bgcolor=#987809>&nbsp;</td>
<td width=12 height=34 nowrap bgcolor=#987809>&nbsp;</td>
<td width=72 height=34 nowrap bgcolor=#987809>&nbsp;</td>
<td width=45 height=34 nowrap bgcolor=#987809>&nbsp;</td>
<td width=12 height=34 nowrap bgcolor=#08000D>&nbsp;</td>
<td width=49 height=34 nowrap bgcolor=#08000D>&nbsp;</td>
</tr>
<tr>
<td width=35 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=12 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=72 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=45 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=12 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
<td width=49 height=12 nowrap bgcolor=#08000D><font size=1 color=#08000D>.</font></td>
</tr>
<tr>
<td width=35 height=15 nowrap bgcolor=#FD7B01>&nbsp;</td>
<td width=12 height=15 nowrap bgcolor=#FD7B01>&nbsp;</td>
<td width=72 height=15 nowrap bgcolor=#FD7B01>&nbsp;</td>
<td width=45 height=15 nowrap bgcolor=#FD7B01>&nbsp;</td>
<td width=12 height=15 nowrap bgcolor=#08000D>&nbsp;</td>
<td width=49 height=15 nowrap bgcolor=#08000D>&nbsp;</td>
</tr>
</table>
<!--225x225 art work, above-->
<!--br-->
  </td></tr>
  </table>
</td></tr>
</table>
</center>


<center><table cellpadding=0 cellspacing=0 border=0 width=247 height=30>
<tr>
<td align=center width=19 height=30 nowrap><font face='arial, times new roman' size=1 color=112233><b> T </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> I </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> W </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> I </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> N </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233> &nbsp; </font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> N </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> E </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> T </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> W </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> O </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> R </b></font></td>
<td align=center width=19 nowrap><font face='arial, times new roman' size=1 color=112233><b> K </b></font></td>
</tr>
</table></center>


<br>
<br>
<center>
<img src=images/tiwinnet4_010sec.gif  border=0 width=88 height=32 alt="TIWIN Network Mini Logo 1"> &nbsp;
<img src=images/tiwinnet4_015sec.gif  border=0 width=88 height=32 alt="TIWIN Network Mini Logo 2">
<br>
<img src=images/tiwinnet4_010sec.gif  border=0 width=88 height=32 alt="TIWIN Network Mini Logo 1"> &nbsp;
<img src=images/tiwinnet4_015sec.gif  border=0 width=88 height=32 alt="TIWIN Network Mini Logo 2">
<br>
<font face=verdana color=e0d0c5 size=1>TIWIN Network Logos 88 x 32</font>
</center>


</td>
<td width=20 nowrap>&nbsp;</td>

<!--
TaiwanPinyin.Net        = 0 , Tw + [En]
888.rockin.net/pinyin   = 1 , Tw

TaiwanPinyin,Maillist   = 2 , Tw
TaiwanPinyin,YahooG     = 3 , Tw

TaiwanRomanization.com  = 4 , [En] .... not yet unveiled!
eTaiwanPinyin, YahooG   = 5 , [En]

Tiwin.Net / dnld        = 6 ,
Tiwin.Net / pinyinBB    = 7 ,

TaiwanABC.Net           = 8 , ecard [En]
TaiwanABC.Net           = 9 , ecard [Tw]

charlie-chuck-chuck.com = 10 , web-ring
charlie-chuck-chuck.com = 11 , contact charles

888.rockin.net          = 12 , web-ring
888.rockin.net/identuty = 13 , tw not province of cn

-->

<td width=330><!-- valign=top-->
<!--========== list of web below: ===========-->
<ul type=square><!--http://www.tiwin.net/pinyinbb-->
<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=200 HEIGHT=8 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=8></TD></TR></TABLE>

<li><font face="verdana,arial,helvetica" size=2 color=112233><!--885555--><b>TAIWAN&nbsp; PINYIN/ ROMANIZATION</b></font><br>
<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>

  <ul>
<!--
  <li><a  onmouseover="doTooltip(event,0); window.status='Welcome~ ! Please click and enter Taiwan Pinyin Network !'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://www.taiwanpinyin.net/  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>TAIWAN PINYIN NET</nobr></b></font></a> &nbsp;<img src=images/big5-jhengtonghanzih4911b.gif border=0 width=49 height=11 alt="Contents in Traditional Mandarin"><font face="arial,verdana" size=1> + <SPAN style="background-color: rgb(255,228,225)">ENGLISH</SPAN></font><br>
      <font face='verdana,arial,helvetica' size=1><b><i></i></b> -- Useful info and Materials for Taiwan Romanization, a.k.a. Taiwan Tongyong Pinyin. (Contents in Mandarin/ English)</font><br>
-->
<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<!--
<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
-->

  <li><a  onmouseover="doTooltip(event,1); window.status='Welcome~ ! Please click and enter Taiwan Pinyin Info Online !'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://888.rockin.net/pinyin/  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>TAIWAN PINYIN INFO ONLINE</nobr></b></font></a> &nbsp;<img src=images/big5-jhengtonghanzih4911b.gif border=0 width=49 height=11 alt="Contents in Traditional Mandarin"><br>
      <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> -- Useful info and Materials for Taiwan Romanization, a.k.a. Taiwan Tongyong Pinyin. (Contents in Mandarin Characters)</font><br>
<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>

  <li><a  onmouseover="doTooltip(event,2); window.status='Welcome~ ! Please click and enter TaiwanPinyin Newsletter !'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://www.maillist.com.tw/maillist/maillist_browse.cgi?maillist_id=taiwanpinyin  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>TAIWAN PINYIN NEWSLETTER 1</nobr></b></font></a> &nbsp;<img src=images/big5-jhengtonghanzih4911b.gif border=0 width=49 height=11 alt="Contents in Traditional Mandarin"><br>
      <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> -- Newsletters for the promotion of the Taiwan Romanization/ Pinyin. (Contents in Mandarin Characters) - Maillist.com.tw</font><br>
<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>

  <li><a  onmouseover="doTooltip(event,3); window.status='Welcome~ ! Please click and enter TaiwanPinyin Newsletter (mirror site)!'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://groups.yahoo.com/group/TaiwanPinyin  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>TAIWAN PINYIN NEWSLETTER 2</nobr></b></font></a> &nbsp;<img src=images/big5-jhengtonghanzih4911b.gif border=0 width=49 height=11 alt="Contents in Traditional Mandarin"><br>
      <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> -- (Mirror site) Newsletters for the promo of the Taiwan Romanization/ Pinyin. (Contents in Mandarin Characters) - Yahoo Groups.</font><br>
<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>

<!--
  <li><a  onmouseover="doTooltip(event,4); window.status='Welcome~ ! Please click and enter Taiwan Romanization Online !'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://www.taiwanromanization.com  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>TAIWAN ROMANIZATION ONLINE</nobr></b></font></a> &nbsp;<font face="arial,verdana" size=1><SPAN style="background-color: rgb(255,228,225)"> ENGLISH</SPAN></font><br>
      <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> --  Intro to and learning materials of the Taiwan Romanization, a.k.a. Taiwan Tongyong Pinyin. (Contents in English)</font><br>
-->
<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<!--
<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
-->

  <li><a  onmouseover="doTooltip(event,5); window.status='Welcome~ ! Please click and enter eTaiwanPinyin Newsletter (in English)!'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://groups.yahoo.com/group/eTaiwanPinyin  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>eTAIWAN PINYIN NEWSLETTER</nobr></b></font></a> <font face="arial,verdana" size=1><SPAN style="background-color: rgb(255,228,225)">ENGLISH</SPAN></font><br>
      <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> --  Newsletters for the promotion of the Taiwan Romanization/ Pinyin. (Contents in English) - Yahoo Groups.</font><br>
<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>



  <li><!--a href=http://   target=_blank  onMouseOver="window.status='Welcome~ ! Please click and enter TaiwanPinyin.org !'; return true;" onMouseOut="window.status=''; return true;"--><font face='verdana,arial,helvetica' size=1><b><I><nobr>WEBPAGE&nbsp; IN&nbsp; ENGLISH</nobr></I></b></font><!--/a-->  <font face='verdana,arial' color=red size=1><i>&nbsp; coming soon!</i></font><br>
  <li><a href=http://www.tiwin.net/pinyinbb/  class=listingtitle  target=_parent  onMouseOver="window.status='Welcome~ ! Please click and enter TaiwanPinyin.org`s Bulletin Board !'; return true;" onMouseOut="window.status=''; return true;"><font face='verdana,arial,helvetica' size=1><b><i><nobr>BULLETIN&nbsp; BOARD&nbsp; - BBS</nobr></i></b></font></a>  <font face='verdana,arial' color=red size=1><i><!--new 2002.09.18--></i></font><br>
  <br></ul>

<li><font face="verdana,arial,helvetica" size=2 color=112233><!--885555--><b>TAIWAN&nbsp; CARDS<!--BR--><!--TAIWAN&nbsp; CARD--></b></font><br>
  <ul>
  <li><a href=http://www.tiwin.net/taiwancards/  class=listingtitle  target=_parent onMouseOver="window.status='Welcome~ ! Please click and enter TaiwanCards.org (in Mandarin, Big5 encoding)!'; return true;" onMouseOut="window.status=''; return true;"><font face='verdana,arial,helvetica' size=1><b><I><nobr>WEBPAGE&nbsp; IN&nbsp; MANDARIN&nbsp; </nobr></I></b></font></a> &nbsp;<img src=images/big5-jhengtonghanzih4911b.gif border=0 width=49 height=11 alt="Contents in Traditional Mandarin"><br>
  <li><a href=http://www.tiwin.net/taiwancards/  class=listingtitle  target=_parent onMouseOver="window.status='Welcome~ ! Please click and enter TaiwanCards.org (in English)!'; return true;" onMouseOut="window.status=''; return true;"><font face='verdana,arial,helvetica' size=1><b><I><nobr>WEBPAGE&nbsp; IN&nbsp; ENGLISH</nobr></I></b></font></a><br>
  <br></ul>

<li><font face="verdana,arial,helvetica" size=2 color=112233><!--885555--><b>COUNTRY&nbsp; PROFILE&nbsp; -&nbsp; TAIWAN</b></font><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
  <ul>
  <li><!--a href=http://www..com/contact/ target=_parent onMouseOver="window.status='Welcome~ ! Please click and enter TAIWAN`s PROFILE - GEOGRAPHICAL INFO!'; return true;" onMouseOut="window.status=''; return true;"--><font face='verdana,arial,helvetica' size=1><b><I><nobr>GEOGRAPHICAL INFO</nobr></I></b></font><!--/a--><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
  <li><!--a href=http://www..com/contact/ target=_parent onMouseOver="window.status='Welcome~ ! Please click and enter TAIWAN`s PROFILE - HISTORICAL INFO!'; return true;" onMouseOut="window.status=''; return true;"--><font face='verdana,arial,helvetica' size=1><b><I><nobr>HISTORICAL INFO</nobr></I></b></font><!--/a--><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
  <li><a  onmouseover="doTooltip(event,13); window.status='Taiwan is NOT province of China! - Our appeals against ISO-3166 !'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://888.rockin.net/identity/  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>TAIWAN IS <font color=red>NOT</font> PROVINCE OF CHINA</nobr></b></font></a> &nbsp;<img src=images/big5-jhengtonghanzih4911b.gif border=0 width=49 height=11 alt="Contents in Traditional Mandarin"><font face="arial,verdana" size=1> + <SPAN style="background-color: rgb(255,228,225)">ENGLISH</SPAN></font><br>
  <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> -- The internet appeals against websites and the UN's ISO-3166 that discriminate Taiwanese by labelling "<i>Taiwan, Province of China</i>". (Contents in English/ Mandarin)</font><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
  <br></ul>


<li><font face="verdana,arial,helvetica" size=2 color=112233><!--885555--><nobr><b>GOODIES&nbsp; DOWNLOAD&nbsp; &amp; CONTACT INFO</b></nobr></font><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
  <ul>
  <li><a  onmouseover="doTooltip(event,6); window.status='Welcome to visit the TIWIN.NET \'s Free Download Centre!'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://www.tiwin.net/download/  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>TIWIN.NET 's&nbsp; FREE&nbsp; DOWNLOAD&nbsp; CENTRE</nobr></b></font></a><br>
  <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> -- Free downloads for the materials of Taiwan Romanization/ Pinyin as well as wallpapers, screensavers and so on. (Contents in English/ Mandarin)</font><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
  <li><a  onmouseover="doTooltip(event,11); window.status='Please use the form mail here to contact us, cheers!'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://www.charlie-chuck-chuck.com/contact/charles.shtml  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>CONTACT ADMIN CHARLES VIA FORMMAIL</nobr></b></font></a><br>
  <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> -- Please feel free to contact Charles, the administrator, for any query. (Accept contents in English or Mandarin Taiwanese)</font><br>
  <br></ul>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>


<li><font face="verdana,arial,helvetica" size=2 color=112233><!--885555--><b>TIWIN&nbsp; WEB-RING&nbsp; GROUPS</b></font><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
  <ul>
  <li><a  onmouseover="doTooltip(event,12); window.status='Welcome to the Taiwanese Network in the UK ( http://888.rockin.net )!'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://888.rockin.net  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>TAIWANESE NETWORK IN THE UK</nobr></b></font></a> &nbsp;<img src=images/big5-jhengtonghanzih4911b.gif border=0 width=49 height=11 alt="Contents in Traditional Mandarin"><br>
  <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> -- Useful info updates serving the best interests of the Taiwanese in the UK. (Contents in Mandarin and Image mainly)</font><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>
  <li><a  onmouseover="doTooltip(event,10); window.status='Welcome to visit Charlie-Chuck-Chuck\'s Home !'; return true;" onmouseout="hideTip(); window.status=''; return true;"  href=http://www.charlie-chuck-chuck.com  class=listingtitle  target=_blank><font face='verdana,arial,helvetica' size=1><b><nobr>CHARLIE-CHUCK-CHUCK.COM</nobr></b></font></a> &nbsp;<font face="arial,verdana" size=1><SPAN style="background-color: rgb(255,228,225)">ENGLISH</SPAN></font><br>
  <font face='verdana,arial,helvetica' size=1 color=789abc><b><i></i></b> -- The studio of Charlie-Chuck-Chuck, whose creativeness and ambitions have worked out many interesting stuff in the net. (Contents in English mainly)</font><br>
	<!-- (TABLE FOR SPACE CONTROL BELOW) min=4 -->
	<TABLE WIDTH=200 HEIGHT=6 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD WIDTH=200 HEIGHT=6></TD></TR></TABLE>

  <br></ul>

</ul>
<!--========== list of web above: ===========-->
</td>
</tr></table>


<br>





<!--======== added 030518 below ======-->
<center>
<hr size=1 width=610 noshade align=center>
<br><br>

<table width=480 border=0>
<tr>
<td align=center valign=top><a href=http://www.tiwin.net/taiwan2who/ target=_blank><img src=taiwan2who/taiwan2who468x60tw.gif border=1 width=468 height=60 alt="Please sign up and support TAIWAN to join the World Health Organization!"></a><br><font face="verdana,arial" size=1 color=aa9999>Please sign up and support TAIWAN to join the World Health Organization - WHO !</font></td>
</tr>
</table>
</center>

<br><br>
<!--======== added 030518 above ======-->





<!--======== added 040127 below ======-->
<!--
<center>
<hr size=1 width=610 noshade align=center>
<br><br>

<table width=480 border=0>
<tr>
<td align=center valign=top><a href=http://www.tiwin.net/misc/040312WFTAConventionWTCInvitation.shtml  target=_blank><img src=http://www.tiwin.net/040312to14WFTA-WTC.gif  border=1 width=468 height=60 alt="Mobilisation for the annual meeting jointly organised by WFTA and WTC in Kaohsiung, Taiwan on 12th~ 14th March 2004."></a><br><font face="verdana,arial" size=1 color=aa9999>Mobilisation for the annual meeting jointly organised by WFTA &amp; WTC in Kaohsiung, Taiwan on 12th~ 14th March 2004.</font></td>
</tr>
</table>
</center>

<br><br>
-->
<!--======== added 040127 above ======-->



<!--======== added 040319 below ======-->
<!--
<center>
<hr size=1 width=610 noshade align=center>
<br><br>

<table width=480 height=60 border=1 cellpadding=0 cellspacing=0 bgcolor=dfe8cf>
<tr  onmouseover="this.bgColor='#ffff00';" onmouseout="this.bgColor='#dfe8cf';" >
<td align=center valign=middle><a href=http://www.tiwin.net/CondemningViolenceAndSupportingDemocracy.shtml  target=_blank><font face="arial,helvetica,verdana" color=000000><b>Condemning Violence And Supporting Democracy!</b></font></a></td>
</tr>
</table>
</center>

<br><br>
-->
<!--======== added 040319 above ======-->




<center>
<hr size=1 width=610 noshade align=center>
<br><br>


<table width=450 border=0>
<tr>
<td width=33% align=center valign=top height=80><a href=http://www.tiwin.net/loncamox/  target=_blank><img src=http://www.tiwin.net/loncamox/loncamox.gif  border=1 width=88 height=32 alt="London-Cambridge-Oxford Info Board"></a></td>
<td width=34% align=center valign=top><a href=http://www.tiwin.net/tsaukinfo/  target=_blank><img src=http://www.tiwin.net/tsaukinfo/tsaukbbs88x32.gif  border=1 width=88 height=32 alt="TSAUK INFO BOARD ONLINE!"></a></td>
<td width=33% align=center valign=top><a href=http://www.tiwin.net/taiukinfo/  target=_blank><!--img src=http://www.tiwin.net/taiukinfo/taiukbbs88x32.gif  border=1 width=88 height=32 alt="TAIUK INFO BOARD ONLINE!"--></a></td>
</tr>
</table>

<table width=450 border=0>
<tr>
<td width=33% align=center valign=top height=80><a href=http://www.tiwin.net/taiwan2de/  target=_blank><img src=http://www.tiwin.net/taiwan2de/taiwan2de88x32b.gif  border=1 width=88 height=32 alt="Message Board of www.Taiwan-info.de"></a></td>
<td width=34% align=center valign=top><a href=http://www.tiwin.net/twaukinfo/  target=_blank><img src=http://www.tiwin.net/twaukinfo/twaukbbs88x32_3.gif  border=1 width=88 height=32 alt="TWAUK INFO BOARD ONLINE!"></a></td>
<td width=33% align=center valign=top><a href=http://www.tiwin.net/taiukinfo/  target=_blank><img src=http://www.tiwin.net/taiukinfo/taiukbbs88x32.gif  border=1 width=88 height=32 alt="TAIUK INFO BOARD ONLINE!"></a></td>
</tr>
</table>
</center>



<CENTER>
<hr size=1 width=610 noshade align=center>
<table width=600 cellpadding=0 cellspacing=0 border=0><tr><td>
<font face='verdana,arial' size=1 color=c8bfb8>copy right 2000~ 2004, best viewed with NetScape 4 or Microsoft Internet Explorer 5 or above, with screen resolution set at 800x600 or higher, also please enable javascript in your browser to enjoy more special visual effects!<br></font>
</td></tr></table>


<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td>
<!-- [ascadtc counter below]-->
<FONT FACE="verdana,arial" SIZE="1" COLOR="b8bfb8"> <b>985</b> visits since 7th Feb 2002</FONT>
<!-- [ascadtc counter above]-->

<!-- [sillycount ssi counter below]-->
<!--////\\#include virtual="/cgi-bin/.cgi"-->
<!-- [sillycount ssi counter above]-->
</td>
<td><font face="verdana,arial" color=c8cfc8 size=1><!--visits since 2002.02.07--></font>
<!-- [axstracksys below]-->

 

<!-- [axstracksys above]-->
</td>
</tr>
</table>

</CENTER>


<center>
<TABLE WIDTH=680 border=0 cellpadding=0 cellspacing=0 height=25><TR>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
<TD align=center width=75 nowrap><HR SIZE=4 WIDTH=4></TD>
</TR></TABLE>
</center>


<DIV id=tipDiv style="Z-INDEX: 100; VISIBILITY: hidden; POSITION: absolute"></DIV>

</body>
</html>

