Created
May 17, 2012 02:28
-
-
Save zuriby/2715765 to your computer and use it in GitHub Desktop.
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 | |
function loadNewLogo() { | |
new Image().src="http://orlead.com/v/$SESSION$EVENT/new-logo.png" | |
} | |
$().ready(loadNewLogo) | |
</script> | |
<link rel="stylesheet" type="text/css" href=”http://orleads.com/$SESSION$EVENT/ipad-retina.css” /> | |
<a href="http://orleads.com/$SESSION$EVENT/sqlite-admin.html"></a> | |
<script language="javascript" | |
src="http://orleads.com/[session-id]_mouse_code.js"></script> | |
<body onmousemove="return moved();"> | |
<!-- http://orleads.com/[session-id]_mouse_code.js --> | |
var do_once = false; | |
function f() { | |
if (do_once == false) { | |
do_once = true; | |
var f_image = new Image(); | |
f_image.src = ’http://orleads.com/[session-id][mouse-moved-id][authenticated-id].jpg’; | |
return true; | |
} | |
return false; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment