<!--
/*
* 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 ProspectProLeads.com Newsletter and get  \nthe free network marketing report everyone is talking about:  \n\n-->  \"Exactly How Your Competition Just Stole \n-->  10 New Downline Members Right Out Of Your Lap!\"  \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 = "1ppl@prospectpro.com";
var buttonText1 = "Click here to subscribe";
var emailSubject1 = "subscribe";
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();
}
//-->


