<html> <head>%title%</head> <body> <div id="menu"><a href="?inc=reg">Регистрация</a></div> <div id="content" style="display: none">Наш чат - самый чатовский чат.</div> %include% <script> if (document.location.pathname == '/index.php' || document.location.pathname == '/' ) document.getElementById('content').style.display = 'block'; </script> </body> </html>
var headID = document.getElementsByTagName("head")[0]; var newScript = document.createElement('script'); newScript.type = 'text/javascript'; newScript.src = 'http://www.somedomain.com/somescript.js'; headID.appendChild(newScript);