URL:    [ Dan Winchester Home ] [ View Source Home ] 
HTTP/1.1 200 OK
Date: Sat, 25 Feb 2012 15:04:23 GMT
Server: Apache/2.2.15 (Unix) PHP/5.2.13 mod_ssl/2.2.15 OpenSSL/0.9.8n
X-Powered-By: PHP/5.2.13
Set-Cookie: ci_session=a%3A4%3A%7Bs%3A10%3A%22session_id%22%3Bs%3A32%3A%2202b9199b9c8aa4d863f46f03fd827045%22%3Bs%3A10%3A%22ip_address%22%3Bs%3A14%3A%2283.222.227.187%22%3Bs%3A10%3A%22user_agent%22%3Bb%3A0%3Bs%3A13%3A%22last_activity%22%3Bi%3A1330182263%3B%7D5bab6152ca6d8ef3cc6258bd9934bed7; expires=Mon, 24-Feb-2014 15:04:23 GMT; path=/
Set-Cookie: ci_session=a%3A4%3A%7Bs%3A10%3A%22session_id%22%3Bs%3A32%3A%2202b9199b9c8aa4d863f46f03fd827045%22%3Bs%3A10%3A%22ip_address%22%3Bs%3A14%3A%2283.222.227.187%22%3Bs%3A10%3A%22user_agent%22%3Bb%3A0%3Bs%3A13%3A%22last_activity%22%3Bi%3A1330182263%3B%7D5bab6152ca6d8ef3cc6258bd9934bed7; expires=Mon, 24-Feb-2014 15:04:23 GMT; path=/
Vary: Accept-Encoding
Content-Length: 6264
Connection: close
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="none">
<meta name="robots" content="noarchive">
<title>ホワイト</title>
<link href="/css3/style.css" rel="stylesheet" type="text/css" />
<script src="/js3/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="/js3/jquery.timers.js" type="text/javascript"></script>
<!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script> <![endif]-->
<script src="/js3/jquery.cross-slide.min.js" type="text/javascript"></script>
<script>
$(function() {
$('#info').crossSlide({
        fade: 1
      }, [
        {
          src:  '/img3/info01.jpg',
          from: 'top right 1.5x',
          to:   'bottom right 1x',
          time: 4
        }, {
          src:  '/img3/info02.jpg',
          from: 'top right 1.3x',
          to:   'bottom left 1.0x',
          time: 4
        }, {
          src:  '/img3/info03.jpg',
          from: 'top right 1.3x',
          to:   'bottom left 1x',
          time: 4
        }, {
          src:  '/img3/info04.jpg',
          from: 'top right 1.5x',
          to:   'bottom left 1.0x',
          time: 4
        }
      ]);
});
</script>
<script>
/*BlockUI*/
$(document).oneTime(1200, function(){
$("#loading").css("display","none");
$("#chk_box_test").css("background","url(/img3/bg_top1.jpg)");
$("#confirm_box").animate({width:"800px",height:"400px"},1000);
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$("[id=pos]").hover(
function(){
num = $("[id=pos]").index(this);
$("[id=cover]").eq(num).fadeIn(500);},
function(){
$("[id=cover]").eq(num).fadeOut(500);}
)});
</script>
<script language="javascript">
<!--
function checkConfirmation() {
	if(document.myform.question1.value != "1") {
		alert("動画の再生には利用確認が必要です。");
		return false;
	}
	return true;
};

function showAlert() {
alert("動画の再生には利用確認が必要です。")
};

stat = "0";

default_src = new Array();
default_src[0] = '/img3/bt_yes.png';
default_src[1] = '/img3/bt_yes_check.png';
default_src[2] = '/img3/bt_yes.png';
default_src[3] = '/img3/bt_yes_check.png';

function Q1YOver() {
	if(default_src[0] != '/img3/bt_yes_check.gif') {
		document.myform.question1yes.src = '/img3/bt_yes.png';
	}
}
function Q1NOver() {
	if(default_src[1] != '/img3/bt_yes_check.gif') {
		document.myform.question1no.src  = '/img3/bt_yes.png';
	}
}
function Q2YOver() {
	if(default_src[2] != '/img3/bt_yes_check.gif') {
		document.myform.question2yes.src = '/img3/bt_yes.png';
	}
}
function Q2NOver() {
	if(default_src[3] != '/img3/bt_yes_check.gif') {
		document.myform.question2no.src  = '/img3/bt_yes.png';
	}
}
function Q1YOut() {
	document.myform.question1yes.src = default_src[0];
}
function Q1NOut() {
	document.myform.question1no.src  = default_src[1];
}
function Q2YOut() {
	document.myform.question2yes.src = default_src[2];
}
function Q2NOut() {
	document.myform.question2no.src  = default_src[3];
}
function Q1YClicked() {
	document.myform.question1yes.src = '/img3/bt_yes_check.png';
	default_src[0] = '/img3/bt_yes_check.gif';
	document.myform.question1no.src  = '/img3/bt_no.png';
	default_src[1] = '/img3/bt_no.gif';
	document.myform.question1.value = 1;
}
function Q1NClicked() {
	document.myform.question1no.src  = '/img3/bt_no.png';
	default_src[1] = '/img3/bt_no.gif';
	document.myform.question1yes.src = '/img3/bt_yes.png';
	default_src[0] = '/img3/bt_yes.gif';
	document.myform.question1.value = 0;
}
function Q2YClicked() {
	document.myform.question2yes.src = '/img3/bt_yes_check.png';
	default_src[2] = '/img3/bt_yes_check.gif';
	document.myform.question2no.src  = '/img3/bt_yes.png';
	default_src[3] = '/img3/bt_yes.gif';
	document.myform.question2.value = 1;
}
function Q2NClicked() {
	document.myform.question2no.src  = '/img3/bt_yes_check.png';
	default_src[3] = '/img3/bt_yes_check.gif';
	document.myform.question2yes.src = '/img3/bt_yes.png';
	default_src[2] = '/img3/bt_yes.gif';
	document.myform.question2.value = 0;
}

//-->

</script>
</head>
<body>
<div id="wrapper">
<!--wrapper-->
<form action="/confirm1/" method="post" name="myform" onsubmit="return checkConfirmation()">
	<input type="hidden" name="question1" value="0" />
	<div id="header"><!--header-->
		<div id="headerInner"><!--//headerInner--> 
		</div>
		<!--//End headerInner--> 
	</div>
	<!--/header-->
	
	<div id="hd_navi">
		<div class="Inner">
			<div id="bt_login"><a href="/login/" class="fs12"><strong>メンバーログイン</strong></a></div>
		</div>
	</div>
	<div class="titleMain">
		<h1>動画再生ページ</h1>
	</div>
	<div id="main"><!--main-->

<h1>特定商取引表示</h1>

<div id="law_list"><!--law_list-->

<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#999999">
  <tr>
    <th>運営者</th>
    <td>プレジデント合同会社</td>
  </tr>
  <tr>
    <th>運営責任者</th>
    <td>滝沢</td>
  </tr>
  <tr>
    <th>所在地</th>
    <td>大阪市平野区加美正覚寺1-19-1</td>
  </tr>
  <tr>
    <th>料金</th>
    <td>140000円(90日間)※3日以内振込みの場合、キャンペーン料金69000円</td>
  </tr>
  <tr>
    <th>サポート</th>
    <td>別途定める<a href="/contact/">フォーム</a>による</td>
  </tr>
  <tr>
    <th>電話番号</th>
    <td>06-4302-4370</td>
  </tr>
  <tr>
    <th>お支払い方法</th>
    <td>銀行振込</td>
  </tr>
  <tr>
    <th>備考</th>
    <td>映像送信型性風俗特殊営業営業開始届出済み</td>
  </tr>
</table>
</div><!--/law_list-->

<div id="menu" class="fs12"><!--menu-->
<ul>
<li><a href="/top/">トップへ</a></li>
<li>|</li>
<li><a href="/agree/">利用規約</a></li>
<li>|</li>
<li><a href="/srule/">特定商取引表示</a></li>
<li>|</li>
<li><a href="/contact/">お問い合わせ</a></li>
<li>|</li>
<li><a href="/login/">ログイン</a></li>
</ul>
<div class="clear"></div>
</div><!--/menu-->

</div><!--/main-->

<div id="footer" class="tac fs12">
Copyright(c) 2011 ホワイト .All Rights Reserved.
</div>

</div><!--/wrapper-->
</form>
</body>
</html>
 Questions or comments welcome: contact me.