molendijk
10-21-2010, 10:36 AM
Hello,
The hosting site http://freei.me puts the following on each site of the pages they host, immediately before the closing html-tag.
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Begin ExitJunction.com Code -->
<script type="text/javascript">
try{
var ej10803=document.createElement("script");
ej10803.type="text/javascript";
ej10803.src="http://www.ExitJunction.com/script/script.jsp?val=10803&sver=2";
var ej210803=document.getElementsByTagName("body")[0];
ej210803.insertBefore(ej10803, ej210803.firstChild);
}catch (e10803){}
</script>
<!-- Copyright by ExitJunction.com -->
</div></div>
This makes the pages invalid, but that's no problem as long as everything works fine. My question is: what does this code really do, apart from loading http://www.ExitJunction.com and making you a rich man?
Thanks,
Arie Molendijk.
The hosting site http://freei.me puts the following on each site of the pages they host, immediately before the closing html-tag.
</noscript>
<div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999">
<!-- Begin ExitJunction.com Code -->
<script type="text/javascript">
try{
var ej10803=document.createElement("script");
ej10803.type="text/javascript";
ej10803.src="http://www.ExitJunction.com/script/script.jsp?val=10803&sver=2";
var ej210803=document.getElementsByTagName("body")[0];
ej210803.insertBefore(ej10803, ej210803.firstChild);
}catch (e10803){}
</script>
<!-- Copyright by ExitJunction.com -->
</div></div>
This makes the pages invalid, but that's no problem as long as everything works fine. My question is: what does this code really do, apart from loading http://www.ExitJunction.com and making you a rich man?
Thanks,
Arie Molendijk.