Hi Adam,
I downloaded the newest version (27 Sep 2007), rebuilt the application with the newer .dll, and I still have the script being stripped from the <Head> block. Below is a snapshot, and as one sees there is nothing within the block.
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<body>
<div id="container">
<div id="header">
<h1>Header</h1>
</div>
<div id="wrapper">
<div id="content">
But as I said previously in my response above, my work-around was to place the style script within a DIV within the BODY.
LearnerNM