what code do I need to add a header?
This in the head section (html):
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
In the header (of (body) HTML) I would like to insert this code:
<table width="740" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<div align="left"><img src="web/image/biaozhi.gif" width="176" height="84"></div>
</td>
<td>
<div align="right"><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="560" height="84">
<param name=movie value="web/image/top2.swf">
<param name=quality value=high>
<embed src="web/image/top2.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="560" height="84">
</embed>
</object></div>
</td>
</tr>
</table>
<table width="740" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#e4e4e4" height="3"></td>
</tr>
<tr bgcolor="#01a071">
<td height="5"></td>
</tr>
</table>
<table width="740" cellpadding="0" align="center" cellspacing="0" background="web/image/bj.gif">
<tr>
<td width="1" rowspan="2" bgcolor="#66CC66"></td>
<td width="540"><img name="Image3" border="0" src="web/image/intr.gif" width="120" height="20"><a href="web/pro.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','web/image/pro.gif',1)"><img name="Image4" border="0" src="web/image/proa.gif" width="120" height="20"></a><a href="web/Services.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','web/image/ser.gif',1)"><img name="Image5" border="0" src="web/image/sera.gif" width="120" height="20"></a><a href="web/contact.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','web/image/contact.gif',1)"><img name="Image6" border="0" src="web/image/contacta.gif" width="120" height="20"></a></td>
<td width="158">
<div align="right"><a href="web/chinese/index.html"><img src="web/image/zw.gif" width="73" height="20" border="0"></a></div>
</td>
<td width="1" rowspan="2" bgcolor="#66CC66"></td>
</tr>
<tr bgcolor="#66CC66">
<td height="1" colspan="2"></td>
</tr>
</table>