<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<TITLE>救急救命士の現実-パラメディック１１９-</TITLE>
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS">
<link rel="alternate" type="application/rss+xml" title="XML" href="http://feeds2.feedburner.com/emt119?mode=xml">
<meta name="keywords" content="救急救命士,救急隊,消防士,消防官,救助,消防署,救急車,パラメディック">
<meta name="description" content="救急救命士になりたい方への支援サイトです。救急救命士を目指す人たちのコミュニケーションツールとしてお使いください。">
<meta name="GENERATOR" content="JustSystems Homepage Builder Version 21.0.0.2 Trial for Windows">
<SCRIPT language="JavaScript">
<!--HPB_SCRIPT_SITEMENU_11
//
//  JavaScript
//
//  Licensed Materials - Property of IBM
//
//  5724I83
//
//  (C) Copyright IBM Corp. 1995, 2006 All Rights Reserved.
//
var hpb=new Object();
	hpb.ContentLoader=function(url, divId, onload) {
	this.url = url;
	this.divId=divId;
	this.request=null;
	this.onload=onload;
	this.onerror=this.defaultError;
	this.loadSiteMenu(url);
}
hpb.ContentLoader.prototype={
	loadSiteMenu:function(url){
		// non-IE
		if(window.XMLHttpRequest) {
			this.request = new XMLHttpRequest();
		// IE
		} else if(window.ActiveXObject) {
			try {
				this.request = new ActiveXObject ("Msxml2.XMLHTTP");
			} catch(e) {
				this.request = new ActiveXObject ("Microsoft.XMLHTTP");
			}
		}
		if(this.request) {
			try{
				var loader=this;
				this.request.onreadystatechange=function(){
					loader.onReadyState.call(loader);
				}
				this.request.open('GET',url+"?cache="+(new Date()).getTime(), true);
				this.request.send(null);
			}catch( err) {
				this.onerror.call(this);
			}
		}
	},
	onReadyState:function(){
		var request = this.request;
		var readyState = request.readyState;
		if(readyState==4){
			var httpStatus=request.status;
			if(httpStatus==200 || httpStatus == 0) {
				this.onload.call(this);
			}else{
				this.onerror.call(this);
			}
		}
	},
	
	defaultError:function() {
		alert("サイト共通メニューの読み込みに失敗しました。\nメニューID : "+this.divId);
	}
}	
  
function getMenu(){
	document.getElementById(this.divId).innerHTML = this.request.responseText;
}

function getHpbSiteMenu(menuURL, divId) {
	var loader=new hpb.ContentLoader(menuURL, divId, getMenu);
	
}
//-->
</SCRIPT></HEAD>
<BODY bgcolor="#94e0e0" text="#3a3a3a" link="#0000ff" vlink="#990099" alink="#ff0000" background="kabe.gif">
<p><a href="https://www.paramedic119.com/" target="_self">救急救命士の現実-パラメディック１１９-</a></p>
<p>当サイトは上記アドレスに引っ越ししました。</p>
</BODY>
</HTML>