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