Clickable Background

Nov
1


<script> function clickBg(e) { evt = e || window.event; if (e.target) targ = e.target; else if (e.srcElement) targ = e.srcElement; if (targ.nodeType == 3) targ = targ.parentNode; if (targ.id == 'body') window.open('http://www.google.com/'); } </script>


Some content with a link in it.