<html>

<body>

<script> 

/*
Add to NS6 Sidebar script: By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/

function addNS6sidebar() { 
if (window.sidebar&&window.sidebar.addPanel)
//configure two parameters below to your own (title, url of content to store)
window.sidebar.addPanel("Dynamicdrive.com","http://www.dynamicdrive.com/ns6side.htm","");
else 
alert("You need NS 6 to use this particular feature.")

//--> 
</script>

<a href="javascript:addNS6sidebar()"><img src="ns6add.gif" border=0></a>

</body>
</html>