javascriptを使用して動的にDIVタグに値を設定する方法を教えてください。
<div class="sD" style="width:55px;" id="CYearHold">
Here i have to display Current year
</div>
<select id="CYear" class="inputControl simple" style="width:55px;" name="currentYear" onChange="setYear1(this);">
</select>