Created
April 1, 2011 17:14
-
-
Save mehdimehdi/898496 to your computer and use it in GitHub Desktop.
Punchtab script for hescar
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
<script type="text/javascript" charset="utf-8"> | |
var is_ssl = ("https:" == document.location.protocol); | |
var asset_host = is_ssl ? "https://www.punchtab.com/" : "http://www.punchtab.com/"; | |
document.write(unescape("%3Cscript src='" + asset_host + "s/js/pt.js' type='text/javascript'%3E%3C/script%3E")); | |
</script> | |
<script type="text/javascript" charset="utf-8"> | |
var _ptq = _ptq || []; | |
var reward_widget_options = {}; | |
reward_widget_options.domain = "www.hescar.com"; | |
reward_widget_options.key = "7712738927f5633098a34bd1c840ac43"; | |
reward_widget_options.host = "www.punchtab.com"; | |
var reward_widget = new PT.reward_widget(reward_widget_options); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment