| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 | 
							
- ?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head>
 
- <html>
 
- <head>
 
- <meta charset="utf-8" />
 
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0"/>
 
- <title>跳跳狗</title>
 
- <meta name='robots' content='noindex,follow' />
 
- <meta name="apple-mobile-web-app-capable" content="yes" />
 
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
 
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 
-  <style type="text/css">
 
-             body,td,th {
 
-                 font-family: Helvetica, sans-serif;
 
-                 font-size: 11px;
 
-                 line-height: 15px;
 
-                 color: #c8c0c0;
 
-                 background-color: #1d1d1d;
 
-                 text-align: center;
 
-             }
 
-         </style>
 
-         <script type="text/javascript" src="lib/engine_106.js?v=990a"></script>
 
-         <script type="text/javascript" src="lib/game_100.js?v=990a"></script>
 
-         <script type="text/javascript" src="lib/bm.js?v=990a"></script>
 
-     </head>
 
-     <body>
 
-          <div id="portrait" style="display: block;">
 
-             <a><img src="lib/portrait.png?v=990"></a>
 
-         </div>
 
-         <canvas id="ef" width="100%" height="100%" style="position:absolute;left:0;top:0;z-index:19;"></canvas>
 
-         <canvas id="game" width="100%" height="100%" style="position:absolute;left:0;top:0;z-index:18;"></canvas>
 
-         <canvas id="bg" width="100%" height="100%" style="position:absolute;left:0;top:0;z-index:17;"></canvas>
 
- <script language=javascript>
 
- 		var mebtnopenurl = 'http://mp.weixin.qq.com/s?__biz=MzI4MjA2MjE0MQ==&mid=246005295&idx=1&sn=490f8141976d607ba079d48f52a3fcd7#rd';
 
- 		window.shareData = {
 
- 		        "imgUrl": "http://game.ikongzhong.cn/icon/ttg.png",
 
- 		        "timeLineLink": "http://game.ikongzhong.cn/games/ttg",
 
- 		        "tTitle": "跳跳狗-空中传媒",
 
- 		        "tContent": "跳跳狗,看你能踩死多少个怪-空中传媒"
 
- 		};
 
- 				
 
- 		function goHome(){
 
- 			window.location=mebtnopenurl;
 
- 		}
 
- 		function clickMore(){
 
- 			if((window.location+"").indexOf("zf",1)>0){
 
- 				window.location = "http://game.ikongzhong.cn";
 
- 			 }
 
- 			 else{
 
- 				goHome();
 
- 			 }
 
- 		}
 
- 		function dp_share(){
 
- 			document.getElementById("share").style.display="";
 
- 			
 
- 		}
 
- 		function dp_Ranking(){
 
- 			window.location=mebtnopenurl;
 
- 		}
 
- 		function showAd(){
 
- 		}
 
- 		function hideAd(){
 
- 		}
 
- 		document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
 
- 		    
 
- 		    WeixinJSBridge.on('menu:share:appmessage', function(argv) {
 
- 		        WeixinJSBridge.invoke('sendAppMessage', {
 
- 		            "img_url": window.shareData.imgUrl,
 
- 		            "link": window.shareData.timeLineLink,
 
- 		            "desc": window.shareData.tContent,
 
- 		            "title": window.shareData.tTitle
 
- 		        }, onShareComplete);
 
- 		    });
 
- 		    WeixinJSBridge.on('menu:share:timeline', function(argv) {
 
- 		        WeixinJSBridge.invoke('shareTimeline', {
 
- 		            "img_url": window.shareData.imgUrl,
 
- 		            "img_width": "640",
 
- 		            "img_height": "640",
 
- 		            "link": window.shareData.timeLineLink,
 
- 		            "desc": window.shareData.tContent,
 
- 		            "title": window.shareData.tTitle
 
- 		        }, onShareComplete);
 
- 		    });
 
- 		}, false);
 
- 		</script>
 
- 		<div id=share style="display: none">
 
- 			<img width=100% src="http://game.ikongzhong.cn/games/ttg/share.png"
 
- 				style="position: fixed; z-index: 9999; top: 0; left: 0; display: "
 
- 				ontouchstart="document.getElementById('share').style.display='none';" />
 
- 		</div>
 
- 		<div style="display: none;">
 
- 			<script type="text/javascript">
 
-             var myData = { gameid: "ttg" };
 
-             var domain = ["oixm.cn", "hiemma.cn", "peagame.net"][parseInt(Math.random() * 3)];
 
- 			//window.shareData.timeLineLink = "http://"+ parseInt(Math.random()*100000) +"."+ myData.gameid +"."+domain+"/gamecenter.html?gameid=" + myData.gameid + (localStorage.myuid ? "&uid=" + localStorage.myuid : "");
 
- 			function dp_submitScore(score){
 
- 				myData.score = score;
 
- 				myData.scoreName = "踩死了"+score+"个怪物";
 
- 				document.title ="太吊了我踩死了"+myData.score+"个怪物,不服你也来 跳跳狗 试试";
 
- 			
 
- 				window.shareData.tTitle = document.title;
 
- 			}
 
- 			function onShareComplete(res) {
 
-                 if (localStorage.myuid && myData.score != undefined) {
 
-                     setTimeout(function(){
 
-                         if (confirm("要将成绩提交到9G游戏排行榜吗?")) {
 
-                            // window.location = "http://wx.9g.com/rank/submit2.jsp?gameid=" + myData.gameid + "&uid=" + localStorage.myuid + "&score=" + myData.score + "&scorename=" + encodeURIComponent(myData.scoreName);
 
-                         }
 
-                         else {
 
-                             document.location.href = mebtnopenurl;
 
-                         }
 
-                     }, 500);
 
-                 }
 
- 				else {
 
- 		        	document.location.href = mebtnopenurl;
 
- 				}
 
- 	        }
 
- 			</script>
 
- 			<div style="display: none;">
 
- 				<script type="text/javascript">var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F0ae524064813b8dc07ece5ce724a7b04' type='text/javascript'%3E%3C/script%3E"));</script>
 
- 				<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_2947366'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s5.cnzz.com/stat.php%3Fid%3D2947366' type='text/javascript'%3E%3C/script%3E"));</script>
 
- 			</div>
 
- <!--不要修改 59600.com 的代码 { //-->
 
- <div style="display:none;"><script>var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F4315f62fd6a1e9035ae3ddfd4de6336e' type='text/javascript'%3E%3C/script%3E"));</script></div>
 
- <!-- } //-->
 
- </body>
 
- </html>
 
 
  |