/*--- タイトル ---*/
var titleHtml = '<a name="pagetop"></a><a href="http://homepage3.nifty.com/longer_than_forever/">LONGER THAN FOREVER</a>'

/*--- フッタ ---*/
var footerHtml = '<img src="http://homepage3.nifty.com/longer_than_forever/image/c_top_01.gif" width="735" height="11"><a href="#pagetop"><img src="http://homepage3.nifty.com/longer_than_forever/image/c_top_02.gif" width="25" height="11" border="0">[ <a href="http://homepage3.nifty.com/longer_than_forever/01just/just_01.html">JUST A HERO</a> ]&nbsp;&nbsp;[ <a href="http://homepage3.nifty.com/longer_than_forever/02album/album_01.html">ALBUM</a> ]&nbsp;&nbsp;[ <a href="http://homepage3.nifty.com/longer_than_forever/03gigs/gigs_1979.html">GIGS</a> ]&nbsp;&nbsp;[ <a href="http://homepage3.nifty.com/longer_than_forever/04interview/interview_01.html">INTERVIEW</a> ]&nbsp;&nbsp;[ <a href="http://homepage3.nifty.com/longer_than_forever/05link/link.html">LINK</a> ]&nbsp;&nbsp;[ <a href="http://homepage3.nifty.com/longer_than_forever/06longer/longer.html">LONGER THAN FOREVER</a> ]&nbsp;&nbsp;[ <a href="http://homepage3.nifty.com/longer_than_forever/07massage/massage.html">MASS AGE</a> ]<br><a href="http://homepage3.nifty.com/longer_than_forever/index.html">LONGER THAN FOREVER</a>';

/*--- Google ---*/
var googleHtml = '<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>';

window.onload = function() {
	document.getElementsByTagName('h1')[0].innerHTML = titleHtml;
	document.getElementById('footer').innerHTML = footerHtml;
//	document.getElementById('right').childNodes[1].firstChild.childNodes[2].innerHTML = googleHtml;
	checkCreateCalendar();
}

