// this file simply provides a place to maintain a single source for the HTML
//  that goes into constructing the header html

// columns 1-3 should be 760px in total width; column 4 should take up the rest
//  of the screen width

document.write('<table border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">\n' +
	'  <tr bgcolor="#FFFFFF">\n' +
	'    <td height="80" width="270" valign="bottom" rowspan="2"><A href="/"><img src="/objects/images/logo_new.gif" border="0" alt="Alarm.com 100% Wireless Security Systems"></a></td>\n' +
	'  </tr>\n' +
	'  <tr bgcolor="#FFFFFF">\n' +
	'    <td height="80" width="270" align="center" valign="middle" nowrap style="color: #333333; font-weight: normal; padding-left: 55px; line-height: 15px">\n' +
	'      <div style="text-align: left"><b>Have a question?</b></div>' +
	'      <div style="text-align: left"><img src="/objects/images/phone.gif" align="absmiddle" border="0"> Call us toll free (877) 389-4033</div>' +
	'      <div style="text-align: left"><img src="/objects/images/envelope.gif" align="absmiddle" border="0"> or <a href="/contact/" style="color: #333333">click here to e-mail us</a></div>' +
	'    </td>\n' +
	'    <td height="80" width="250" align="right" valign="middle" nowrap>\n' +
	'      <A href="javascript:void(window.open(\'/democenter/customer.htm\', \'introWin\', \'width=800, height=600\'));"><img src="/objects/images/customers.gif" border="0" alt="Alarm.com Security System Customer Applications"></A><br><A href="javascript:void(window.open(\'/democenter/web.htm\', \'demoWin\', \'width=800, height=600\'));"><img src="/objects/images/webdemo.gif" border="0" alt="Alarm.com Security System Website Demo"></A>' +
	'    </td>\n' +
	'    <td align="right" width="100%"><img src="/objects/images/xx_spacer.gif" border="0" width="12" height="1"></td>\n' +
	'  </tr>\n' +
	'</table>\n');

// this is the script file used for WebTrends DCS tracking
document.write('<script language="javascript" type="text/javascript" src="/objects/javascript/adc_dcs_tag.js"></script>');
