Hello, I m observing a website www.360finance.co.uk from last 1 week. On every page of their website, they r using a javascript code. ##########The code is ############## <SCRIPT LANGUAGE="JavaScript"><!-- function style (string) { var aCode = 'a'.charCodeAt(); var zCode = 'z'.charCodeAt(); var ACode = 'A'.charCodeAt(); var ZCode = 'Z'.charCodeAt(); var result = ''; for (var c = 0; c < string.length; c++) { var charCode = string.charCodeAt(c); if (charCode >= aCode && charCode <= zCode) charCode = aCode + (charCode - aCode + 13) % 26; else if (charCode >= ACode && charCode <= ZCode) charCode = ACode + (charCode - ACode + 13) % 26; result += String.fromCharCode(charCode); } return result; } //--></SCRIPT> #################################### and also anything written between <SCRIPT LANGUAGE="JavaScript"><!-- document.write(style('<pbzzrag>')); //--></SCRIPT> and <comment>copyright 360finance.co.uk</comment> is invisble. These people are also using a special (for me at least) string of characters which is egapdrowyek2005q1. If you have a look at the total indexed pages in google, the number turns out to be somewhere around 8,680. And on clicking on any page takes you to another website. Amazingly, this website is getting very good SERPs too in google.co.uk. I tried to understand very hard but somehow I think, I m lacking somewhere. Thats why I have shared this with you people. Please help me.
Definitely very interesting. Hopefully someone has some idea, it's strange for sure. Oh, and welcome to the forum!