This AD will make you SHITLOADS of money !!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SmokeyTheBear
    ►SouthOfHeaven
    • Jun 2004
    • 28609

    #1

    This AD will make you SHITLOADS of money !!!!

    While the concept isn't new this method has been pulling some serious coin from some very low profit sites for me so i thought i would share.

    The ad is a very lightweight cookie based overlay that is very easy to modify to promote any site/sponsor/niche/product.

    Basically it is an overlay that is based on cookies so it only is displayed one time to your surfers. The overlay displays an iframe/ad of your choice with a special one time offer

    To see what the overlay would look like on this thread CLICK HERE

    To test what it would look like on your site CLICK HERE and enter your site url

    The example script is hosted courtesy of PAPERSTREETCASH , if you plan on using the code or just need a solid sponsor please sign up , if you are a sponsor who wants to use the code for your affiliates to use shoot me an icq first ( or an epass payment )



    save code as code.js , place before closing body tag


    Code:
    
    // test for ie
    var IE = /*@cc_on!@*/false;
    
    // overlay url (displayed in iframe)
    var ourl = "http://yoururl/iframe.html";
    
    // cookie name
    var cun = "mypop";
    
    // overlay width
    var owi = 750;
    
    // overlay height
    var ohi = 400;
    
    // exit url for using as adult content warning
    var xit = "http://google.com";
    
    
    // overlay height plus space for close url
    var ohf = ohi + 15;
    
    
    
    
    // grab cookie
    stbc=getCookie(cun);
    
    // set overlay after 1.5 seconds
    setTimeout('pover();', 1500);
    
    function pover(){
    if (stbc =="1"){  
    // do nothing - cookie is already set
    } else {
    // user has no cookie
    
    // start creating overlay
    
    // create div
    var divTag = document.createElement("div");
                    divTag.id = "stb";
                    divTag.setAttribute("width","100%");
                    divTag.setAttribute("height","100%");
                    divTag.className ="stbovera";
                    divTag.innerHTML = "<table width='100%' height='100%' bgcolor=black><tr><td align='center' valign='middle' width='100%' height='100%'><center><table style='z-index:11111' width='" + owi + "' height='" + ohi + "'><tr><td><center><br></td></tr></table></td></tr></table>";
                    document.body.appendChild(divTag);
    // modify div1
    document.getElementById("stb").style.opacity="0.8";
    document.getElementById("stb").style.left="0px";
    document.getElementById("stb").style.top="0px";
    document.getElementById("stb").style.width="100%";
    document.getElementById("stb").style.height="100%";
    document.getElementById("stb").style.position="fixed";
    document.getElementById("stb").style.filter="progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    // create div2
    var divTag = document.createElement("div");
                    divTag.id = "sbt";
                    divTag.setAttribute("width","100%");
                    divTag.setAttribute("height","100%");
                    divTag.className ="stboverb";
                    divTag.innerHTML = "<table width='100%' height='100%'><tr><td align='center' valign='middle' width='100%' height='100%'><center><table style='z-index:11112' width='" + owi + "' height='" + ohf + "' bgcolor=red><tr><td><center><div id=filla></div><a href='javascript:jah(0);'><font color=white>NO THANKS</font></a><br></td></tr></table></td></tr></table>";
                    document.body.appendChild(divTag);
    // modify div2
    document.getElementById("sbt").style.left="0px";
    document.getElementById("sbt").style.top="0px";
    document.getElementById("sbt").style.width="100%";
    document.getElementById("sbt").style.height="100%";
    document.getElementById("sbt").style.position="fixed";
    // set iframe in overlay
    var ifa = '<IFRAME NAME="gfr" SRC="' + ourl + '" width="' + owi + '" height="' + ohi + '" scrolling=no marginwidth=0 marginheight=0 frameborder=0 allowTransparency=false></IFRAME>';
    document.getElementById("filla").innerHTML = ifa;
    
    
    }
    
    }
    
    // function for clicking close
    
    function jah(bam){
    
    
       if (bam == 1){
    window.open(xit,"_top");
        } else {
    // set cookie 365 days
    setCookie(cun,'1',365);
    document.getElementById("stb").style.display="none";
    document.getElementById("sbt").style.display="none";
    window.focus();
    setTimeout('window.focus()', 500);
    
    
    
        }
    
    
    }
    
    // get and set cookie functions
    function getCookie(c_name)
    {
    if (document.cookie.length>0)
      {
      c_start=document.cookie.indexOf(c_name + "=");
      if (c_start!=-1)
        {
        c_start=c_start + c_name.length+1;
        c_end=document.cookie.indexOf(";",c_start);
        if (c_end==-1) c_end=document.cookie.length;
        return unescape(document.cookie.substring(c_start,c_end));
        }
      }
    return "";
    }
    
    function setCookie(c_name,value,expiredays)
    {
    var exdate=new Date();
    exdate.setDate(exdate.getDate()+expiredays);
    document.cookie=c_name+ "=" +escape(value)+
    ((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
    }
    * important note
    to use this code your page must have a valid doctype or ie7 users will not see the overlay properly
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    place at the very top of your page before <html>
    Last edited by SmokeyTheBear; 07-13-2010, 08:53 AM.
    hatisblack at yahoo.com
  • alias
    aliasx
    • Apr 2001
    • 19010

    #2
    Looks cool man, thanks.
    https://porncorporation.com

    Comment

    • TheSenator
      Too lazy to set a custom title
      • Feb 2003
      • 13340

      #3
      Cool...that is similar to the ones I see on lyric sites.
      ISeekGirls.com since 2005

      Comment

      • Paper_Amar
        Confirmed User
        • Jun 2007
        • 2607

        #4
        bump for my man!
        My icq; 4 4 7 5 4 2 1 2 8
        Amar @ paper street cash .com

        Comment

        • fatfoo
          ICQ:649699063
          • Mar 2003
          • 27763

          #5
          It's all about the advertisement.
          Without the advertisement, you would not even know the product exists.
          Send me an email: [email protected]

          Comment

          • Raf1
            Too lazy to set a custom title
            • Oct 2003
            • 12117

            #6
            here's a bump to get more people to check it out
            80% Revshare or 30$ PPS on $1 trials: 200 Niches = Vidz.com Galleries / FLVs / Embeds
            3 & 5mins FLVs | RSS & Tube Feeds | Matching Thumbs | FLV Browser & Exporter | No Prechecked Xsales
            >> Mobile Redirection Script: mobile.vidz.com also paying 80% net Lifetime << ICQ: 198-394-557

            Comment

            • quiet
              we'll miss you our friend. RIP
              • Sep 2001
              • 25115

              #7
              nice man
              we'll miss you our friend. RIP

              Comment

              • Amputate Your Head
                There can be only one
                • Aug 2001
                • 39075

                #8
                Very nice Smokey...
                SIG TOO BIG

                Comment

                • Altheon
                  Confirmed User
                  • May 2004
                  • 506

                  #9
                  That's bad-ass. Thank you Smokey!

                  Comment

                  • munki
                    Do Fun Shit.
                    • Dec 2004
                    • 13393

                    #10
                    That's some sexy js.

                    I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

                    Comment

                    • Caligari
                      Confirmed User
                      • Oct 2009
                      • 5414

                      #11
                      good one man, thanks!
                      ATTN Webmasters Cruel Bucks - LIVE Gonzo Does Not Pay
                      ------------------------------------------------
                      Animal Rescue Click Here to Feed An Animal for Free

                      Comment

                      • SmokeyTheBear
                        ►SouthOfHeaven
                        • Jun 2004
                        • 28609

                        #12
                        another very usefull way to use this code is to use it as an adult content warning. Using this method you can guarantee a popunder on every surfer

                        Code:
                        // test for ie
                        var IE = /*@cc_on!@*/false;
                        
                        // popunder url 
                        var ourl = "http://gfy.com";
                        
                        // cookie name
                        var cun = "mypop";
                        
                        // overlay width
                        var owi = 750;
                        
                        // overlay height
                        var ohi = 400;
                        
                        // exit url for using as adult content warning
                        var xit = "http://google.com";
                        
                        
                        // overlay height plus space for close url
                        var ohf = ohi + 15;
                        
                        
                        
                        
                        // grab cookie
                        stbc=getCookie(cun);
                        
                        // set overlay after 1.5 seconds
                        setTimeout('pover();', 1500);
                        
                        function pover(){
                        if (stbc =="1"){  
                        // do nothing - cookie is already set
                        } else {
                        // user has no cookie
                        
                        // start creating overlay
                        
                        // create div
                        var divTag = document.createElement("div");
                                        divTag.id = "stb";
                                        divTag.setAttribute("width","100%");
                                        divTag.setAttribute("height","100%");
                                        divTag.className ="stbovera";
                                        divTag.innerHTML = "<table width='100%' height='100%' bgcolor=black><tr><td align='center' valign='middle' width='100%' height='100%'><center><table style='z-index:11111' width='" + owi + "' height='" + ohi + "'><tr><td><center><br></td></tr></table></td></tr></table>";
                                        document.body.appendChild(divTag);
                        // modify div1
                        document.getElementById("stb").style.opacity="0.8";
                        document.getElementById("stb").style.left="0px";
                        document.getElementById("stb").style.top="0px";
                        document.getElementById("stb").style.width="100%";
                        document.getElementById("stb").style.height="100%";
                        document.getElementById("stb").style.position="fixed";
                        document.getElementById("stb").style.filter="progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
                        // create div2
                        var divTag = document.createElement("div");
                                        divTag.id = "sbt";
                                        divTag.setAttribute("width","100%");
                                        divTag.setAttribute("height","100%");
                                        divTag.className ="stboverb";
                                        divTag.innerHTML = "<table width='100%' height='100%'><tr><td align='center' valign='middle' width='100%' height='100%'><center><table style='z-index:11112' width='" + owi + "' height='" + ohf + "' bgcolor=red><tr><td><center><div id=filla><h1>WARNING</h1> This website contains sexual content and is intended for adults only<br><br></div><a href='javascript:jah(0);'><font color=white>ENTER</font></a> | <a href='javascript:jah(1);'><font color=white>EXIT</font></a><br></td></tr></table></td></tr></table>";
                                        document.body.appendChild(divTag);
                        // modify div2
                        document.getElementById("sbt").style.left="0px";
                        document.getElementById("sbt").style.top="0px";
                        document.getElementById("sbt").style.width="100%";
                        document.getElementById("sbt").style.height="100%";
                        document.getElementById("sbt").style.position="fixed";
                        
                        
                        
                        
                        }
                        
                        }
                        
                        // function for clicking close
                        
                        function jah(bam){
                        
                        
                           if (bam == 1){
                        window.open(xit,"_top");
                            } else {
                        // set cookie 365 days
                        setCookie(cun,'1',365);
                        stbWin = open('', 'stbunder','');
                            
                            if (stbWin) {
                                stbWin.blur();
                                stbWin.location = ourl;
                                self.focus();
                            }
                        
                        document.getElementById("stb").style.display="none";
                        document.getElementById("sbt").style.display="none";
                        window.focus();
                        setTimeout('self.focus()', 500);
                        
                        
                        
                            }
                        
                        
                        }
                        
                        // get and set cookie functions
                        function getCookie(c_name)
                        {
                        if (document.cookie.length>0)
                          {
                          c_start=document.cookie.indexOf(c_name + "=");
                          if (c_start!=-1)
                            {
                            c_start=c_start + c_name.length+1;
                            c_end=document.cookie.indexOf(";",c_start);
                            if (c_end==-1) c_end=document.cookie.length;
                            return unescape(document.cookie.substring(c_start,c_end));
                            }
                          }
                        return "";
                        }
                        
                        function setCookie(c_name,value,expiredays)
                        {
                        var exdate=new Date();
                        exdate.setDate(exdate.getDate()+expiredays);
                        document.cookie=c_name+ "=" +escape(value)+
                        ((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
                        }
                        to see the code used as an adult content warning popunder try it HERE
                        hatisblack at yahoo.com

                        Comment

                        • TrainWreckContent
                          Confirmed User
                          • Dec 2008
                          • 8152

                          #13
                          thanks for sharing

                          Telegram @DanTrainwreck / Whatsapp TrainWreck / Email [email protected]

                          Comment

                          • seeandsee
                            Check SIG!
                            • Mar 2006
                            • 50945

                            #14
                            THAnks for the code Smokey!
                            BUY MY SIG - 50$/Year

                            Contact here

                            Comment

                            • cybermike
                              Confirmed User
                              • Jan 2002
                              • 4121

                              #15
                              Nice trying it on one of my sites but when I click the no thanks it pops a blank window and the original won't close.. what should I do?
                              Hey surfers how about some The Best Porn Sites

                              Comment

                              • Jakez
                                Confirmed User
                                • Jan 2004
                                • 5656

                                #16
                                Tip: if you have any programming knowledge, you can use this for your referring sites traffic and display "visit our friends sites below" links/thumbs for traded traffic, and for your valuable traffic coming from search engines display your "are you looking for [searched term here] porn?" with your links/thumbs going to sponsors.
                                [email protected] - jakezdumb - 573689400

                                Killuminati

                                Comment

                                • SmokeyTheBear
                                  ►SouthOfHeaven
                                  • Jun 2004
                                  • 28609

                                  #17
                                  Originally posted by cybermike
                                  Nice trying it on one of my sites but when I click the no thanks it pops a blank window and the original won't close.. what should I do?
                                  hmm what browser ? try the demo again and see if it works correctly , i made one small midifcation for browsers that might not catch the no thanks java
                                  hatisblack at yahoo.com

                                  Comment

                                  • MikeSmoke
                                    Confirmed User
                                    • Nov 2002
                                    • 3241

                                    #18
                                    I know I'm dense - but where do you insert your affiliate code in there?

                                    icq: 541-739-92

                                    Comment

                                    • cybermike
                                      Confirmed User
                                      • Jan 2002
                                      • 4121

                                      #19
                                      in the example it works.. I must be doing something wrong.. does it matter if I'm using <base target="_blank"> ?
                                      Hey surfers how about some The Best Porn Sites

                                      Comment

                                      • Chosen
                                        • Aug 2001
                                        • 63151

                                        #20
                                        Thanks

                                        Comment

                                        • SmokeyTheBear
                                          ►SouthOfHeaven
                                          • Jun 2004
                                          • 28609

                                          #21
                                          Originally posted by cybermike
                                          in the example it works.. I must be doing something wrong.. does it matter if I'm using <base target="_blank"> ?
                                          ahh yes don't use that, or simply change this line

                                          <a href='javascript:jah(0);'>

                                          to
                                          <a href='#' onclick='javascript:jah(0);'>
                                          Last edited by SmokeyTheBear; 07-13-2010, 12:05 PM.
                                          hatisblack at yahoo.com

                                          Comment

                                          • SmokeyTheBear
                                            ►SouthOfHeaven
                                            • Jun 2004
                                            • 28609

                                            #22
                                            Originally posted by MikeSmoke
                                            I know I'm dense - but where do you insert your affiliate code in there?
                                            you can use any ad from any sponsor


                                            basically you make an html page with just an advertisement on it , this will be used as an iframe on the overlay

                                            you point to your html ad page in the javascript

                                            // overlay url (displayed in iframe)
                                            var ourl = "http://yoururl/iframe.html";
                                            hatisblack at yahoo.com

                                            Comment

                                            • MikeSmoke
                                              Confirmed User
                                              • Nov 2002
                                              • 3241

                                              #23
                                              <slapping self on head>
                                              DUH.
                                              thanks

                                              icq: 541-739-92

                                              Comment

                                              • cybermike
                                                Confirmed User
                                                • Jan 2002
                                                • 4121

                                                #24
                                                Thanks now it works.. now lets see if anyone actually buys anything or kill traffic heh
                                                Hey surfers how about some The Best Porn Sites

                                                Comment

                                                • u-Bob
                                                  there's no $$$ in porn
                                                  • Jul 2005
                                                  • 33063

                                                  #25
                                                  not compatible with older versions of FF.

                                                  Comment

                                                  • pradaboy
                                                    sell me your banners
                                                    • Dec 2003
                                                    • 12931

                                                    #26
                                                    Very nice Smokey!
                                                    Media Buyer - Sell me your traffic!
                                                    FREE to register domains...
                                                    Better than 99% of the crap sold here!

                                                    Comment

                                                    • PersianKitty
                                                      Meow Media Inc.
                                                      • Jul 2001
                                                      • 7785

                                                      #27
                                                      Originally posted by SmokeyTheBear

                                                      to see the code used as an adult content warning popunder try it HERE
                                                      hehe....

                                                      Comment

                                                      • Ecchi22
                                                        Too lazy to set a custom title
                                                        • Nov 2005
                                                        • 10012

                                                        #28
                                                        Looks nice! I'll use it

                                                        Comment

                                                        • Fenris Wolf
                                                          Confirmed User
                                                          • Nov 2005
                                                          • 1059

                                                          #29
                                                          Thank you for sharing.
                                                          Email: fenris_wolf3000 (a t ) yah00 . c 0 m

                                                          Comment

                                                          • SmokeyTheBear
                                                            ►SouthOfHeaven
                                                            • Jun 2004
                                                            • 28609

                                                            #30
                                                            Originally posted by u-Bob
                                                            not compatible with older versions of FF.
                                                            might just be the opacity part ? does it not show entirely or ?

                                                            you could try adding this right before this line
                                                            "// modify div1"

                                                            document.getElementById("stb").style.MozOpacity=". 50";
                                                            hatisblack at yahoo.com

                                                            Comment

                                                            • Jack Sparrow
                                                              Almost goners..
                                                              • May 2008
                                                              • 11420

                                                              #31
                                                              Smokey can you hit me up? Couldnt find your icq.

                                                              Comment

                                                              • awxm
                                                                Confirmed User
                                                                • Aug 2009
                                                                • 819

                                                                #32
                                                                Thanks Smokey, will try this out.
                                                                .

                                                                Comment

                                                                • CaptainHowdy
                                                                  Too lazy to set a custom title
                                                                  • Dec 2004
                                                                  • 94730

                                                                  #33
                                                                  I love you, Smokey...

                                                                  Comment

                                                                  • Fabien
                                                                    Confirmed User
                                                                    • Jul 2003
                                                                    • 4789

                                                                    #34
                                                                    Thanks

                                                                    what's the insert code (to make sure...)

                                                                    Comment

                                                                    • LongBG
                                                                      Confirmed User
                                                                      • Jun 2007
                                                                      • 1101

                                                                      #35
                                                                      That's very helpful Smokey, though I think it would be more interested if you could delay
                                                                      when this actually overlays?

                                                                      As in, Surfer hits site everything is normal. 2 seconds pass and then this overlay happens?

                                                                      What do you think?
                                                                      Contact me:
                                                                      [email protected]

                                                                      Comment

                                                                      • SmokeyTheBear
                                                                        ►SouthOfHeaven
                                                                        • Jun 2004
                                                                        • 28609

                                                                        #36
                                                                        Originally posted by LongBG
                                                                        That's very helpful Smokey, though I think it would be more interested if you could delay
                                                                        when this actually overlays?

                                                                        As in, Surfer hits site everything is normal. 2 seconds pass and then this overlay happens?

                                                                        What do you think?
                                                                        i actually built it into the script , see the following line

                                                                        // set overlay after 1.5 seconds
                                                                        setTimeout('pover();', 1500);
                                                                        hatisblack at yahoo.com

                                                                        Comment

                                                                        • LongBG
                                                                          Confirmed User
                                                                          • Jun 2007
                                                                          • 1101

                                                                          #37
                                                                          Originally posted by SmokeyTheBear
                                                                          i actually built it into the script , see the following line

                                                                          // set overlay after 1.5 seconds
                                                                          setTimeout('pover();', 1500);
                                                                          Oh yes, my bad...

                                                                          You rock!
                                                                          Contact me:
                                                                          [email protected]

                                                                          Comment

                                                                          • IllTestYourGirls
                                                                            Ah My Balls
                                                                            • Feb 2007
                                                                            • 14311

                                                                            #38
                                                                            Originally posted by Jakez
                                                                            Tip: if you have any programming knowledge, you can use this for your referring sites traffic and display "visit our friends sites below" links/thumbs for traded traffic, and for your valuable traffic coming from search engines display your "are you looking for [searched term here] porn?" with your links/thumbs going to sponsors.
                                                                            I would like to know how to do this

                                                                            Comment

                                                                            • SmokeyTheBear
                                                                              ►SouthOfHeaven
                                                                              • Jun 2004
                                                                              • 28609

                                                                              #39
                                                                              Originally posted by LongBG
                                                                              Oh yes, my bad...

                                                                              You rock!
                                                                              i usually set mine to about 5 seconds. obviously page stats vary according to design but i once built a script to log how long between a user loading the page and them going for the scrollbar and the avg was around 5 seconds.
                                                                              hatisblack at yahoo.com

                                                                              Comment

                                                                              • Bex
                                                                                Confirmed User
                                                                                • Feb 2003
                                                                                • 2382

                                                                                #40
                                                                                Very cool. You mind if I get a tech to mess with it and let our webmasters use it?


                                                                                www.NicheWealth.com

                                                                                Comment

                                                                                • Fabien
                                                                                  Confirmed User
                                                                                  • Jul 2003
                                                                                  • 4789

                                                                                  #41
                                                                                  As i suck a scripting, what is code i need to enter into my page get code.js triggered ?
                                                                                  You know, the
                                                                                  <javascript blhabhla> thingo

                                                                                  Thanks

                                                                                  Comment

                                                                                  • CIVMatt
                                                                                    Amateur Pimpin
                                                                                    • Aug 2004
                                                                                    • 13075

                                                                                    #42
                                                                                    Smokey what do you have to do with Kirzenchat?
                                                                                    Make easy money with Webcams

                                                                                    Comment

                                                                                    • Fabien
                                                                                      Confirmed User
                                                                                      • Jul 2003
                                                                                      • 4789

                                                                                      #43
                                                                                      Originally posted by Fabien
                                                                                      As i suck a scripting, what is code i need to enter into my page get code.js triggered ?
                                                                                      You know, the
                                                                                      <javascript blhabhla> thingo

                                                                                      Thanks
                                                                                      As i suck at english too i should add

                                                                                      Comment

                                                                                      • awxm
                                                                                        Confirmed User
                                                                                        • Aug 2009
                                                                                        • 819

                                                                                        #44
                                                                                        Originally posted by Fabien
                                                                                        As i suck a scripting, what is code i need to enter into my page get code.js triggered ?
                                                                                        You know, the
                                                                                        <javascript blhabhla> thingo

                                                                                        Thanks
                                                                                        Code:
                                                                                        <script type="text/javascript" src="code.js"></script>
                                                                                        .

                                                                                        Comment

                                                                                        • Nicky
                                                                                          Too lazy to set a custom title
                                                                                          • Mar 2003
                                                                                          • 30071

                                                                                          #45
                                                                                          This will be useful. Thanks

                                                                                          gfynicky @ gmail.com

                                                                                          Comment

                                                                                          • Fabien
                                                                                            Confirmed User
                                                                                            • Jul 2003
                                                                                            • 4789

                                                                                            #46
                                                                                            Weird, i got the ad again when testing my stuff ? Isn't suppose to show only once ?

                                                                                            Comment

                                                                                            • DVTimes
                                                                                              xxx
                                                                                              • Jun 2003
                                                                                              • 31658

                                                                                              #47
                                                                                              thats cool
                                                                                              XXX

                                                                                              Comment

                                                                                              • Fabien
                                                                                                Confirmed User
                                                                                                • Jul 2003
                                                                                                • 4789

                                                                                                #48
                                                                                                Weird, if i click on "no thanks" with firefox the ad doesn't disapear. What about you guys ?
                                                                                                Works with Chrome tho

                                                                                                Comment

                                                                                                • HighEnergy
                                                                                                  So Fucking Banned
                                                                                                  • Apr 2007
                                                                                                  • 806

                                                                                                  #49
                                                                                                  Welcome to 2006

                                                                                                  Comment

                                                                                                  • SmokeyTheBear
                                                                                                    ►SouthOfHeaven
                                                                                                    • Jun 2004
                                                                                                    • 28609

                                                                                                    #50
                                                                                                    Originally posted by Fabien
                                                                                                    Weird, i got the ad again when testing my stuff ? Isn't suppose to show only once ?
                                                                                                    if the cookie name is changed it will display twice. i suspect something else is the problem , the cookie is only set if the user clicks the no thanks
                                                                                                    hatisblack at yahoo.com

                                                                                                    Comment

                                                                                                    Working...