﻿// JavaScript Document
function getHeader(path){
var prm;
prm = '<div id="header_wrap">';
prm +='  <div id="header01"><a href="'+path+'index.html"><img src="'+path+'img/logo.gif" alt="humming" width="131" height="87" /></a></div>';
prm +='  <div id="header02"><span class="header02_text">デジタル配信　映像制作　WEB制作　ライツマネージメント　東京　新宿　有限会社ハミング</span></div>';
prm +='  <div id="header03"><a href="mailto:info@humming.ne.jp"><img src="'+path+'img/contactus.gif" alt="お問い合わせ" width="88" height="20" /></a></div>';
prm +='</div>';

return(prm);
}
// JavaScript Document
