The code below is my attempt at getting my thickbox video player to open when the body loads. Can someone tell me what i'm doing wrong?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Merry Christmas from Entertainment</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" title="Chapman" charset="utf-8" />
<!-- thickbox -->
<script type="text/javascript" src="thickbox/thickbox.js"></script>
<link rel="stylesheet" href="thickbox/thickbox.css" type="text/css" media="screen" />
<link rel='stylesheet' id='thickbox-css' href='thickbox/thickbox.css?ver=20090514' type='text/css' media='all' />
<script type='text/javascript' src='jquery/jquery.js?ver=1.3.2'></script>
<script type='text/javascript' src='ilc-flvbox/swfobject15.js?ver=1.5'></script>
</head>
<body>
<script>
$(document).ready(function(){
tb_show("thickbox flvbox","index.html?height=337&width=520&inlineId=ilc_flvbox_content-glee");
});
</script>
<div style="margin:0px auto 0px auto;width:702px;margin-top:20px;">
</div>
<map name="chapman_xmas_mail2_03Map" id="chapman_xmas_mail2_03Map">
<area shape="rect" coords="50,0,662,322" href="#TB_inline?height=337&width=520&inlineId=ilc_flvbox_content-glee" class="thickbox flvbox" id="1887014924" onClick="javascript: pageTracker._trackPageview('video-played');" />
</map>
<map name="chapman_xmas_mail2_04Map" id="chapman_xmas_mail2_04Map">
<area shape="rect" coords="265,16,476,87" href="sendtofriend.html" />
</map>
<map name="chapman_xmas_mail2_01Map" id="chapman_xmas_mail2_01Map">
<area shape="rect" coords="285,114,422,197" href="http://www.entertainment.co.uk/" />
</map>
<!--
<a href="#TB_inline?height=337&width=520&inlineId=ilc_flvbox_content-glee" class="thickbox flvbox" id="1887014924">xmas video</a><br /><br />
<a href="#TB_inline?height=337&width=520&inlineId=on-screen" class="thickbox flvbox" id="1887014924">tv</a>
-->
<script type='text/javascript' src='thickbox/thickbox.js?ver=3.1-20090123'></script>
<script type="text/javascript">
$(document).ready(function () {
$('#sidebar ul').accordion();
});
$(document).ready(function () {
$('#licensing ul').accordion();
});
</script>
<div id="ilc_flvbox_content-glee" style="display: none;"><div id="http://www.chapmanentertainment.co.uk/xmas/video" class="flvbox_inline"><embed type="application/x-shockwave-flash" src="ilc-flvbox/player.swf?movie=http://www.chapmanentertainment.co.uk/xmas/video.flv&amp;bgcolor=0x999999&amp;fgcolor=0x333333&amp;volume=75&amp;autoplay=on" style="" id="video" name="video" bgcolor="#000000" quality="true" allowfullscreen="true" wmode="transparent" height="337" width="520"></div><script type="text/javascript">ilc_loadVideo("video");</script></div>
<div id="on-screen" style="display: none;"><div id="http://www.chapmanentertainment.co.uk/xmas/on-screen" class="flvbox_inline"><embed type="application/x-shockwave-flash" src="ilc-flvbox/player.swf?movie=http://www.chapmanentertainment.co.uk/xmas/on-screen.flv&amp;bgcolor=0x999999&amp;fgcolor=0x333333&amp;volume=75&amp;autoplay=on" style="" id="on-screen" name="on-screen" bgcolor="#000000" quality="true" allowfullscreen="true" wmode="transparent" height="337" width="520"></div><script type="text/javascript">ilc_loadVideo("video");</script></div>
</body>
</html>