HTML5 noscript Tag

gives fallback content when scripts are disabled

<script type="text/javascript">
document.write("scrpted!")
</script>
<noscript>unable to run script!</noscript>