<?php
require("../../class/connect.php");
if(!defined('InEmpireCMS'))
{
	exit();
}
require("../../class/db_sql.php");
require("../../class/q_functions.php");
require "../".LoadLang("pub/fun.php");
$link=db_connect();
$empire=new mysqlquery();
$editor=1;
eCheckCloseMods('gb');//关闭模块
//分类id
$bid=(int)$_GET['bid'];
$gbr=$empire->fetch1("select bid,bname,groupid from {$dbtbpre}enewsgbookclass where bid='$bid'");
if(empty($gbr['bid']))
{
	printerror("EmptyGbook","",1);
}
//权限
if($gbr['groupid'])
{
	include("../../member/class/user.php");
	$user=islogin();
	include("../../data/dbcache/MemberLevel.php");
	if($level_r[$gbr[groupid]][level]>$level_r[$user[groupid]][level])
	{
		echo"<script>alert('您的会员级别不足(".$level_r[$gbr[groupid]][groupname].")，没有权限提交信息!');history.go(-1);</script>";
		exit();
	}
}
esetcookie("gbookbid",$bid,0);
$bname=$gbr['bname'];
$search="&bid=$bid";
$page=(int)$_GET['page'];
$page=RepPIntvar($page);
$start=0;
$line=$public_r['gb_num'];//每页显示条数
$page_line=10;//每页显示链接数
$offset=$start+$page*$line;//总偏移量
$totalnum=(int)$_GET['totalnum'];
if(!$public_r['usetotalnum'])
{
	$totalnum=0;
}
if($totalnum>0)
{
	$num=$totalnum;
}
else
{
	$totalquery="select count(*) as total from {$dbtbpre}enewsgbook where bid='$bid' and checked=0";
	$num=$empire->gettotal($totalquery);//取得总条数
}
if($public_r['usetotalnum'])
{
	$search.="&totalnum=$num";
}
//checkpageno
eCheckListPageNo($page,$line,$num);
$query="select lyid,name,email,`mycall`,lytime,lytext,retext from {$dbtbpre}enewsgbook where bid='$bid' and checked=0";
$query=$query." order by lyid desc limit $offset,$line";
$sql=$empire->query($query);
$listpage=page1($num,$line,$page_line,$start,$page,$search);
$url="<a href='".ReturnSiteIndexUrl()."'>".$fun_r['index']."</a>&nbsp;>&nbsp;".$fun_r['saygbook'];
?>
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
		<title>成都胖哒哒文化传播有限公司</title>
		<meta name="keywords" content="成都胖哒哒文化传播有限公司"/>
		<meta name="description" content="胖哒哒是一家专注移动媒体的互联网整合营销公司，提供最关注的效果精细化服务，媒介策略及购买、移动营销、精准营销服务商，专注于为客户提供移动互联网精准营销解决方案。 公司是今日头条、腾讯，百度等主流媒体的重要客户，为多家客户提供广告服务，在互联网营销行业树立了良好的口碑，赢得了广大客户的信赖和赞誉。"/>
		<link rel="icon" href="https://qn.cdjqcq.site/pang/bg/logo.ico"  type="img/x-ico">
		<link rel="stylesheet" href="http://www.fatdada.com/css/bootstrap.min.css">
		<link rel="stylesheet" href="http://www.fatdada.com/css/font-awesome.min.css">
		<link rel="stylesheet" href="http://www.fatdada.com/css/animate.min.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/global.css"> 
		<link rel="stylesheet" href="http://www.fatdada.com/css/comm.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/style.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/min1160max1300.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/min992max1160.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/min768max992.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/min414max767.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/min375max413.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/min320max374.css">
		<link rel="stylesheet" href="http://www.fatdada.com/css/iconfont.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/jquery.mcustomscrollbar.min.css">
		<script src="http://www.fatdada.com/js/jquery.min.js"></script>
		<!-- Swiper css库 -->
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/swiper.min.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/animate.min.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/circle.css">
		<link rel="stylesheet" type="text/css" href="http://www.fatdada.com/css/index_response.css">
		<!-- Swiper jquery库 -->
		<script type="text/javascript" src="http://www.fatdada.com/js/swiper.min4.js"></script>
		<script src="http://www.fatdada.com/js/anime.min.js"></script>
		<script type="text/javascript" src="http://www.fatdada.com/js/swiper.animate1.0.2.min.js"></script>
		<script type="text/javascript" src="http://www.fatdada.com/js/jquery.superslide.2.1.1.js"></script> 
		<script src="http://www.fatdada.com/js/jquery.mcustomscrollbar.concat.min.js"></script>
		<script src="http://www.fatdada.com/js/jquery.mchange.zoom.js"></script>
		<script src="http://www.fatdada.com/js/jquery.transit.min.js"></script> 
		<link rel="stylesheet" href="http://www.fatdada.com/css/menu.css">
		<link rel="stylesheet" href="http://www.fatdada.com/css/jquery.fullpage.css"> 
		<!--mCustomScrollbar库-->
		<link href="http://www.fatdada.com/css/jquery.mcustomscrollbar.css" rel="stylesheet" type="text/css" />	
			
		<script src="http://www.fatdada.com/js/jquery-ui-1.10.4.min.js"></script>
		<script src="http://www.fatdada.com/js/jquery.mousewheel.min.js"></script>
		<script src="http://www.fatdada.com/js/jquery.mcustomscrollbar.js"></script>
		<!--[if IE]>
		<script src="http://www.fatdada.com/js/html5shiv.min.js"></script>
		<script src="http://www.fatdada.com/js/respond.min.js"></script>
		<![endif]-->
		<!--[if lt IE 9]>
			<script language="javascript" type="text/javascript"> 
			window.location.href="friendy.html"; 
			</script>
	  <![endif]-->
	  <style>
	  	.carousel-inner {
	  	    width: 69.7vw;
	  	    margin: 0 auto;
	  	    border-top: 1px solid #e5e5e5;
	  	    border-left: 1px solid #e5e5e5;
	  	}
	  	.carousel-inner .item {
	  	    -webkit-perspective: none;
	  	    perspective: none;
	  	    -moz-perspective: none;
	  	    -ms-perspective: none;
	  	}
	  	.cooperation-logo-item {
	  	    float: left;
	  	    border-right: 1px solid #e5e5e5;
	  	    border-bottom: 1px solid #e5e5e5;
	  	    perspective:1000;
	  	    transform-style:preserve-3d;
	  	    position: relative;
	  	
	  	}
	  	.cooperation-logo-item{width: 16.66%; height: 5.8vw;box-sizing: border-box; overflow: hidden}
	  	.front,.back { width: 100%;}
	  	.front img,.back img { width: 100%;}
	  	.flip{position:relative;transition:0.4s;transform-style:preserve-3d;}
	  	.front,.back{position:absolute;top: 0px;left: 0px;
	  	    backface-visibility:hidden;
	  	    -webkit-backface-visibility: hidden;
	  	    -moz-backface-visibility: hidden;
	  	    -ms-backface-visibility: hidden;
	  	}
	  	.front{z-index:2;}
	  	.back{transform:rotateY(-180deg);}
	  	.cooperation-logo-item:hover .back {z-index: 4}
	  	.cooperation-logo-item:hover .flip{transform:rotateY(180deg);}
	  	.flip img {width: 100%;height: 100%;}
	  	
	  	.cooperation-container .carousel {
	  	    margin-top: 4.4vw;
	  	}
	  	.cooperation-container .carousel-control {
	  	    background: none;
	  	    top: 8.28vw;
	  	}
	  	.cooperation-container .carousel-control {
	  	    width: 3.07vw;
	  	}
	  	.cooperation-container .carousel-control.left {
	  	    left: 4vw;
	  	}
	  	.cooperation-container .carousel-control.right {
	  	    left: 80vw;
	  	}
	  	.cooperation-container .carousel-control img {
	  	    width: 3.07vw;
	  	}
	  	
	  </style>
	</head>
	<body>
		<!-- head -->
		<div class="head ">
			<div class="zz hidden"  ></div>
			<div class="container">
				<div class="Logo">
					<a href="index.html"><img src="https://qn.cdjqcq.site/pang/images/logo.png" width="200" class="head-logo1" ></a>
					<a href="index.html"><img src="https://qn.cdjqcq.site/pang/images/logo.png" width="200" class="head-logo2 hidden" ></a>
				</div>
				<ul class="WebLink">
					<li >
						<a href="http://www.fatdada.com/index.html">首页</a>
					</li>
					<li>
						<a href="http://www.fatdada.com/about.html">关于我们</a>
					</li>
				
					<li >
						<a href="http://www.fatdada.com/news/">新闻资讯</a>
					</li>
					
					<li >
						<a href="http://www.fatdada.com/hezuo.html">合作伙伴</a>
					</li>
					
					<li  class='on'>
						<a href="http://www.fatdada.com/e/tool/gbook/?bid=1">联系我们</a>
					</li>
				</ul>
				<div class="head-menu"><i class="iconfont icon-daohang1"></i></div>
				
			</div>
		</div>
		<!-- head-menu -->
		<div class="sanwanchang-all-menu">
			<div class="close-all-menu"><i class="iconfont icon-guanbi"></i></div>
			<div class="container">
				<div class="left-box">
					<div class="cd-tit">MENU</div>
					<div class="all-menu">
						<div class="list">
							<div class="num">01.</div>
							<div class="l1"><a href="index.html">首页</a></div>
						</div>
						<div class="list">
							<div class="num">02.</div>
							<div class="l1"><a href="about.html">关于我们</a></div>
							
						</div>
						
						<div class="list">
							<div class="num">03.</div>
							<div class="l1"><a href="news.html">新闻资讯</a></div>
							
						</div>
						<div class="list">
							<div class="num">04.</div>
							<div class="l1"><a href="contact.html">联系我们</a></div> 
						</div>
					</div>
				</div>
				<div class="pic"><img src="https://qn.cdjqcq.site/pdd/https://qn.cdjqcq.site/pang/images/swc-menu-img.jpg" ></div>
			</div>
		</div>
		<!-- head-menu end -->
	
<!--warmp-->
<div id="warmp" class="warmp">
	<div id="nav-over" style="display: none;"></div>  
<!-- fullPage -->
<div id="fullPage">   
		<!-- head end -->
		
		<!-- 内页海报 --> 
		<div class="swiper-container animated wow fadeIn animated" id="NyHb" data-wow-offset="15" data-wow-duration="1.2s">
			<div class="swiper-wrapper" id="pcbanner"> 

				<div class="swiper-slide"> 
					<img src="https://qn.cdjqcq.site/pang/images/contact_bg.jpg" width="100%" alt=""/>  
				</div> 
 
			</div>   
			
		</div>  
		
		<!-- about -->
		
		
		<div class="section indexAbout" style=" padding-top:50px;">
			<div class="sy" style="width: 100%; height:400px;">
				
			
				<div style="clear: both;"></div>
	
        		<div id="container1" style="width:1280px; height:400px; font-size:14px; color:#000;" class="container">
        		    
        		    
        		    <img src="https://qn.cdjqcq.site/pang/images/contact_dt.jpg" width="100%"/>
        		</div>
        		
        	
				
				
			</div>
				
				
				
			</div>
		</div>
		<style>
		    .cantact{width:1280px; margin:40px auto; }
		    .cantact ul li{box-shadow: 0 6px 15px 0 #F2F2F2; float:left; width:413px; margin-right:20px; border-radius:4px; background-color:#ededed;font-family: "PingFang Medium"; }
		    .cantact ul .li1:hover{background-color:#f15a25;color:#fff;font-family: "PingFang Medium";}
		    .cantact ul .li1:hover .contact_b{ color:#fff;}
		    .cantact ul .li1:hover .contact_f{border-bottom:1px dashed #fff;}
		    .cantact ul .li1:hover .contact_i{background:url("https://qn.cdjqcq.site/pang/bg/phone_r.png") no-repeat; background-size:cover;}
		    
		    .cantact ul .li2:hover{background-color:#f15a25;color:#fff;font-family: "PingFang Medium";}
		    .cantact ul .li2:hover .contact_b{ color:#fff;}
		    .cantact ul .li2:hover .contact_f{border-bottom:1px dashed #fff;}
		    .cantact ul .li2:hover .contact_i2{background:url("https://qn.cdjqcq.site/pang/bg/ads_b.png") no-repeat; background-size:cover;}
		    
		    .cantact ul .li3:hover{background-color:#f15a25;color:#fff;font-family: "PingFang Medium";}
		    .cantact ul .li3:hover .contact_b{ color:#fff;}
		    .cantact ul .li3:hover .contact_f{border-bottom:1px dashed #fff;}
		    .cantact ul .li3:hover .contact_i3{background:url("https://qn.cdjqcq.site/pang/bg/email_r.png") no-repeat; background-size:cover;}
		    
		    
		    .contact_i{ float:right; width:35px; height:35px; background:url("https://qn.cdjqcq.site/pang/bg/phone_h.png") no-repeat; background-size:cover;}
		    .contact_i2{ float:right; width:35px; height:35px; background:url("https://qn.cdjqcq.site/pang/bg/ads_h.png") no-repeat; background-size:cover;}
		    
		    .contact_i3{ float:right; width:35px; height:35px; background:url("https://qn.cdjqcq.site/pang/bg/email_h.png") no-repeat; background-size:cover;}
		    
		    .contact_f{  border-bottom:1px dashed #999; margin:30px; margin-bottom:10px; padding-bottom:15px; float:left; width:350px;}
		    .contact_b{ margin-left:30px; margin-bottom:40px;color:#000; font-family: "PingFang Medium"; }
		    .contact_x{  width:1280px; margin:0 auto; margin-top:80px;font-family: "PingFang Medium"; color:#000;}
		    .contact_x h3{ font-size:24px; margin-bottom:8px;}
		    .contact_x span{ color:#999; font-size:14px;}
		    .contact_x .line{border-top:1px solid #f3f3f3;}
		    .contact_t{ text-align:center; position:relative;margin:0 auto; margin-top:-30px; width:200px;  background:#fff;}
		    .form{ width:900px; margin:0 auto; margin-top:40px;}
		    .form_1{ width:50%; float:left;}
		    .form_1 p{ text-align:left; font-size:14px;}
		    .form_1 input{ margin-top:12px; width:85%; background:#f8f6f7; line-height:40px; border-radius:15px; text-indent:1em; border:1px solid #e3e4e5; color:#999; font-size:12px; box-shadow: 0 6px 15px 0 #F2F2F2;}
		    .form_2{ width:50%; float:left; margin-top:20px;}
		    .form_2 p{ text-align:left; font-size:14px;}
		    .form_2 select{margin-top:12px; width:85%; background:#f8f6f7; height:40px; border-radius:15px; text-indent:0.5em;  border:1px solid #e3e4e5; color:#999; font-size:12px; box-shadow: 0 6px 15px 0 #F2F2F2;}
		    .form_3{ width:100%;}
		    .form_3 textarea{margin-top:12px; width:92%; background:#f8f6f7; height:220px; border-radius:15px; text-indent:0.5em;  border:1px solid #e3e4e5; color:#999; font-size:12px; box-shadow: 0 6px 15px 0 #F2F2F2;}
		    .form_4{ width:150px; margin:0 auto; margin-top:30px;}
		</style>
		<div class="cantact" >
		    <ul>
		        <li class="li1">
		            <div class="contact_f">
		                <div style="float:left;">PHONE<BR>联系电话：</div>
		                <div class="contact_i"></div>
		            </div>
		            <div class="contact_b">
		                028-81393777
		            </div>
		        </li>
		        
		        <li class="li2">
		            <div class="contact_f">
		                <div style="float:left;">ADDRES<BR>公司地址：</div>
		                <div class="contact_i2"></div>
		            </div>
		            <div class="contact_b">
		                四川省成都市武侯区吉瑞一路星宸国际B座
		            </div>
		        </li>
		        
		        <li class="li3" style="margin-right:0;">
		            <div class="contact_f">
		                <div style="float:left;">EMAIL<BR>联系邮箱：</div>
		                <div class="contact_i3"></div>
		            </div>
		            <div class="contact_b">
		                283643009@qq.com
		            </div>
		        </li>
		        
		    </ul>
		    <div  class="clear"></div>
		    <div class="contact_x">
		        <div class="line"></div>
		        <div class="contact_t">
		            <h3>让我们联系您</h3>
		            <span>LET'S CONTACT YOU</span>
		        </div>
		        <form action="../../enews/index.php" method="post" name="form1" id="form1">
		        <div class="form">
		            <div class="form_1">
		                <p>您的姓名</p>
		                <input name="name" id="name" type="text" placeholder="请填写您的名字"/>
		            </div>
		            
		            <div class="form_1">
		                <p>您的电话</p>
		                <input name="mycall"  id="mycall"type="text" placeholder="请填写您的联系电话"/>
		            </div>
		            
		            <div class="form_2">
		                <p>所需服务</p>
		                <select>
		                    <option value="营销推广">营销推广</option>
		                    <option value="商务合作">商务合作</option>
		                </select>
		            </div>
		            
		            <div class="form_1" style="margin-top:20px;">
		                <p>您的邮箱</p>
		                <input name="email"  id="email" type="text" placeholder="请填写您的邮箱地址"/>
		            </div>
		            
		            <div class="form_3">
		                <p>需求描述</p>
		                <textarea name="lytext"  id="lytext"></textarea>
		            </div>
		            
		            <div class="form_4">
		                <input type="image"  name="Submit3" src="https://qn.cdjqcq.site/pang/images/contact_btn.jpg" width="100%"/>
						<input name="enews" type="hidden" id="enews" value="AddGbook" />
					</div>
		        </div>
				</form/>
		    </div>
		</div>
			
		<!-- 清除浮动 -->
		<div  class="clear"></div>
		
		
		<div style=" height: 50px;"></div>
		

		
		<!-- footer -->
		<footer class="section" >
			<div class="foot_t">
				<p>站点导航&nbsp;<b>/&nbsp;SITE NAVIGATION</b></p>
				<ul>
					<li><a href="http://www.fatdada.com/index.html">首页</a></li>
					<li><a href="http://www.fatdada.com/about.html">关于我们</a></li>
					<li><a href="http://www.fatdada.com/fengcai.html">团队风采</a></li>
					<li><a href="http://www.fatdada.com/yewu.html">经营业务</a></li>
					<li><a href="http://www.fatdada.com/huanjing.html">公司环境</a></li>
					<li><a href="http://www.fatdada.com/news/">新闻资讯</a></li>
					<li><a href="http://www.fatdada.com/hezuo.html">合作伙伴</a></li>
					<li><a href="http://www.fatdada.com/e/tool/gbook/?bid=1">联系我们</a></li>
				</ul>
			</div>
			<div style="clear: both;"></div>
			<div class="foot_xx">
				<ul>
					<li>
						<p>邮箱:283643009@qq.com</p>
					    <p>地址:成都市益州大道中段555号星宸国际B座</p>
					</li>
					
					<li>
						<p>电话:028-81393777</p>
						
					</li>
					
					<li>
						<img src="https://qn.cdjqcq.site/pang/images/wx.jpg"/>
						<img src="https://qn.cdjqcq.site/pang/images/wx_word.png"/>
					</li>
					
				</ul>
			</div>
			<div style="clear: both;"></div>
			<div class="foot_b">
				COPYRIGHT@成都胖哒哒文化传播有限公司&nbsp;&nbsp;蜀ICP备19015809号-1 川公网安备51019002005179号
			</div>
		</footer>
		<!-- footer  -->
		
<!-- fullPage end -->
</div>
<!--至顶端-->
<div class="sroll_top"><img src="https://qn.cdjqcq.site/pang/images/gotop.png"></div>
<!--至顶端-->
<!--warp end-->
</div>
<div class="m-subMenu">
	<ul class="sMenu-list">
		<li class="sMenu-item">
			<a href="index.html">首页</a>
		</li>
		<li class="sMenu-item">
			<a>关于我们</a>
			<i class="iconfont icon-31xiala"></i>
			<ul class="ms-Nav" style="display: none;"> 
				<li class="msNav-item">
					<a href="about.html">我们是谁？</a>
				</li>   
				<li class="msNav-item">
					<a href="vision.html">使命与愿景</a>
				</li> 
				<li class="msNav-item">
					<a href="organizational.html">组织架构</a>
				</li> 
				<li class="msNav-item">
					<a href="council.html">理事会/监事会</a>
				</li> 
				<li class="msNav-item">
					<a href="constitution.html">章程</a>
				</li> 
			</ul>
		</li>   
		<li class="sMenu-item">
			<a href="join.html">加入我们</a>
		</li>  
		<li class="sMenu-item">
			<a href="contact.html">联系我们</a>
		</li>   
	</ul>
</div>
<div class="footH"></div>
<div class="footFix" style="display: none;">
<a class="MopenLm"><i class="iconfont icon-daohang1"></i>导航</a>
<a href="product.html"><i class="iconfont icon-cha-jianfeicha"></i>茶品</a>
<a href="store.html"><i class="iconfont icon-8"></i>门店</a>
<a href="tel:0512-6770 7731"><i class="iconfont icon-dianhua"></i>电话</a> 
</div>  

<!-- 禁止复制代码 -->
<!-- <script language="Javascript">
document.oncontextmenu=new Function("event.returnValue=false");  
document.onselectstart=new Function("event.returnValue=false");  
</script>  -->
<script src="http://www.fatdada.com/js/layer.js"></script>   
		<!-- footer end -->
		<!--JS-->
		<script src="http://www.fatdada.com/js/bootstrap.min.js"></script>
		<script src="http://www.fatdada.com/js/jquery.fullpage.js"></script> 
		<script>
			//Nybanner
			var swiper = new Swiper('#NyHb', { 
				slidesPerView: 1,
				spaceBetween: 0,
				loop: false,
				pagination: {
					el: '#NyHbPag',
					clickable: true,
				}, 
				speed:1000,
				autoplay: {
				delay: 5000, 
				disableOnInteraction: false,
				}
			});   
			//history
			var swiper = new Swiper("#historySwiper", {
				slidesPerView: 1,
				spaceBetween: 10,
				pagination: {
				  el: "#historyPag",
				  clickable: true,
				},
				navigation: {
				  nextEl: "#historyN",
				  prevEl: "#historyP",
				},
				breakpoints: {
				  640: {
					slidesPerView: 2,
					spaceBetween: 20,
				  },
				  768: {
					slidesPerView: 4,
					spaceBetween: 40,
				  },
				  1320: {
					slidesPerView: 5,
					spaceBetween: 90,
				  },
				},
			  });
			  //honor
			  var swiper = new Swiper("#honorSwiper", {
			  	slidesPerView: "auto",
			  	spaceBetween: 21,
			  	pagination: {
			  	  el: "#honorPag",
			  	  clickable: true,
			  	},
				navigation: {
				  nextEl: "#honorN",
				  prevEl: "#honorP",
				},
			  });
			  //视频点击展开更多
			  $(".advertisingVideo .more2").on("click", function (e) {
			  
			  var hides = $(this).closest(".advertisingVideo ul").find(".hide-wrap:lt(4)");
			   
			  hides.removeClass("hide-wrap");
			  
			  if ($(this).closest(".advertisingVideo ul").find(".hide-wrap").length == 0) {
			      $(this).fadeOut('fast');
			  }
			  
			  });  
			
			$(function() {
				$(".promask").height($(document).height());
				$(window).resize(function() {
					$(".promask").height($(document).height());
				});
				$(".prodeclose").click(function() {
					$(".promask").hide();
				});
				$(".ggsp-list .pro-item").click(function(){
					var id=$(this).attr("data-id");	
					$("#prode").html("");
					$(".promask").show();
					$("#prode").load('videoDe.asp?id='+id);
				})
			}); 
			
			function playPause() {
 
				var myVideo = document.getElementsByTagName('video')[0];
 
				if (myVideo.paused){

					//myVideo.play();
		   		myVideo.pause();
			}
			else{ 
				myVideo.pause();
				}
       		}
		</script> 
		<script src="http://www.fatdada.com/js/classie.js"></script>
		<script src="http://www.fatdada.com/js/wow.min.js"></script>
		<script src="http://www.fatdada.com/js/global.js"></script>
		<script src="http://www.fatdada.com/js/menu.js"></script>   
	</body>
</html>

<?
while($r=$empire->fetch($sql))
{
	$r['retext']=nl2br(stripSlashes($r[retext]));
	$r['lytext']=nl2br(stripSlashes($r[lytext]));
?>

<?
}
?>

<?php
db_close();
$empire=null;
?>