/**
 * Amazonチケット表示
 */
function amazonTikets()
{
	document.write('<iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=nav-22&amp;o=9&amp;p=20&amp;l=ur1&amp;category=gift_certificates&amp;banner=1GFNZE4YM1HZKFWSAV02&amp;f=ifr" width="120" height="90" scrolling="no" marginwidth="0" style="border:none;" frameborder="0">\n');
	document.write('</iframe>\n');
}

/**
 * 年情報表示
 */
function currentYear()
{
	d = new Date();
	document.write(d.getFullYear());
}

/**
 * Twitter表示
 */
function getTwitter()
{

	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="185" height="350" id="TwitterWidget" align="middle">');
	document.write('<param name="allowScriptAccess" value="always" />');
	document.write('<param name="allowFullScreen" value="false" />');
	document.write('<param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="FlashVars" value="userID=60594449&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml">');
	document.write('<embed src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" quality="high" bgcolor="#000000" width="185" height="350" name="TwitterWidget" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="userID=60594449&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml"/>');
	document.write('</object>');
}