today = new Date();

if(today.getMonth() == 0) 
{ 
document.write("<B>法律相談　1月21日、金融相談　1月22日</B>");
}
if(today.getMonth() == 1) 
{ 
document.write("<B>金融相談　2月12日、金融相談　2月26日</B>");
}
if(today.getMonth() == 2) 
{ 
document.write("<B>金融相談　3月12日、法律相談　3月18日、<br>金融相談　3月26日</B>");
}
if(today.getMonth() == 3) 
{ 
document.write("<B>金融相談　4月10日、金融相談　4月24日</B>");
}
if(today.getMonth() == 4) 
{ 
document.write("<B>金融相談　5月8日、法律相談　5月14日<br>金融相談　5月22日</B>");
}
if(today.getMonth() == 5) 
{ 
document.write("<B>金融相談　6月12日、金融相談　6月26日</B>");
}
if(today.getMonth() == 6) 
{ 
document.write("<B>法律相談　7月16日、金融相談　7月10日<br>金融相談　7月24日</B>");
}
if(today.getMonth() == 7) 
{ 
document.write("<B>金融相談　8月21日</B>");
}
if(today.getMonth() == 8) 
{ 
document.write("<B>金融相談　9月11日<br>法律相談　9月17日、金融相談　9月25日</B>");
}
if(today.getMonth() == 9) 
{ 
document.write("<B>金融相談　10月9日、金融相談　10月23日</B>");
}
if(today.getMonth() == 10) 
{ 
document.write("<B>金融相談　11月6日、法律相談　11月19日<br>金融相談　11月20日</B>");
}
if(today.getMonth() == 11) 
{ 
document.write("<B>金融相談　12月4日、金融相談　12月18日</B>");
}

document.write("<BR>税務相談・社会保険労務相談は、随時ご相談を受け付けておりますので中小企業相談所までお電話下さい。");
