Thanks Adam for the quick reply!!
Inline script does work, but the scripts I need are too numerous and too complex to implement as inline scripts. If I modify your example to create a client script section below the head section of the page, I get an error and the script doesn't function.
**** Error message ****
Line 18:
Error: Expected ;
**** End Error message *****
**** Modified Script *****
<script language="javascript">
Function Test()
{
alert('This is a JavaScipt test!');
}
</script>
<body onclick="Test()">
Thanks,
Tim