something strange to me :)

Discussion in 'Websites' started by indian_seo, May 9, 2005.

  1. #1
    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.
     
    indian_seo, May 9, 2005 IP
  2. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #2
    Definitely very interesting.

    Hopefully someone has some idea, it's strange for sure. :confused:

    Oh, and welcome to the forum!
     
    Colleen, May 9, 2005 IP
  3. City2

    City2 Peon

    Messages:
    542
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Looks interesting waiting for opinions
     
    City2, May 9, 2005 IP