Finally had time to go back and test. After disabling the plugin CKEditor the following test adding javascrip to page content works:
===test ======
<html><head><script language="javascript">alert("Hi there, and welcome.")</script></head><body></body></html>
===========
However I am trying to incorporate some affiliate code in the Page Content like the following:
<html><head>
<script type="text/javascript" language="javascript" src="http://www.lduhtrp.net/...lank&mouseover=Y"></script>
</head><body></body></html>
The code is able to be saved now, but content does NOT show up on the new test page :(
==================
Any ideas?