
//===== relative URL handling code for js files ================
sWZBaseFolder = "www.osx.com.cn";                          
sWZ = window.location.href;                                     
iWZ = sWZ.indexOf(sWZBaseFolder) + sWZBaseFolder.length + 1;    
sWZBase = sWZ.substring(0,iWZ);                                 
//===== Copyright  2001 Spidersoft. All rights reserved. ======

<!--
var tx = new Array (
 "新时代 新苹果 共创美好明天",
 "域名：www.osx.cn",
 "域名：www.osx.com.cn"
);
var txcount=3;
var i=1; 
var wo=0; 
var ud=1; 
function animatetitle() 
{ 
window.document.title=tx[wo].substr(0, i)+" "; 
if (ud==0) i--; 
if (ud==1) i++; 
if (i==-1) {ud=1;i=0;wo++;wo=wo%txcount;} 
if (i==tx[wo].length+10) {ud=0;i=tx[wo].length;} 
// if (window.document.title.length < 20 ) window.document.title=window.document.title+"-"; 
// if (window.document.title.length == 20 ) window.document.title=window.document.title+"]"; 
// if (window.document.title.length == 21 ) setTimeout("window.document.title='Animierte Seitentitel '; ",1000); 

parent.window.document.title=tx[wo].substr(0, i)+" "; 
setTimeout("animatetitle()",100); 
} 
animatetitle();
// -->


