something like that:
...
<body>
<div id="jsNotify"><p>This page works best with JavaScript</p></div>
<script type="text/javascript">
var elm = document.getElementById("jsNotify");
elm.parentNode.removeChild(elm);
</script>
...
This will add a notification at the top of the page, but will delete it if you have JavaScript enabled.
, . , nofollow, :
<a href="http://www.example.com/" rel="nofollow">limited site</a>