
<!--
function On_page(pp) {
  if ( pp == page ) {
    document.write('<img src="http://milepost38modeltrains.com/images/navbar/on_arrow.gif" width="10" height="24" alt="Arrow">');
  }
  else
  {
  document.write('&nbsp;');
  }
}

function PrintEmail() {
	var first = 'ma';
	var second = 'il';
	var third = 'to:';
	var address = 'info';
	var domain = 'Milepost38ModelTrains';
	var ext = 'com'; 
	document.write('<a href="');
	document.write(first+second+third);
	document.write(address);
	document.write('&#64;');
	document.write(domain);
	document.write('.');
	document.write(ext);  
	document.write('">'); 
	document.write(address);
	document.write('&#64;');
	document.write(domain);
	document.write('.');
	document.write(ext);  
	document.write('</a>');
}

function Christmas() {
	var date = new Date()
	var month = date.getMonth()
	if (month > 9) {
		document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0" summary="Milepost 38 Christmas train sets">');
		document.write('<tr>');
		document.write('<td valign="top" background="images/christmaslights.gif" bgcolor="#FFFFFF"><img src="images/blank.gif" alt="Milepost 38 Christmas trains and sets" width="2" height="44"></td>');
		document.write('</tr>');
		document.write('</table>');
	}
}


//-->


