Animating text using AS

Hi there, my client is love with pushhere.com and he is looking for specially the slogan animation part, i tried decompile the site and noticed that the site codes are very complicated. its some what like :

function iNITtTL()
{
    this.onEnterFrame = function ()
    {
        tTLS = new Array();
        tTLS.push("BUILDS BRANDS. ");
        tTLS.push("MAKES ADS. ");
        tTLS.push("CREATES CONTENT. ");
        tTLS.push("DESIGNS. ");
        tTLS.push("CHANGES|     PUBLIC PERCEPTION. ");
        tTLS.push("PLACES MEDIA. ");
        tTLS.push("TRACKS TRENDS. ");
        tTLS.push("PROVIDES|    WEB INTERACTION. ");
        tTLS.push("MOVES CULTURE. ");
        tTLS.push("SURROUNDS|          A CUSTOMER. ");
        tTLS.push("DRIVES SALES. ");
        tTLS.push("IS AN ATTITUDE. ");
        tTLS.push("IS AN IDEA. ");
        tTLS.push("FORWARD > ");
        tTL.iNIT(tTLS, true);
        delete onEnterFrame;
    };

Could someone help with pushhere.com kinda text animation using Action script??? any idea pals??

I have attached the decompile file in the following url:
http://www.mediafire.com/?9dfk0nxgbxw