'addImport()' Example
<html> <head> <script language="JavaScript"> document.styleSheets[0].addImport('yourstylesheet.css', 2); </script> </head> <body>Body content</body> </html>