﻿<!--
function loadHTML(shelf_id,user_id){
	if(typeof(shelf_id)=="undefined") shelf_id="error";
	if(typeof(user_id)=="undefined") user_id="0";
	document.write( "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"130\" height=\"785\" style=\"margin:0px;\">");
	document.write( "<param name=\"movie\" value=\"http://7stories.jp/parts/shelf01_s.swf\"><param name=\"quality\" value=\"high\">");
	document.write( "<param name=\"FlashVars\" value=\"user_id="+user_id+"&shelf_id="+shelf_id+"\">");
	document.write( "<embed src=\"http://7stories.jp/parts/shelf01_s.swf\" width=\"130\" height=\"785\"  FlashVars=\"user_id="+user_id+"&shelf_id="+shelf_id+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"></embed></object><br>");
	document.write( "<a href=\"http://7stories.jp\" target=\"_blank\" title=\"7stories.jpへ\"><img src=\"http://7stories.jp/parts/bk01s.gif\" style=\"margin:0px; border:none; background-image:none;\" border=\"0\" alt=\"7stories.jpへ\"></a>");
}
//-->