function tickerArea(){
tcr = new Array;

tcr='<div id="tickerArea">' +
'<dl class="tickerBox01"><dt><span class="txtArea">2012年2月21日</span></dt><dd><span class="txtArea"><a href="http://www.ashworthgolf.jp/product/footwear.html">FOOTWEAR 2012 COLLECTION　E BOOK を公開！</a></span></dd></dl>' +
'<dl class="tickerBox02"><dt><span class="txtArea">2012年2月17日</span></dt><dd><span class="txtArea"><a href="http://tmag8624.jp/tm_japan/doc/120217_03.pdf">アシュワースブランドのアイコンプレイヤーをさらに拡大</a></span></dd></dl>' +
'<dl class="tickerBox03"><dt><span class="txtArea">2012年2月17日</span></dt><dd><span class="txtArea"><a href="http://tmag8624.jp/tm_japan/doc/120217_03.pdf">アシュワースブランドのアイコンプレイヤーをさらに拡大</a></span></dd></dl>' +
'<dl class="tickerBox04"><dt><span class="txtArea">2012年2月9日</span></dt><dd><span class="txtArea"><a href="http://tmag8624.jp/tm_japan/doc/120208_02.pdf">『Cardiff（カーディフ） Saddle（サドル）』新登場！ 2012年4月中旬より発売開始</a></span></dd></dl>' +
'</div>';
document.write(tcr);
}
