
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 ////////
///////////////////////////////////////////////////////////////////
"Our Gift To You:  Receive 3 FREE Special Reports Via Email...\n\n -> 8 Ways To Reduce Pre-Wedding Stress\n -> The 10 Most Asked Questions by Brides\n -> 15 Secret Invitation Tips\n\nPress The 'OK' Button TWICE To Receive These \nFree Reports And Subscribe to the \nWedding Marketplace Newsletter!\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;

