﻿//h2iwatani
//pulldown addyear

jQuery(function(){
    jQuery("#topicsForm option:gt(0)").each(function(){
        jQuery(this).text(jQuery(this).text() + "年");
      });
});

//load headline
jQuery.ajaxSetup({
	cache: false
});
jQuery(function(){
	jQuery("#topics").load("/jpn/h2/topics/headline.php");
});