<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-TW" lang="zh-TW">
<head>
<meta http-equiv="content-type" content="text/html; charset=Big5" />
<meta http-equiv="content-language" content="zh-TW" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
  $('#splash').hide();
  $('#splash').click(function(){
             $(this).fadeOut(1000,function() { 
                     window.location = 'http://plog.tc.edu.tw'; });
             });
  $('#splash').fadeIn(1000, function() {
           window.setTimeout ( function() {
             $('#splash').fadeOut(1000, function() { 
               window.location = 'http://plog.tc.edu.tw'; }) }
             , 10000);
     });

 });

</script>
</head>
<body>
<div id="splash">
<h1>http://plog.tcc.edu.tw , 已停用</h1>
<h1>即將轉至 http://plog.tc.edu.tw </h1>
</div>
</body>
</html>
