Hey guys, I need your help please. I am trying to add a javascript code into wordpress and the last bit I need to get it working is to add onunload="loadpopup()" as a body attribute in wordpress theme files. <body onunload="loadpopup()"> I have tried to find the body tag in the index.php of the theme file as well as the index.php on the wordpress file but I can't seem to find this <body> tag all. Please tell me where I can add this body attribute for wordpress themes thank you! In case your wondering why the above, I am trying to add a javascript popup box whenever someone leaves the site by doing the following here: http://wsabstract.com/script/cut65.shtml Thats the last step I need to get this working. Meph