function JSAddFavorite()

{

        if ( window.sidebar && "object" == typeof( window.sidebar ) && "function" == typeof( window.sidebar.addPanel ) )

        {
                window.sidebar.addPanel( 'NETWORK ESL', 'http://www.networkesl.com/', '' );
        }
        else if ( document.all && "object" == typeof( window.external ) )

        {
               window.external.addFavorite( 'http://www.networkesl.com/', 'NETWORK ESL' );
        }
}

function setHome(obj)
{
  if(window.netscape)
  {
        try { 
          netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); 
        } 
        catch (e) 
        { 
			alert("Forbitten£”\nPlease type \"about:config\" and set the item \"signed.applets.codebase_principal_support\" true"); 
        }
		
  var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
  prefs.setCharPref('browser.startup.homepage','http://www.networkesl.com/');	
  } 
  else
  {
		obj.style.behavior='url(#default#homepage)';obj.setHomePage("http://www.networkesl.com"); 
  }
}
document.write("<hr width='100%'>");
document.write("<center>");
document.write("<table width=\"100%\" border=\"0\">");
document.write("<tr>");
document.write("<td align=\"center\"><a href=\"http://www.networkesl.com\">TEACH IN CHINA</a> | <a href=\"http://www.networkesl.com/english/WEB/47_62.HTML\">ABOUT US</a> | <a href='http://www.networkesl.com/english/web/links.html'>LINKS</a> | <a href=\"javascript:setHome(this)\" style=\"CURSOR: hand;\">SET AS HOMEPAGE</a> | <a href=\"javascript:JSAddFavorite()\">BOOKMARK US</a> | <a href=\"http://www.networkesl.com/english/web/57_129.html\">CONTACT US</a> | <a href=\"http://www.networkesl.com/english/web/sitemap.html\">SITE MAP</a> | <a href='http://www.networkesl.com/english/recommend.html' target='_bank'>RECOMMEND TO MY FRIEND</a></td>");
document.write("</tr>");
document.write("</table>");
document.write("Copyright&copy;Link China Consulting.Ltd.Co &nbsp;&nbsp;");
document.write("Phone:+86 (0)27 50705625  &nbsp;&nbsp;Fax:+86 (0)27 50705626<br />");
document.write("Address:Hubei Province,Wuhan City 14 Zhongnan Road Century Business Center B 1608  &nbsp;&nbsp;Zipcode:430071");
document.write("</center>");

