Advertisement
Carneficine

Chase: Rex Carnefice code

Mar 20th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.11 KB | None | 0 0
  1.  
  2. <html>
  3. <body><style>@import url('https://fonts.googleapis.com/css?family=Questrial');@import url('https://fonts.googleapis.com/css?family=Questrial');
  4. body {
  5. background: #000000;
  6. overflow-y:hidden;
  7. overflow-x:hidden;}
  8.  
  9. /*coded by [punpun]. do not steal the character. do not remove the credit. do not remove this.*/
  10.  
  11. ::-webkit-scrollbar-thumb {
  12. width: 3px;
  13. background-color: #9E988B;}
  14. ::-webkit-scrollbar {
  15. width: 3px;
  16. background-color: transparent;}
  17.  
  18. h1{
  19. font-family: Questrial;
  20. font-size: 22px;
  21. text-align: center;
  22. color: #888888;
  23. padding-right: 5px;
  24. margin-bottom: 5px;
  25. margin-top: 1px;
  26. line-height: 31px;
  27. border-bottom: 3px double #000000;
  28. }
  29.  
  30.  
  31. #main {
  32. position: fixed; margin: auto; right: 0px; left:400px; top: 0; bottom: 0; width: 300px; height: 490px; background: #trans; border: 2px solid #9E988B; border-radius: 17px 0px 17px 0px; box-shadow: #9E988B 0px 0px 5px 0px; overflow: hidden; text-align: left;}
  33.  
  34. #pic {position: absolute;right: -30px;top: -7; z-index:0; opacity: 1;}
  35. #pic img {width: ; height: 500;}
  36.  
  37. #pic2 {position: absolute;right: -15px;top: -7; z-index:0; opacity: 1;}
  38. #pic2 img {width: ; height: 230;}
  39.  
  40. #pic3 {position: absolute;right: -140;top: 0; z-index:0; opacity: 1;}
  41. #pic3 img {width: ; height: 220;}
  42.  
  43. #pic4 {position: absolute;right: -150;top: 0; z-index:0; opacity: 1;}
  44. #pic4 img {width: ; height: 280;}
  45.  
  46. #botline {
  47. width: 0px;height: 5px;
  48. background: #079000;
  49. position: absolute;
  50. bottom: 100;left: 160;z-index:30;
  51. display:block;
  52. -webkit-transition: all 1.2s ease-out;
  53. -moz-transition: all 1.2s ease-out;
  54. -ms-transition: all 1.2s ease-out;
  55. -o-transition: all 1.2s ease-out;
  56. transition: all 1.2s ease-out;}
  57. body:hover #botline{ position: absolute;
  58. width: 220px; left: 40; opactiy:1;
  59. }
  60. #main2 {
  61. position: fixed; margin: auto;
  62. right: 0px; left:400px; top: 0; bottom: 0;
  63. width: 300px; height: 490px;
  64. background: #trans;
  65. border: 2px solid #9E988B; z-index:20;
  66. border-radius: 17px 0px 17px 0px;
  67. box-shadow: #9E988B 0px 0px 5px 0px;
  68. overflow: hidden;
  69. text-align: left;opacity:1;
  70. -webkit-transition: all 0.6s ease-out;
  71. -moz-transition: all 0.6s ease-out;
  72. -ms-transition: all 0.6s ease-out;
  73. -o-transition: all 0.6s ease-out;
  74. transition: all 0.6s ease-out;
  75. }
  76.  
  77. #submain {
  78. position: fixed; margin: auto;
  79. right: 0px; left:400px; top: 0; bottom: 0;
  80. width: 300px; height: 490px;
  81. background: #888888;
  82. border: 2px solid #9E988B; z-index:20;
  83. border-radius: 17px 0px 17px 0px;
  84. box-shadow: #9E988B 0px 0px 5px 0px;
  85. overflow: hidden;
  86. text-align: left;opacity:0.35;
  87. -webkit-transition: all 1.6s ease-out;
  88. -moz-transition: all 1.6s ease-out;
  89. -ms-transition: all 1.6s ease-out;
  90. -o-transition: all 1.6s ease-out;
  91. transition: all 1.6s ease-out;}
  92. body:hover #submain{
  93. opacity: 0.60;
  94. filter:alpha(opacity=100);
  95. }
  96.  
  97. .head {
  98. position: absolute;
  99. left: 45;
  100. bottom: 130;
  101. color: #000000;
  102. font-family: Playfair Display SC;
  103. font-size: 40px; opacity: 0;
  104. -webkit-transition: all 0.6s ease-out;
  105. -moz-transition: all 0.6s ease-out;
  106. -ms-transition: all 0.6s ease-out;
  107. -o-transition: all 0.6s ease-out;
  108. transition: all 0.6s ease-out;}
  109. body:hover .head{opacity: 1; bottom: 100;
  110. -webkit-transition-delay: 1.6s ;
  111. -moz-transition-delay: 1.6s ;
  112. -ms-transition-delay: 1.6s ;
  113. -o-transition-delay: 1.6s ;
  114. transition-delay: 1.6s ;
  115. }
  116.  
  117. .head2 {
  118. position: absolute;
  119. left: 67;
  120. bottom: 90;
  121. color: #000000;
  122. font-family: Questrial;opacity: 0;
  123. font-size: 20px;
  124. -webkit-transition: all 0.6s ease-out;
  125. -moz-transition: all 0.6s ease-out;
  126. -ms-transition: all 0.6s ease-out;
  127. -o-transition: all 0.6s ease-out;
  128. transition: all 0.6s ease-out;}
  129. body:hover .head2{
  130. bottom: 77;;opacity: 1;
  131. -webkit-transition-delay: 2.4s ;
  132. -moz-transition-delay: 2.4s;
  133. -ms-transition-delay: 2.4s ;
  134. -o-transition-delay: 2.4s ;
  135. transition-delay: 2.4s ;
  136. }
  137.  
  138.  
  139. .head3 {
  140. position: absolute; margin: auto;
  141. left:18; top: 100;
  142. color: #079000;
  143. font-family: Questrial;opacity: 1;
  144. font-size: 20px;z-index:100;
  145. font-shadow: #cccc 1px 1px 1px 1px;
  146. -webkit-transition: all 0.6s ease-out;
  147. -moz-transition: all 0.6s ease-out;
  148. -ms-transition: all 0.6s ease-out;
  149. -o-transition: all 0.6s ease-out;
  150. transition: all 0.6s ease-out;}
  151.  
  152.  
  153. .head4 {
  154. position: absolute; margin: auto;
  155. left:13; top: 100;
  156. color: #079000;
  157. font-family: Questrial;opacity: 1;
  158. font-size: 20px;z-index:100;
  159. -webkit-transition: all 0.6s ease-out;
  160. -moz-transition: all 0.6s ease-out;
  161. -ms-transition: all 0.6s ease-out;
  162. -o-transition: all 0.6s ease-out;
  163. transition: all 0.6s ease-out;}
  164.  
  165. #line {opacity:1;/*change later pls*/
  166. width: 0%;height: 22px;
  167. background: #079000; border-radius: 4px;
  168. position: fixed; margin: auto;
  169. right: 0px; left:90px; top: 5; bottom: 0;
  170. display:block;
  171. -webkit-transition: all 2.6s ease-out;
  172. -moz-transition: all 2.6s ease-out;
  173. -ms-transition: all 2.6s ease-out;
  174. -o-transition: all 2.6s ease-out;
  175. transition: all 2.6s ease-out;}
  176. body:hover #line{ position: fixed;
  177. width: 815px; left:220;
  178. }
  179.  
  180. #icon {
  181. position: fixed; margin: auto;
  182. right: 40px; left:00px; top: 0; bottom: 260;
  183. width: 100px; height: 220px;
  184. background: #trans;
  185. border: 2px solid #9E988B; z-index:20;
  186. box-shadow: #9E988B 0px 0px 5px 0px;
  187. overflow: hidden;
  188. text-align: left;opacity:0;
  189. -webkit-transition: all 0.6s ease-out;
  190. -moz-transition: all 0.6s ease-out;
  191. -ms-transition: all 0.6s ease-out;
  192. -o-transition: all 0.6s ease-out;
  193. transition: all 0.6s ease-out;
  194. }body:hover #icon {opacity:1}
  195. body:hover #icon {-webkit-transition-delay: 2.4s ;
  196. -moz-transition-delay: 2.4s;
  197. -ms-transition-delay: 2.4s ;
  198. -o-transition-delay: 2.4s ;
  199. transition-delay: 2.4s ;opacity:0.65}
  200. #subicon {
  201. position: absolute; margin: auto;
  202. right: 0px; left:00px; top: 0; bottom:0;
  203. width: 100px; height: 220px;
  204. background: #888888;
  205. border: 2px solid #9E988B; z-index:99;
  206. box-shadow: #9E988B 0px 0px 5px 0px;
  207. overflow: hidden;
  208. text-align: left;opacity:0.55;
  209. -webkit-transition: all 0.6s ease-out;
  210. -moz-transition: all 0.6s ease-out;
  211. -ms-transition: all 0.6s ease-out;
  212. -o-transition: all 0.6s ease-out;
  213. transition: all 0.6s ease-out;
  214. }
  215. #subicon:hover{opacity:0}
  216.  
  217. #icon2 {
  218. position: fixed; margin: auto;
  219. right: 260px; left:00px; top: 0; bottom: 260;
  220. width: 100px; height: 220px;
  221. background: #trans;
  222. border: 2px solid #9E988B; z-index:20;
  223. box-shadow: #9E988B 0px 0px 5px 0px;
  224. overflow: hidden;
  225. text-align: left;opacity:0;
  226. -webkit-transition: all 0.6s ease-out;
  227. -moz-transition: all 0.6s ease-out;
  228. -ms-transition: all 0.6s ease-out;
  229. -o-transition: all 0.6s ease-out;
  230. transition: all 0.6s ease-out;
  231. }body:hover #icon2 {-webkit-transition-delay: 2.4s ;
  232. -moz-transition-delay: 2.4s;
  233. -ms-transition-delay: 2.4s ;
  234. -o-transition-delay: 2.4s ;
  235. transition-delay: 2.4s ;opacity:1}
  236.  
  237. #icon3 {
  238. position: fixed; margin: auto;
  239. right: 480px; left:00px; top: 0; bottom: 260;
  240. width: 100px; height: 220px;
  241. background: #trans;
  242. border: 2px solid #9E988B; z-index:20;
  243. box-shadow: #9E988B 0px 0px 5px 0px;
  244. overflow: hidden;
  245. text-align: left;opacity:0;
  246. -webkit-transition: all 0.6s ease-out;
  247. -moz-transition: all 0.6s ease-out;
  248. -ms-transition: all 0.6s ease-out;
  249. -o-transition: all 0.6s ease-out;
  250. transition: all 0.6s ease-out;
  251. }body:hover #icon3 {-webkit-transition-delay: 2.4s ;
  252. -moz-transition-delay: 2.4s;
  253. -ms-transition-delay: 2.4s ;
  254. -o-transition-delay: 2.4s ;
  255. transition-delay: 2.4s ;opacity:1}
  256.  
  257. .darts {
  258. position: fixed; margin: auto;
  259. right: 260px; left:0px; top: 365; bottom: -200;
  260. height: 220;
  261. width: 325px;
  262. opacity: 0; z-index: 5;
  263. text-align: left;
  264. -webkit-transition: all 0.6s ease-out;
  265. -moz-transition: all 0.6s ease-out;
  266. -ms-transition: all 0.6s ease-out;
  267. -o-transition: all 0.6s ease-out;
  268. transition: all 0.6s ease-out;
  269. }
  270.  
  271. .darts:target {
  272. position: absolute; bottom: 0;top: 265;
  273. -webkit-transition: all 0.6s ease-out;
  274. -moz-transition: all 0.6s ease-out;
  275. -ms-transition: all 0.6s ease-out;
  276. -o-transition: all 0.6s ease-out;
  277. transition: all 0.6s ease-out;
  278. opacity: 1;
  279. }
  280.  
  281. .box {
  282. position: absolute;
  283. right: 0px;
  284. bottom: 5px;
  285. height: 200;
  286. width: 311px;
  287. background-color: #E8DECC;
  288. border: 2px solid #9E988B; z-index:21;
  289. box-shadow: #9E988B 0px 0px 5px 0px;
  290. z-index: 5;
  291. color: #9E988B;
  292. font-family: Questrial;
  293. font-style: normal;
  294. font-variant: ;
  295. font-weight: 400;
  296. text-align: justify;
  297. overflow-x: hidden;
  298. overflow-y: auto;
  299. font-size: 15px;
  300. padding: 5px;
  301. -webkit-transition: all 0.6s ease-out;
  302. -moz-transition: all 0.6s ease-out;
  303. -ms-transition: all 0.6s ease-out;
  304. -o-transition: all 0.6s ease-out;
  305. transition: all 0.6s ease-out;
  306. opacity: 0;
  307. filter:alpha(opacity=75);
  308. }
  309. body:hover .box {
  310. opacity: 1;
  311. transition: all 1.2s ease-out;
  312. -o-transition: all 1.2s ease-out;
  313. -webkit-transition: all 1.2s ease-out;
  314. -moz-transition: all 1.2s ease-out;
  315. -webkit-transition-delay: 2.4s ;
  316. -moz-transition-delay: 2.4s;
  317. -ms-transition-delay: 2.4s ;
  318. -o-transition-delay: 2.4s ;
  319. transition-delay: 2.4s ;}
  320.  
  321.  
  322. #boxb {
  323. position: fixed; margin: auto;
  324. right: 260px; left:0px; top: 260; bottom: 00;
  325. height: 200;
  326. width: 311px;
  327. background-color: #E8DECC;
  328. border: 2px solid #9E988B; z-index:21;
  329. box-shadow: #9E988B 0px 0px 5px 0px;
  330. z-index: 1;
  331. color: #9E988B;
  332. font-family: Questrial;
  333. font-style: normal;
  334. font-variant: ;
  335. font-weight: 400;
  336. text-align: justify;
  337. overflow-x: hidden;
  338. overflow-y: auto;
  339. font-size: 15px;
  340. padding: 5px;
  341. -webkit-transition: all 0.6s ease-out;
  342. -moz-transition: all 0.6s ease-out;
  343. -ms-transition: all 0.6s ease-out;
  344. -o-transition: all 0.6s ease-out;
  345. transition: all 0.6s ease-out;
  346. opacity: 0;
  347. filter:alpha(opacity=75);
  348. }
  349. body:hover #boxb {
  350. opacity: 1;
  351. transition: all 1.2s ease-out;
  352. -o-transition: all 1.2s ease-out;
  353. -webkit-transition: all 1.2s ease-out;
  354. -moz-transition: all 1.2s ease-out;
  355. -webkit-transition-delay: 2.4s ;
  356. -moz-transition-delay: 2.4s;
  357. -ms-transition-delay: 2.4s ;
  358. -o-transition-delay: 2.4s ;
  359. transition-delay: 2.4s ;}
  360. #maindick {
  361. position: fixed; margin: auto; right: 0px; left:990px; top: 0; bottom: 10; width: 300px; height: 490px; background: #trans; border: 0px solid #9E988B; border-radius: 17px 0px 17px 0px; box-shadow: #9E988B 0px 0px 0px 0px; overflow: hidden; text-align: left; opacity: 0;}
  362. body:hover #maindick {
  363. opacity: 1;
  364. transition: all 1.2s ease-out;
  365. -o-transition: all 1.2s ease-out;
  366. -webkit-transition: all 1.2s ease-out;
  367. -moz-transition: all 1.2s ease-out;
  368. -webkit-transition-delay: 2.4s ;
  369. -moz-transition-delay: 2.4s;
  370. -ms-transition-delay: 2.4s ;
  371. -o-transition-delay: 2.4s ;
  372. transition-delay: 2.4s ;}
  373.  
  374. .dick {position: absolute; overflow: hidden;
  375. right: 0px; left:-100px; top: 0; bottom: 0; z-index:0; opacity: 1; display: inline-block;}
  376. .dick img {width: ; height: 250;}
  377.  
  378. #cocks {
  379. position: fixed; margin: auto; right: 0px; left:840px; top: 170; bottom: 0;opacity: 0;
  380. width: 110px;
  381. height: 120px;
  382. overflow-y: auto;
  383. text-align: center;
  384. -webkit-transition: all 0.6s ease-out;
  385. -moz-transition: all 0.6s ease-out;
  386. -ms-transition: all 0.6s ease-out;
  387. -o-transition: all 0.6s ease-out;
  388. transition: all 0.6s ease-out;
  389. }
  390. body:hover #cocks{
  391. opacity: 1;
  392. transition: all 1.2s ease-out;
  393. -o-transition: all 1.2s ease-out;
  394. -webkit-transition: all 1.2s ease-out;
  395. -moz-transition: all 1.2s ease-out;
  396. -webkit-transition-delay: 2.4s ;
  397. -moz-transition-delay: 2.4s;
  398. -ms-transition-delay: 2.4s ;
  399. -o-transition-delay: 2.4s ;
  400. transition-delay: 2.4s ;}
  401.  
  402. #cons{
  403. background-color: #823321;opacity: 1;
  404. width: 100px; height: 15px;
  405. border-radius: 0px 8px 0px 8px;
  406. font-family: Questrial; margin-bottom:4;
  407. font-size: 14px;
  408. color: #9E988B;
  409. -webkit-transition: all 0.6s ease-out;
  410. -moz-transition: all 0.6s ease-out;
  411. -ms-transition: all 0.6s ease-out;
  412. -o-transition: all 0.6s ease-out;
  413. transition: all 0.6s ease-out;
  414. }
  415.  
  416. #cons:hover{
  417. background-color: #888888;color: #000000;
  418. -webkit-transition: all 0.6s ease-out;
  419. -moz-transition: all 0.6s ease-out;
  420. -ms-transition: all 0.6s ease-out;
  421. -o-transition: all 0.6s ease-out;
  422. transition: all 0.6s ease-out;}
  423.  
  424.  
  425.  
  426. </style><div id="maindick"><div class="dick"><img src="http://i.imgur.com/weZCWQp.png"></div></div>
  427. <div id="line"></div>
  428. <a href="#00"><div id="main">
  429. <div id="pic"><img src="http://i.picpar.com/wDpc.jpg"></div>
  430. </div>
  431. <div id="main2"><div class="head">REX</div><div class="head2">KING OF CROCS</div>
  432. <div id="submain"><div id="botline"></div></div></div>
  433. </a>
  434.  
  435. <div id="top"></div><div id="bottom"></div>
  436.  
  437. <a href="#03"><div id="icon"><div id="subicon"></div><div class="head4"><b>POWER</div><div id="pic3"><img src="http://i.picpar.com/4Dpc.jpg"></div></div></a>
  438. <a href="#02"><div id="icon2"><div id="subicon"></div><div class="head3">STORY</div><div id="pic4"><img src="http://i.picpar.com/3Dpc.jpg"></div></div></a>
  439. <a href="#01"><div id="icon3"><div id="subicon"></div><div class="head3">STATS</b></div><div id="pic2"><img src="http://i.picpar.com/ADpc.jpg"></div></div></a>
  440.  
  441.  
  442. <div id="01" class="darts"><div class="box"><h1>DOSSIER</h1>
  443. Name - <font style="float: right;">Rex</font><br>
  444. Moniker (s) - <font style="float: right;">King, Judge, Carn</font><br>
  445. Sex - <font style="float: right;">Male</font><br>
  446. Age - <font style="float: right;">32</font><br>
  447. Orientation - <font style="float: right;">Heterosexual</font><br>
  448. Occupation - <font style="float: right;">Hired Muscle/Crime Boss</font><br>
  449. Height - <font style="float: right;">7'5" </font><br>
  450. Weight - <font style="float: right;"> 686.57 lbs.</font><br>
  451. Build - <font style="float: right;">Muscular</font><br>
  452. Marital Status - <font style="float: right;">None</font><br><br>
  453. <h1>PERSONA</h1>
  454. <i>"Ain'tcha heard? Crocodiles got real tough hide! But you... you got nowhere t'hide..."</i>
  455. </div></div>
  456.  
  457. <div id="02" class="darts"><div class="box"> Coming very soon.</div>
  458. </div>
  459.  
  460. <div id="03" class="darts"><div class="box"><b>Regenerative Healing Factor:</b> He has superhuman regenerative powers, able to heal even lost limbs.<p>
  461. <b>Armored Skin:</b> His skin has hardened to the point where it is invulnerable to most forms of abrasion and even high caliber weapons fired from a distance.<p>
  462. <b>Superhuman Strength:</b> He has grown so strong over the years that it most often will require explosives to knock him unconscious. Capable of ripping bank vault doors from their hinges with ease.<p>
  463. <b>Superhuman Speed:</b> Capable of moving at a rate of acceleration/maximum speed in excess of what a normal human is capable of.<p>
  464. <b>Enhanced Senses:</b> Extra powerful sense of hearing, taste, and sight. Crocodile eyes are uniquely suited for lurking and ambushing, after all.<p>
  465. <b>Claws:</b> Capable of ripping through steel with relative ease.<p>
  466. <b>Fangs:</b> Like the claws, capable of puncturing steel with relative ease. Rex's bite can provide a pressure in excess of 7,000 psi.<p>
  467. <b>Swimming:</b> Able to hold his breath for well over three hours at a time without surfacing for air, Rex is a very proficient swimmer and excels in the water.<p>
  468. <b>Street Fighting/Boxing/Wrestling:</b> Rex's fighting is for the most part improvised, and he won't always be clean. Don't expect this crocodile to play nice.<p>
  469.  
  470. </div>
  471. </div>
  472.  
  473. <div id="boxb">
  474. <h1>OUT OF CHARACTER</h1>
  475. [01] Darker themes intended.<br>
  476. [02] PM Friendly.<br>
  477. [03] Smut unlikely.<br>
  478. [04] Outside contact unlikely.<br>
  479. [05] Not your crocodile.<br>
  480. [06] I ain't cuddly.<br>
  481. [07] Will eat you.<br>
  482. [08] Be wary of Rex's temperament.
  483. </div>
  484.  
  485. <div id="cocks">
  486. <a href="" target="_blank"><div id="cons">name</div></a>
  487. <a href="" target="_blank"><div id="cons">name</div></a>
  488. <a href="" target="_blank"><div id="cons">name</div></a>
  489. <a href="" target="_blank"><div id="cons">name</div></a>
  490. <a href="" target="_blank"><div id="cons">name</div></a>
  491. <a href="" target="_blank"><div id="cons">name</div></a>
  492. <a href="" target="_blank"><div id="cons">name</div></a>
  493. <a href="" target="_blank"><div id="cons">name</div></a>
  494.  
  495. </div>
  496.  
  497.  
  498. <a href="profile.php?user=Punpun" title="Coded by Punpun." target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; right:10; bottom:0;width:25;"></a><script type="text/javascript">
  499. //<![CDATA[
  500. try{if (!window.CloudFlare) {var CloudFlare=[{verbose:0,p:0,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/dok3v=1613a3a185/"},atok:"dd55878c7fc9828d37bc346059f669c7",petok:"5eee7d2eb847388b2df51f6c1a6f8e59df88e531-1489992824-1800",adblock:1,betok:"1dadb46c64bca142f38800bbb37b8978c49b0a1b-1489992824-120",zone:"roleplay.chat",rocket:"0",apps:{"ga_key":{"ua":"UA-33787108-1","ga_bs":"2"},"abetterbrowser":{"ie":"7","opera":null,"chrome":null,"safari":null,"firefox":null}}}];!function(a,b){a=document.createElement("script"),b=document.getElementsByTagName("script")[0],a.async=!0,a.src="//ajax.cloudflare.com/cdn-cgi/nexp/dok3v=f2befc48d1/cloudflare.min.js",b.parentNode.insertBefore(a,b)}()}}catch(e){};
  501. //]]>
  502. </script>
  503. <script type="text/javascript">
  504. /* <![CDATA[ */
  505. var _gaq = _gaq || [];
  506. _gaq.push(['_setAccount', 'UA-33787108-1']);
  507. _gaq.push(['_trackPageview']);
  508.  
  509. (function() {
  510. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  511. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  512. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  513. })();
  514.  
  515. (function(b){(function(a){"__CF"in b&&"DJS"in b.__CF?b.__CF.DJS.push(a):"addEventListener"in b?b.addEventListener("load",a,!1):b.attachEvent("onload",a)})(function(){"FB"in b&&"Event"in FB&&"subscribe"in FB.Event&&(FB.Event.subscribe("edge.create",function(a){_gaq.push(["_trackSocial","facebook","like",a])}),FB.Event.subscribe("edge.remove",function(a){_gaq.push(["_trackSocial","facebook","unlike",a])}),FB.Event.subscribe("message.send",function(a){_gaq.push(["_trackSocial","facebook","send",a])}));"twttr"in b&&"events"in twttr&&"bind"in twttr.events&&twttr.events.bind("tweet",function(a){if(a){var b;if(a.target&&a.target.nodeName=="IFRAME")a:{if(a=a.target.src){a=a.split("#")[0].match(/[^?=&]+=([^&]*)?/g);b=0;for(var c;c=a[b];++b)if(c.indexOf("url")===0){b=unescape(c.split("=")[1]);break a}}b=void 0}_gaq.push(["_trackSocial","twitter","tweet",b])}})})})(window);
  516. /* ]]> */
  517. </script>
  518. </body>
  519. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement