<html>
<head>
<script type="text/javascript">
<!--
function loadCSS() {
var linkEl = document.createElement('link');
document.getElementsByTagName('head')[0].appendChild(linkEl);
linkEl.setAttribute('type', 'text/css', 0);
linkEl.setAttribute('rel', 'stylesheet', 0);
linkEl.setAttribute('href', 'tt01.css', 0);
}
//-->
</script>
</head>
<body>
<input type="button" value="Load style sheet" onclick="loadCSS();" />
</body>
</html>