<!--
/*
/////////////////////////////////////////////////////////////////////////
LICENSE AGREEMENT: 
IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
Script Name: WE Exit Consol V.2.00
Copyright (C) 2001 - 2003 Web Editors - All rights reserved.

CONDITIONS:
Redistribution and use of this JavaScript, with or without modification, are permitted
provided that this LICENSE AGREEMENT is intact. Redistribution of this JavaScript in
any form for profit is strictly prohibited. The name "Web Editors" may not be used to
endorse or promote products derived from this JavaScript without specific prior written
permission. This JavaScript must be isolated within it's own <script></script> tags.

Web Editors retains all right, title, and interest in and to the Original JavaScript. This
JavaScript is protected by copyright laws. If you modify this JavaScript; the modified
files must carry prominent notices stating that you made changes and the date of any
changes in the NOTES section below.

DISCLAIMER:
THIS JAVASCRIPT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN NO EVENT SHALL WEB
EDITORS BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF BUSINESS, LOSS OF USE OR DATA,
INTERRUPTION OF BUSINESS, OR FOR INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
OF ANY KIND, ARISING FROM ANY ERROR IN THIS JAVASCRIPT.

NOTES:
Author: Alexander Nietzen M. - Web Editors.
Script date: 01/11/2003 - (for checking version upgrades)
for installation insructions and free download visit http://www.webeditors.com
/////////////////////////////////////////////////////////////////////////
*/

// What is your domain name? do not include http:// or  a slash '/' at the end.
var WEexit_domain_name = 'www.cucumber.com';

// Where is your exit pop page? full URL path to exit page.
var WEexit_page_pop_up = "http://www.cucumber.com/survey_leaving.asp";

// Where is your blur page? This is called child.html by default.
var WEblur_page = "child.html";

// Use cookies to find out whether or not to launch blured page. the blur page is child.html by default.
// What is your cookie name to use for the exit consol?
var WEExit_cookie_name = "hidden";

// window settings for exit consol pop up.
// legend: toolbars, menubar, location, height, width, status, scrollbars.
var WEExit_pop_up = new Array('no','no','no',335,521,'no','no');

// Note: Cookie is expired once the exit pop up is executed.
//-->