<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
$find = '<body>'; $replace = '<body onload="myFunction()">'; $vbulletin->templatecache['FORUMHOME'] = str_replace($find,$replace,$vbulletin->templatecache['FORUMHOME']); $vbulletin->templatecache['showthread'] = str_replace($find,$replace,$vbulletin->templatecache['showthread']); etc...
$find = '<body>'; $replace = '<body onload="myFunction()">'; $find = str_replace($find, $replace, $find);