That's a way to include an element into the DOM (Document Object Model) dinamically. In this case is inserted at the end of <head> section, and probably "js" is a string with something like this: <script src="script_1.js" language="JavaScript" type="text/javascript"></script> Code (markup): That way you can load different scripts easily using "script_1.js", "script_2.js", etc.