// JavaScript Document
function load_header() {
	var header ='<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">'
	+ '<tbody>'
	+ '<tr>'
	+ '<td width="100%" height="8" background="images/toptable_background.gif"></td>'
	+ '</tr>'
	+ '<tr>'
	+ '<td width="100%" height="5" align="center" bgcolor="#c8a357"><img src="images/spacer.gif" border="0" height="5" hspace="0" vspace="0" width="1"></td>'
	+ '</tr>'
	+ '</tbody>'
	+ '</table>'
	+ '<table width="840" height="48" border="0" align="center" cellpadding="0" cellspacing="0">'
	+ '<tbody>'
	+ '<tr>'
	+ '<td width="748"><img src="images/subpage_topnavbar.gif" usemap="#subpage_topnavbarMap" border="0" height="44" hspace="0" vspace="0" width="748"></td>'
	+ '</tr>'
	+ '</tbody>'
	+ '</table>'
	+ '<map name="subpage_topnavbarMap">'
	+ '<area shape="RECT" coords="0,0,96,44" href="http://www.dreyersinc.com/index.asp" alt="">'
	+ '<area shape="RECT" coords="105,1,196,28" href="http://www.dreyersinc.com/about/index.asp" alt="">'
	+ '<area shape="RECT" coords="195, 1, 260, 29" href="http://www.dreyersinc.com/investors/index.asp" alt="">'
	+ '<area shape="RECT" coords="261, 2, 413, 28" href="http://www.dreyersinc.com/partnering/index.asp" alt="">'
	+ '<area shape="RECT" coords="414, 3, 535, 29" href="http://www.dreyersinc.com/careers_and_culture/index.html" alt="">'
	+ '<area shape="RECT" coords="535, 3, 659, 29" href="http://www.dreyersinc.com/dreyersfoundation/index.asp" alt="">'
	+ '<area shape="RECT" coords="659, 2, 740, 28" href="http://www.dreyersinc.com/newsroom/index.asp" alt="">'
	+ '</map>';
	
	document.write(header);
}
