 



 









function putTorakuRitsu(){
document.write("0.29%");
}

function putDate(){
	document.write('09/03');        // 現値の日付
}
function putDate_j(){
	str = "09/03"
        DateTmp = str.split("/");
        document.write((parseInt(DateTmp[0],"10"))  + "月" + (parseInt(DateTmp[1],"10")) + "日");        // 現値の日付(/月/日)
}

function putDate_e(p){
if ( p == "L") document.write("September 3");
if ( p == "S") document.write("Sep. 3");

}

function putGn_Pr(){
	document.write('34,050');       // 現値
}
function putGn_Pr_Ji(){
	document.write('12:56');    // 現値時間
}
function putZdhi(){


			document.write('<span class="plus">');      

	document.write('+100');        // 前日比

		document.write('</span>');      

}
function putDekidk(){
	document.write('1,361');      // 出来高
}
function putOpn_pr(){
	document.write('34,050');      // 始値
}
function putHi_pr(){
	document.write('34,200');       // 高値
}
function putLow_pr(){
	document.write('33,850');      // 安値
}
function putZdCls_pr(){
	document.write('33,950');    // 前日終値
}
function putHistHi_pr(){
	document.write('191,000');   // 上場来最高値
}
function putHistLow_pr(){
	document.write('21,480');  // 上場来最安値
}
function putYearHi_pr(){
	document.write('47,900');  // 年初来最高値
}
function putYearLow_pr(){
	document.write('31,900');  // 年初来最安値
}
function putChart(){
	document.write('day');       // チャートの別
}
function putMeigCdFull(){
	document.write('869801');  // 6桁の時価コード（JSP名）
}
function putMeigCd(){
	document.write('8698');      // 銘柄コード　4or5桁
}
function putSijoCd(){
	document.write('1');      // 市場コード1桁
}
function putSijoCdQuick(){
	document.write('T'); // チャート用市場コード
}
function putJspDir(){
	document.write('ja_js2');      // JSPのディレクトリ名
}