<!--
/*
* The following code is Copyright(c) 2002 Steve Shaw and Ryan Diess.
* All rights reserved. Steve Shaw is the programmer of the script and
* can be reached at steve@takanomi.com, web site http://takanomi.com.
* Ryan Deiss is an Austin based internet business owner, email
* ryan@sitesightings.com, web site http://www.SiteSightings.com
*/
var displayText1 = "STOP!! Do not close this window...\n\nSubscribe to the DNA of MLM Success FREE Newsletter to recieve  \ncutting edge personal development insights to success:  \n\nSimply click on 'OK' below and you'll be subscribed automatically.   \n\nDon't worry.  Your email address will never be rented, traded or sold. \nYour complete confidentiality is guaranteed.";
var delay1 = "0";
var email1 = "zufelt-7022@sendtheinfo.com";
var buttonText1 = "Click Here To Subscribe";
var emailSubject1 = "New Contact: DNA of MLM Success";
var cookie1 = "dnaofmlm";

function optin1(text)
{
	setOptinCookie1();
	if(confirm(text)) document.mailer1.subscribe1.click();
}

function showButton1()
{
	document.write("<form name=mailer1 id=mailer1 method=post action='mailto:"+email1);
	document.write((emailSubject1!="")?"?subject="+emailSubject1:"");
	document.write("' ENCTYPE=\"text/plain\">");
	document.write("<input type='submit' onclick='setPermanentCookie1();'");
	if(!document.layers)
		document.write(" STYLE='cursor:hand;background:#C6D1FF' onMouseOver=\"this.style.backgroundColor = '#F0F8FF'\" onMouseOut=\"this.style.backgroundColor = '#C6D1FF'\"");

	document.write("  value='"+buttonText1+"'");
	document.write("' name=subscribe1 id=subscribe1></form>");
}

function Go1()
{
	if (getOptinCookie1(cookie1)=="")setTimeout("optin1(displayText1);",delay1 * 1000);
}

function getOptinCookie1(cookieName1) 
{
	var id = cookieName1 + "=";
	var cookievalue = "";
	if (document.cookie.length > 0) 
	{
		offset = document.cookie.indexOf(id);
		if (offset != -1) cookievalue = "x";
	}
	return cookievalue;
}

function setOptinCookie1 () 
{
	var today = new Date();
	var expdate = new Date(today.getTime() + 3 * 24 * 60 * 60 * 1000);
	document.cookie = cookie1 + "=done;expires=" + expdate.toGMTString();
}

function setPermanentCookie1 () 
{
	var today = new Date();
	var expdate = new Date(today.getTime() + 311040000000);
	document.cookie = cookie1 + "=done;expires=" + expdate.toGMTString();
}
//-->