function include_top() {
	document.open();
		document.write('<img src="http://nakano-h.net/images/facade.png" width="630" height="80" /><a href="http://www.dpj.or.jp/"><img src="http://nakano-h.net/images/minsyu_logo.png" width="150" height="80" /></a>');
	document.close();
}

function include_btm() {
	document.open();
		document.write('&copy;2009 Hiroko Nakano All rights reserved.');
	document.close();
}

function include_sidebar() {
document.open();
document.write('<img class="center" src="http://nakano-h.net/images/nakano.png" width="150" height="180" />');
document.write('<dl id="office">');
document.write('<dt>釧路事務所</dt>');
document.write('<dd>〒085-0046<br />釧路市新橋大通5丁目1-9<br />ピースビル釧路5階521号室<br />TEL&nbsp;0154-32-2172<br />FAX&nbsp;0154-32-2173</dd>');
document.write('<dt>根室事務所</dt>');
document.write('<dd>〒087-0004<br />根室市光洋町1丁目56番地<br />TEL&nbsp;0153-29-3211<br />FAX&nbsp;0153-29-3212</dd>');
document.write('<dt>国会事務所</dt>');
document.write('<dd>〒100-8981<br />東京都千代田区永田町2-2-1<br />衆議院第一議員会館237号室<br />TEL&nbsp;03-3508-7237(直通)<br />FAX&nbsp;03-3508-3237</dd>');
document.write('<dt>民主党北海道</dt>');
document.write('<dd>TEL&nbsp;011-272-8500<br />FAX&nbsp;011-221-1019<br /><a href="http://www.minsyu.net">http://www.minsyu.net</a></dd>');
document.write('<dt>民主党釧根(第7区総支部)</dt>');
document.write('<dd>TEL&nbsp;0154-22-0101<br />FAX&nbsp;0154-22-0908</dd>');
document.write('</dl>');
document.close();
}
