//* write out the code for the standard page header
//* only works in file at top level. For others may have to compute the URL for the image file

document.write(

"<table width=100% bgcolor=#ffffd0 cellspacing=0 cellpadding=0 height=40 border=0>"+
"<tr><td width=350>"+
"<img src=\"images/logo/logo_600_t.png\" alt=\"InformationSpan\" style=\"margin-left:6px\" align=left width=250 height=37 border=0>"+
"</td>"+
"<td align=left style=\"background-image:url(\'images/bgyb.png\'); background-repeat: no-repeat; background-position: right top\">"+
"   <font style=\"font-family: Century Gothic, Tahoma, Verdana, sanserif\">The IT Insight consultancy</font>"+
"<br /><span class=small><i>technology information, information sourcing, and strategic insight</span></td>"+
"</tr>"+
"</table>"
)

