This is probably aimed at ThomThom:
Does MSIE 8, support DOM Level 3 ?
What I'm I'm wondering is if I can do this, for cross-platform:
document.head
EDIT: "document.head is null or not an object"
instead of:
document.getElementsByTagName('head')[0]
.. and the other question is:
Do both Safari (latest ver,) and MSIE 8 support the insertBefore method (which I'd like to use, instead of the appendChild method.)

