//////////////////////////////////////////////////////////////////////
//															
//                     Opt-In Lightning
//                      			  
//     Main Script Code By Gary Ambrose ( panic@panicweb.net )
//    Additional Code By Donald Rowell ( drowell@lordjava.com )
//           
//       Distributed By And Designed For Brian Garvin of
//              http://www.optinlightning.com				 
// 														  
//                    Copyright <c> 2001     			
//														
//     Selling or distributing this software in whole or              
//     in part or of any modification of this software without 		 		 
//     written permission is expressly forbidden. Permission			
//     to modify the script for personal use on the domain for
//     which this script is licensed is granted to the purchaser.      
//     In all cases this full header and copyright information        
//	   must remain fully intact. Any and All violators will be 			
//	   PROSECUTED to the fullest extent of the law.						
//															
//////////////////////////////////////////////////////////////////////
//                 
//                         lightning.js
//
//  javascript code used in conjunction with the auto-capture system 
//   ONLY EDIT THE ONE LINE OF CODE BETWEEN THE EDIT COMMENTS BELOW
//
//////////////////////////////////////////////////////////////////////

function setCookie(name, value, expire)
{document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString()))}

function getCookie(Name)
{var search = Name + "=";if (document.cookie.length > 0)
{offset = document.cookie.indexOf(search);
if (offset != -1) {offset += search.length;end = document.cookie.indexOf(";",offset);
if (end == -1)
end = document.cookie.length;return unescape(document.cookie.substring(offset, end))
		}
	}
}

function setBeenHere()
{ var Value="thunder";setCookie("thunder",Value,null);
	}

function DoIt()
{ if (navigator.appVersion.indexOf("AOL") == -1){var GetIt=getCookie("thunder");
	if(GetIt==null){
		if (confirm(
///////////////////////////////////////////////////////////////////
//////// EDIT THE NEXT LINE ONLY - EDIT THE NEXT LINE ONLY ////////
///////////////////////////////////////////////////////////////////
"This apparently annoying Pop-up technology can not only bother\nand distract but it can also grab and steal your email address without\nyou even realizing it. To find out how this technology can be used\nindiscriminately and where and how it can be found, subscribe now\nto MasterMind Explorer monthly report.\n\nFind out before everyone else the routes and tools to make\nyour voice heard and your art seen.\n\n30+ plus pages of unique, original content unavailable elsewhere.\nVendor independent news and reports.\nFind out first.\nSubscribe now.\nFree.\n "))
///////////////////////////////////////////////////////////////////
////// DO NOT EDIT ANY FURTHER - DO NOT EDIT ANY FURTHER //////////
///////////////////////////////////////////////////////////////////
{setBeenHere();
document.lightning.button.click();
} else
	{setBeenHere();
			}
		}
	}
}

function NukeIt()
{setCookie("lightning",null,null);
	}

var counted=0;


