//Header
function writeHeader()
{

document.write('<div class="header_logo"><a href="'+blogPath+'" target="_self"><img src="'+blogPath+'images/logo.gif" border="0" /></a></div>');

}

//btn_buy
function buyBtn(btnName, btnLink)
{
	document.write('<A href="' + btnLink +'" target="_blank">');
	document.write(' <img class="atcl_buyBtn" src="'+blogPath+'images/btn_'+ btnName +'.gif" onmouseover=\'src="'+blogPath+'images/btn_'+ btnName +'_over.gif"\' onmouseout=\'src="'+blogPath+'images/btn_'+ btnName +'.gif"\' width="95" height="23" border="0" />');
	document.write('</A>');
}

//btn_itune
function ituneBtn()
{
	document.write('<img src="'+blogPath+'images/btn_itune.gif" width="95" height="30" border="0" />');
}

//About
function writeAbout()
{

document.write('<a href="http://www.grandfunk.net/" target="_blank">Grand Funk Inc.</a>の音楽レーベルです。オンライン配信をメインにＴＶ－ＣＭや映画で制作した音源や、レーベル所属のアーティスト音源まで幅広くお届けします。きっと、「あ、これ知ってる」という音楽が見つかるはずです。<br />');
document.write('<br />');
document.write('現在オンライン配信はApple iTunesストア、Mora、hrfq.comで行っています。');
document.write('Apple iTunesストアのご利用には、ituneソフトウェアが必要です。ituneのダウンロードは<a href="http://www.apple.com/jp/itunes/download/" target="_blank">こちら</a>から。<br />');
document.write('<a href="http://www.apple.com/jp/itunes/download/" target="_blank"><img src="'+blogPath+'images/btn_download_itune.gif" border="0"></a>');
document.write('<br />');
document.write('<br />');
document.write('Grand Traxに関するお問い合わせは<a href="mailto:grandtrax@grandfunk.co.jp">こちら</a>まで。');
document.write('<br />');
document.write('<br />');
document.write('<a href="http://www.grandfunk.net/" target="_blank"><img src="'+blogPath+'images/logo_grandfunk.gif" width="256" height="37" border="0" /></a>');


}