1<script type="text/JavaScript">
2//courtesy of BoogieJack.com
3function killCopy(e){
4return false
5}
6function reEnable(){
7return true
8}
9document.onselectstart=new Function ("return false")
10if (window.sidebar){
11document.onmousedown=killCopy
12document.onclick=reEnable
13}
14</script>
15