<!--
/*
* 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\nGet a FREE week of \"Killer Copy Tactics\" in Real Audio format \nfor an inside peek at the secrets everyone is talking about!  \n\n-->  THIS FREE OFFER EXPIRES SOON! \n\nSimply click on 'OK' below and you'll get instructions \nfor accessing your FREE sample audio by email.";
var delay1 = "0";
var email1 = "1killercopytactics@nitromarketing.com ";
var buttonText1 = "Click Here for Week 1 Audio";
var emailSubject1 = "subscribe-oia";
var cookie1 = "c1";
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() + 1 * 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();
}
//-->
