Using Pop Up Windows To Boost Your Subscriber Base

Here is another great way to increase your ezine subscriber base. This javascript code will allow a pup up window to open when your main page loads. Use this popup window to open a window that allows users to subscribe to your Ezine. We have used this technique and found that it increases overall subscriber rates by 20-30%. The only change you need to make in the code is to replace the words yourpagename.html with the actual name of the page you will use for your pop up window. Another great thing is the pop up window will only open the first time a visitor comes to your site due to the use of a cookie coded within the script.

HERE IS THE CODE:

<SCRIPT LANGUAGE="JavaScript">
<!--
function GetCookie(name) {
var arg=name+"=";
var alen=arg.length;
var clen=document.cookie.length;
var i=0;
while (i<clen) {
var j=i+alen;
if (document.cookie.substring(i,j)==arg)
return "here";
i=document.cookie.indexOf(" ",i)+1;
if (i==0) break;
}
return null;
}
var visit=GetCookie("COOKIE1");
if (visit==null){
var expire=new Date();
window.name = "thiswin";
newwin=open("yourpagename.html", "dispwin",
"width=300,height=400,scrollbars=yes,menubar=no");
expire=new Date(expire.getTime()+7776000000);
document.cookie="COOKIE1=here; expires="+expire;
}
// -->
</SCRIPT>


The Peer-to-Peer Traffic Revolution has begun:  Discover how to get all the FREE targeted online traffic you can handle by clicking HERE! Start getting traffic in just 5 minutes from now!