﻿// JScript File

d = new Date();
today = d.getDate();	
		
if ( today > 19 ) 	
    document.write('<img src="images/sj_img_02__no.jpg" width="730" height="160" border="0" alt="" />');
else
    document.write('<img src="images/sj_img_02__mv.jpg" width="730" height="160" border="0" usemap="#MapSjDown_mv" alt="" />');
       
