﻿


function change_data(month,year)
	{
    document.location.href = '/diary/' + year + '/' + month + '-' + year ;	 
    
	}
	

