This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<A href = "tel: +1800229933; postd = %23" > ! Llámenos gratis </ a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright (C) 2013, Uri Shaked, GDG Tel-Aviv Lead. */ | |
var jq = document.createElement("script"); | |
jq.setAttribute("src", "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"); | |
jq.setAttribute("type", "text/javascript"); | |
jq.onload = function () { | |
$ = jQuery; | |
function e(e, t) { | |
return e + Math.random() * (t - e) | |
} | |
function t(t) { |