// JavaScript Document

try {if( self.location == "http://www.visn.cn/" ) {
top.location.href = "http://www.visn.cn/en/";
} 
else if( self.location == "http://www.visson.com.cn/" ) {
top.location.href = "http://www.visson.com.cn/english/";
} 

else {document.write ("  ")}} catch(e) {}
