
var nowUpdateDate = new Date();
var updateArry = new Array();

			updateArry.push(new Array(["201202070848"],["2012"],["02"],["07"],["txtLinkIcon02"],["/market/jikokabu/index.html"],["&#33258;&#24049;&#26666;&#24335;&#31435;&#20250;&#22806;&#36023;&#20184;&#21462;&#24341;&#24773;&#22577;&#12398;&#12506;&#12540;&#12472;&#12434;&#26356;&#26032;&#12375;&#12414;&#12375;&#12383;&#40;&#40;&#26666;&#41;&#12491;&#12483;&#12459;&#12488;&#12540;&#41;"]));
		
			updateArry.push(new Array(["201202071300"],["2012"],["02"],["07"],["txtLinkIcon02"],["/market/data/v_and_v/index.html"],["&#22770;&#36023;&#39640;&#12539;&#22770;&#36023;&#20195;&#37329;のページを更新しました"]));
		
			updateArry.push(new Array(["201202071300"],["2012"],["02"],["07"],["txtLinkIcon03"],["/listing/newface/index.html"],["&#26481;&#35388;&#12491;&#12517;&#12540;&#12501;&#12455;&#12452;&#12473;&#12398;&#12506;&#12540;&#12472;&#12434;&#26356;&#26032;&#12375;&#12414;&#12375;&#12383;&#32;&#65288;&#65297;&#65363;&#65364;&#12507;&#12540;&#12523;&#12487;&#12451;&#12531;&#12464;&#12473;&#65288;&#26666;&#65289;&#20195;&#34920;&#32773;&#12452;&#12531;&#12479;&#12499;&#12517;&#12540;&#12398;&#21205;&#30011;&#25522;&#36617;&#32;&#65289;"]));
		
			updateArry.push(new Array(["201202071000"],["2012"],["02"],["07"],["txtLinkIcon06"],["/learning/academy/course/kinyushijo/index-2011-8.html"],["&#37329;&#34701;&#24066;&#22580;&#21205;&#21521;&#12434;&#35501;&#12415;&#35299;&#12367;&#65288;&#50;&#48;&#49;&#49;&#24180;&#24230;&#45;&#56;&#65289;&#12398;&#21215;&#38598;&#12434;&#38283;&#22987;&#12375;&#12414;&#12375;&#12383;"]));
		

var updateAllArry = new Array();

for(i=0;i<updateArry.length;i++){
	updateArryDate = new Date(updateArry[i][1],updateArry[i][2]-1,updateArry[i][3]);
	updateArryCount = Math.floor((nowUpdateDate.getTime()-updateArryDate.getTime())/(1000*60*60*24));
	if(updateArryCount == 0) updateAllArry.push(updateArry[i]);
}

for(i=0;i<listingTopArry.length;i++){
	listingTopArryDate = new Date(listingTopArry[i][1],listingTopArry[i][2]-1,listingTopArry[i][3]);
	listingTopArryCount = Math.floor((nowUpdateDate.getTime()-listingTopArryDate.getTime())/(1000*60*60*24));
	if(listingTopArryCount == 0) updateAllArry.push(listingTopArry[i]);
}

for(i=0;i<listingArry.length;i++){
	listingArryDate = new Date(listingArry[i][1],listingArry[i][2]-1,listingArry[i][3]);
	listingArryCount = Math.floor((nowUpdateDate.getTime()-listingArryDate.getTime())/(1000*60*60*24));
	if(listingArryCount == 0) updateAllArry.push(listingArry[i]);
}
updateAllArry.sort(function(a, b) {return b[0]-a[0]});



//---------------------------------------

if(updateAllArry.length != 0){
	Rupdate = '';
}else{
	Rupdate = '';
}

for(i=0; i<updateAllArry.length; i++){
	Rupdate += '<dl>';
	Rupdate += '<dt>';
	Rupdate += updateAllArry[i][1] + "/" + updateAllArry[i][2] + "/" + updateAllArry[i][3];
	Rupdate += '</dt>';
	Rupdate += '<dd class="cate">';
	if(updateAllArry[i][4] == "txtLinkIcon01") Rupdate += '<img src="/common/wr-img/wr2_icon_tse.gif" width="54" height="13" alt="東証について" />'
	if(updateAllArry[i][4] == "txtLinkIcon02") Rupdate += '<img src="/common/wr-img/wr2_icon_market.gif" width="54" height="13" alt="マーケット情報" />'
	if(updateAllArry[i][4] == "txtLinkIcon03") Rupdate += '<img src="/common/wr-img/wr2_icon_listed.gif" width="54" height="13" alt="上場会社" />'
	if(updateAllArry[i][4] == "txtLinkIcon04") Rupdate += '<img src="/common/wr-img/wr2_icon_commodity.gif" width="54" height="13" alt="上場商品" />'
	if(updateAllArry[i][4] == "txtLinkIcon05") Rupdate += '<img src="/common/wr-img/wr2_icon_self.gif" width="54" height="13" alt="自主規制" />'
	if(updateAllArry[i][4] == "txtLinkIcon06") Rupdate += '<img src="/common/wr-img/wr3_icon_seminar.gif" width="54" height="13" alt="セミナー" />'//元証券知識
	if(updateAllArry[i][4] == "txtLinkIcon07") Rupdate += '<img src="/common/wr-img/wr3_icon_rule.gif" width="54" height="13" alt="規則" />'//元制度・規則
	if(updateAllArry[i][4] == "txtLinkIcon08") Rupdate += '<img src="/common/wr-img/wr3_icon_trading.gif" width="54" height="13" alt="取引参加者" />'
	if(updateAllArry[i][4] == "txtLinkIcon09") Rupdate += '<img src="/common/wr-img/wr3_icon_system.gif" width="54" height="13" alt="システム" />'
	if(updateAllArry[i][4] == "txtLinkIcon10") Rupdate += '<img src="/common/wr-img/wr3_icon_clearing.gif" width="54" height="13" alt="清算・決済" />'
	Rupdate += '</dd>';
	if( updateAllArry[i][5] != "none" ) Rupdate += '<dd>';
	if( updateAllArry[i][5] == "none" ) Rupdate += '<dd class="none">';
	if( updateAllArry[i][5] != "none" ){
		Rupdate += '<a href="';
		Rupdate += updateAllArry[i][5];
		Rupdate += '">';
	}
	Rupdate += updateAllArry[i][6];
	if( updateAllArry[i][5] != "none" ){
		Rupdate += '</a>';
	}
	Rupdate += '</dd>';
	Rupdate += '</dl>';
}

document.write(Rupdate);

