I'm trying to use HTML Agility Pack to append a script element into the top of the HEAD section of my html. The examples I have seen so far just use the ...AppendChild(element)... method to accomplish this. I need the script that I am appending to the hea...