var msg = 'The Employment section is open and available for browsing, if you are interested in job opportunities with Q Investments.\n\nThis section of the site is password-protected.  Click "OK" if you have received a username and password, or click "Cancel" to return to the previous page.';
var http;
var url;

function checkCookie()
{
	if (document.cookie.indexOf('qcookie') > -1)
		return true;
	else
		return confirm(msg);
}