<!--
var OSHIRASE = new Array();
i = 0;
//==================================
// データセッチング
//　店名、場所、業種、年、月、日、曜日、時間、分、ショップページへのURL、オフィシャルへのURL、画像までのURL、タイトル、本文
//==================================
OSHIRASE[i++] = new MakeTBL_OSHIRASE("谷町秘密倶楽部", "谷九", "M性感", "2012", "02", "08", "水", "02", "48", "/shop/o-tanimatihimitu/index.html", "/jump/shop/jump.php?http://www.himitu.org/", "<a href=\"/jump/shop/jump.php?http://www.himitu.org/\" target=\"_blank\"><img src=\"/ohp/0409/oshirase_193257_1328636893.jpg\" border=\"0\" alt=\"\" align=\"right\" style=\"border-style:solid;border-width:0px 5px 5px 0px;border-color:#CFC5B9;\"></a>", "痴女☆しずか☆ご案内中！", "可愛らしい雰囲気からは信じられないS気質。そして服の上からは想像を絶する色白美肌に美巨乳。 ");

OSHIRASE[i++] = new MakeTBL_OSHIRASE("谷町秘密倶楽部", "谷九", "M性感", "2012", "02", "08", "水", "00", "48", "/shop/o-tanimatihimitu/index.html", "/jump/shop/jump.php?http://www.himitu.org/", "<a href=\"/jump/shop/jump.php?http://www.himitu.org/\" target=\"_blank\"><img src=\"/ohp/0409/oshirase_674578_1328629693.jpg\" border=\"0\" alt=\"\" align=\"right\" style=\"border-style:solid;border-width:0px 5px 5px 0px;border-color:#CFC5B9;\"></a>", "ダブル特優☆あかね☆ご案内中！", "!高身長にクビれたウエスト、スラッと長い脚、まさに【8頭身モデル系痴女】 ");

OSHIRASE[i++] = new MakeTBL_OSHIRASE("谷町秘密倶楽部", "谷九", "M性感", "2012", "02", "07", "火", "22", "48", "/shop/o-tanimatihimitu/index.html", "/jump/shop/jump.php?http://www.himitu.org/", "<a href=\"/jump/shop/jump.php?http://www.himitu.org/\" target=\"_blank\"><img src=\"/ohp/0409/oshirase_619033_1328622493.jpg\" border=\"0\" alt=\"\" align=\"right\" style=\"border-style:solid;border-width:0px 5px 5px 0px;border-color:#CFC5B9;\"></a>", "ダブル特優☆はるか☆ご案内中！", "妖艶さと可愛さを併せ持つ気配り上手なお姉さん、本能の赴くままに…絶品の舌触り濃厚リップで悶絶必至☆ ");




// style
document.write("" + 
	"<style type=\"text/css\"><!--" + 
	".margin0{margin:0px;}" + 
	".mainf_top{  background:url(/ohp/images/oshirase_mainf_02.gif);background-repeat:repeat-x;}" + 
	".mainf_right{background:url(/ohp/images/oshirase_mainf_03.gif);background-repeat:repeat-y;}" + 
	".mainf_left{ background:url(/ohp/images/oshirase_mainf_09.gif);background-repeat:repeat-y;}" + 
	".button_normal{background-color:#F2E4EA;color:#663333;border-style:solid;border-width:1px;border-color:#996699;}" + 
	"--></style>" + 
"");

//==================================
// データ溜め込み
//==================================
function MakeTBL_OSHIRASE(
	o_shopname, o_shoparea, o_shopindustry, 
	o_year, o_month, o_day, o_week, o_hour, o_min, 
	o_shopurl, o_ohpurl, o_imgurl, o_title, o_comment){
	this.O_SHOPNAME     = o_shopname;
	this.O_SHOPAREA     = o_shoparea;
	this.O_SHOPINDUSTRY = o_shopindustry;
	this.O_YEAR         = o_year;
	this.O_MONTH        = o_month;
	this.O_DAY          = o_day;
	this.O_WEEK         = o_week;
	this.O_HOUR         = o_hour;
	this.O_MIN          = o_min;
	this.O_SHOPURL      = o_shopurl;
	this.O_OHPURL       = o_ohpurl;
	this.O_IMGURL       = o_imgurl;
	this.O_TITLE        = o_title;
	this.O_COMMENT      = o_comment;
	return this;
}


//==================================
// データ吐き出し
//==================================
function oshirase_print_article(){
	if (OSHIRASE.length > 0){
		document.write("<DIV align=\"center\" style=\"width:627px;\"><BR><A NAME=\"oshirase\"><img src=\"/ohp/images/oshirase_title_all.gif\" width=\"600\" height=\"40\" alt=\"店長のつぶやき\"></A></DIV>");
		document.write("<DIV align=\"center\" style=\"width:627px;\">");
	}
	for(cnt=0;cnt<OSHIRASE.length;cnt++){

		// ショップページ用なのでOHPへ
		foot_links = "<A HREF=\"" + OSHIRASE[cnt].O_OHPURL + "\" TARGET=\"_blank\"><B>" + OSHIRASE[cnt].O_SHOPNAME + "</B><FONT CLASS=text8>【" + OSHIRASE[cnt].O_SHOPAREA + "：" + OSHIRASE[cnt].O_SHOPINDUSTRY + "】</FONT></A>";

		// 日付を作成
		date       = OSHIRASE[cnt].O_YEAR + "/" + OSHIRASE[cnt].O_MONTH + "/" + OSHIRASE[cnt].O_DAY + "(" + OSHIRASE[cnt].O_WEEK + ")&nbsp;" + OSHIRASE[cnt].O_HOUR + ":" + OSHIRASE[cnt].O_MIN;

		document.write("" + 
			"<!-- one -->" + 
			"<table border=\"0\" width=\"600\" cellpadding=\"0\" cellspacing=\"0\">" + 
			"	<tr>" + 
			"		<td width=\"1\"><img src=\"/ohp/images/oshirase_dot.gif\" width=\"1\" height=\"31\" border=\"0\" alt=\"\"></td>" + 
			"		<td width=\"599\" background=\"/ohp/images/oshirase_title_bar.gif\"><div class=\"text10\"><font color=\"#ffffff\"><strong>　" + OSHIRASE[cnt].O_TITLE + "</strong></font></div></td>" + 
			"	</tr>" + 
			"	<tr>" + 
			"		<td colspan=\"2\"><img src=\"/ohp/images/oshirase_dot.gif\" width=\"1\" height=\"4\" border=\"0\" alt=\"\"></td>" + 
			"	</tr>" + 
			"	<tr>" + 
			"		<td colspan=\"2\" align=\"right\">" + 
			"		<table border=\"0\" width=\"580\" cellpadding=\"0\" cellspacing=\"0\">" + 
			"			<tr>" + 
			"				<td width=\"14\"  class=\"mainf_left\" valign=\"top\"><img src=\"/ohp/images/oshirase_mainf_01.gif\" width=\"14\" height=\"14\" border=\"0\" alt=\"\"></td>" + 
			"				<td width=\"538\" class=\"mainf_top\"><div class=\"padding5\"><div class=\"text9\"><font color=\"#663333\">" + 
			OSHIRASE[cnt].O_IMGURL + 
			OSHIRASE[cnt].O_COMMENT + 
			"				<br clear=\"all\"><br>" + 
			"				<hr size=\"1\" color=\"#CFC5B9\">" + 
			"				</font><div class=\"text11\" align=\"right\"><font color=\"#663333\">" + 
			foot_links + 
			"				<font class=\"text9\">" + date + "</font>" + 
			"				</font></div>" + 
			"				</div></div></td>" + 
			"				<td width=\"13\"  background=\"/ohp/images/oshirase_mainf_04.gif\" valign=\"top\"><img src=\"/ohp/images/oshirase_mainf_07.gif\" width=\"13\" height=\"1\" border=\"0\" alt=\"\"></td>" + 
			"				<td width=\"15\" class=\"mainf_right\" valign=\"bottom\"><img src=\"/ohp/images/oshirase_mainf_05.gif\" width=\"15\" height=\"15\" border=\"0\" alt=\"\"></td>" + 
			"			</tr>" + 
			"			<tr>" + 
			"				<td colspan=\"4\"><img src=\"/ohp/images/oshirase_mainf_08.gif\" width=\"580\" height=\"3\" border=\"0\" alt=\"\"></td>" + 
			"			</tr>" + 
			"		</table>" + 
			"		</td>" + 
			"	</tr>" + 
			"</table>" + 
			"<div class=\"text10\">　</div>" + 
			"<!-- /one -->" + 
		"");
	}
	if (OSHIRASE.length > 0){
		document.write("<DIV CLASS=text9 ALIGN=RIGHT><A HREF=#top>▲TOPに戻る</A>　<SMALL><A HREF=/shop/oshirase_menseki.html TARGET=_blank>免責事項</A></SMALL>&nbsp;&nbsp;&nbsp;&nbsp;</DIV>");
		document.write("</DIV>");
	}
}


//==================================
// トップボタン表示
//==================================
function oshirase_print_button(){
	document.write("<A HREF=\"#oshirase\"><IMG SRC=\"/shop/images/top_btn_oshirase_on.gif\" BORDER=\"0\" ALT=\"店長のつぶやき\"></A><div class=\"text8\" align=\"right\"><img src=\"/shop/images/top_btn_yajirushi.gif\" border=\"0\" alt=\"↑\"><font color=\"#990000\">02/08(水)02:48UP</font></div>");
}


//-->
