//header
function header() {
	document.writeln('<html>');
	document.writeln('<head>');
	document.writeln('<title>Society of Behavioral Medicine - SBM</title>');
	document.writeln('<link rel="StyleSheet" type="text/CSS" href="/_include/default.css">');
	document.writeln('<scr' + 'ipt type="text/javascript" language="JavaScript">');
	document.writeln('var BasePath = "";');
	document.writeln('</scr' + 'ipt>');
	document.writeln('<scr' + 'ipt type="text/javascript" language="JavaScript" src="/_include/default.js"></scr' + 'ipt>');
	document.writeln('</head>');
	document.writeln('<body>');
	document.writeln('<a name="top"></a>');
	document.writeln('<table cellpadding="0" cellspacing="0" border="0" width="755">');
	document.writeln('<tr valign="top">');
	document.writeln('	<td style="background-color: #003C59; text-align: right"><img src="/images/header_tagline_bg.gif" width="488" height="20"><img src="/images/header_tagline.gif" alt="Better Health Through Behavior Change"><br>');
	document.writeln('	<table cellpadding="0" cellspacing="2" border="0" width="100%">');
	document.writeln('	<tr valign="top">');
	document.writeln('		<td width="183" style="text-align: center"><a href="/"><img src="/images/header_logo.gif" alt="Society of Behavioral Medicine" border="0"></a></td>');
	document.writeln('		<td><img src="/images/header_pic1.jpg"></td>');
	document.writeln('		<td><img src="/images/header_pic2.jpg"></td>');
	document.writeln('		<td><img src="/images/header_pic3.jpg"></td>');
	document.writeln('		<td><img src="/images/header_pic4.jpg"></td>');
	document.writeln('	</tr>');
	document.writeln('	</table>');
	document.writeln('	</td>');
	document.writeln('</tr>');
	document.writeln('<tr valign="top">');
	document.writeln('	<td width="755" style="padding: 16px">');
	document.writeln('	<p><a href="/"><img src="/images/icn_home.gif" alt="Home" border="0" hspace="5">Home</a></p>');
	document.writeln('	<!-- end header -->');
}

//footer
function footer() {
	document.writeln('	<!-- start footer -->');
	document.writeln('<br>');
	document.writeln('<p class="footnote">&#169; Copyright 2006 Society of Behavioral Medicine. All Rights Reserved.</p>');
	document.writeln('<p class="footnote"><img src="/images/icn_logo.gif">Society of Behavioral Medicine<br>');
	document.writeln('555 East Wells St.<br>');
	document.writeln('Suite 1100<br>');
	document.writeln('Milwaukee, WI 53202-3823<br>');
	document.writeln('Tel: 414-918-3156<br>');
	document.writeln('Fax: 414-276-3349</p>');
	document.writeln('	</td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('</body>');
	document.writeln('</html>');
}