<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>The Joys and Dilemmas of Wealth Study</title>

<link rel="stylesheet" type="text/css" href="style\stylesheet.css">

<script language="JavaScript" src="scripts\scripts.js">
</script>

<script language="JavaScript" src="scripts\stylesheet.js">
</script>

<script language="JavaScript">
function submitted(val){
 document.myForm.strSubmitButtonVal.value = val;
 document.myForm.submit();
}

//if we want the user to be able to go to another page without being prompted,
//we set "closeSession" = false in onClick event of the link/submit/button
var closeSession = true;

//window.onbeforeunload = backButtonPressed;

// onuload works for IE back and refresh
// what about forward?  currently sends them back because of ASP programming!  how to determine whether back or forward was clicked?
// onunload does NOT work for browser close - try onbeforeunload next

window.onbeforeunload=function() {

	if (closeSession == true && document.myForm.formChanged.value == 1) {
		if (navigator.userAgent.toLowerCase().indexOf("safari") == -1) {
			//document.myForm.strSubmitButtonVal.value = val;
			document.myForm.submit();
		} else {

			//isSaving = confirm("Would you like to save your changes?")
			//if (isSaving) {
				//document.myForm.strSubmitButtonVal.value = "Unload";
				//document.myForm.submit();
			//}
		}

	}
}

</script>

<style type="text/css">
#status_bar {
		position: relative;
		width: 152px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}


#y1s1_bar {
		position: relative;
		width: 150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#y1s1red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}


#x1s1_bar {
		position: relative;
		width: 150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#x1s1red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}


#r1s1_bar {
		position: relative;
		width: 150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#r1s1red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}


#y2s1_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#y2s1red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}

#x2s1_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#x2s1red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}

#r2s1_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#r2s1red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}

#y1s2_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#y1s2red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}


#x1s2_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#x1s2red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}


#r1s2_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#r1s2red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}


#y2s2_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#y2s2red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}

#x2s2_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#x2s2red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}

#r2s2_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#r2s2red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}

#s3_bar {
		position:	relative;
		width:150px;
		height: 10px;
		background: #cccccc;
		border: solid 1px #000000;
}

#s3red_bar {
		position:	absolute;
		top:		0px;
		left:		0px;

		height:		100%;
		font-size:  6px;
		background:	#670001;
		z-index:	10;
}
</style>

</head>
<body bgcolor="#e8e3d4">

<form name="myForm" action="index.asp" method="post">

<!-- change the client logo or remove the DRG log if necessary -->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="150" align="center" valign="center" height="150" class="title">
<img src="images\5c_seal.jpg" alt="" border="0" height="118" width="118">
</td>
<td width="600" height="150" class="title"><font color="#ffffff">The Center on Wealth and Philanthropy at Boston College</font></td>
</tr>
</table>

<table cellpadding="0" cellspacing="0" border="0">
<tr>


<td width="375"  height="30" align="left">
<table cellpadding="0" cellspacing="0" border="0">
<td align="left" valign="bottom">

</td>
</table>
</td>


<td width="375"  height="30" align="right">
<table cellpadding="0" cellspacing="0" border="0">
<td align="right" valign="bottom">

</td>
<td align="right" valign="bottom">

</td>
</tr>
</table>
</td>

</tr>
</table>

<br>

<script language="javascript">

</script>


<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="750" colspan="2">
<div align="center" class="heavy">
<font size="6" color=""><b>The Joys and Dilemmas of Wealth</b></font>
<br><br>
<font size="4" color=""><b>C O N F I D E N T I A L</b></font>
</div>
<div align="left" class="heavy">
<p>Please enter the Username and Password exactly as they were assigned to you.  Please note, for additional security, the password is case sensitive.  You will be able to change your username and password once you have logged in.</p>
<!--
<ul>
<li>No information shall be presented or published in any way that would permit identification of any individual.<br><br></li>
<li>The questionnaire does not ask for your name or any information regarding your identity.<br><br></li>
<li>Your answers will be combined with other answers for statistical analysis.<br><br></li>
<li>Please note, some AOL browsers are incompatible with the survey software.  We recommend using<br>a different browser (e.g. Internet Explorer, Firefox, Safari) to access the survey.<br><br></li>
<li>If you have any questions about this survey, please call Robert Kenny (Robert.Kenny@BC.edu) at the Center on Wealth and Philanthropy at 617-552-1231 or 617-620-0970 (after hours).</li>
</ul>
-->
</div>
</td>
</tr>
<!--
<tr>
<td width="750"><h5><br><br><br>Login to: The Joys and Dilemmas of Wealth Study</h5><br /></td>
</tr>
-->

</table>

<table cellpadding="0" cellspacing="0" border="0">
<!--<tr>
<td width="100">&nbsp;</td>
<td width="550" colspan="3" valign="top">Please enter the Username and Password specified in the email we sent you.  Please note, all letters in the Password must be entered as capital letters.<br><br></td>
<td width="100">&nbsp;</td>
</tr> -->
<tr>
<td width="100">&nbsp;</td>
<td width="250" valign="top" align="right" class="table_header">Username:&nbsp;&nbsp;</td>
<!--
<td width="200" valign="top" class="table_header"><a href="chnm.asp" target="_blank">[Change Username]</a></td>
-->
<td width="300" valign="top"><input tabindex="1" type="text" name="strNewUsername" maxlength="20" size="20"><br></td>
<td width="100">&nbsp;</td>
</tr>
<tr>
<td width="100">&nbsp;</td>
<td width="250" valign="top" align="right" class="table_header">Password:&nbsp;&nbsp;</td>
<!--
<td width="200" valign="top" class="table_header"><a href="chpw.asp" target="_blank">[Change Password]</a></td>
-->
<td width="300" valign="top"><input tabindex="2" type="password" name="strNewPassword" maxlength="20" size="20"><br><br></td>
<td width="100">&nbsp;</td>
</tr>

<tr>
<td width="750" colspan="4" align="center"><input tabindex="3" type="submit" name="mySubmit" value="Log In" class="button" onclick="closeSession = false;"></td>
</tr>
</table>
<br>
<input type="hidden" name="blnData" value="0">
<input type="hidden" name="blnTest" value="0">
<input type="hidden" name="blnEdit" value="0">
<input type="hidden" name="thedrg" value="">

<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="750" align="right" class="footer">
<hr>
<address>
Questions? Contact Robert Kenny (Robert.Kenny@BC.edu)<br>at the Center on Wealth and Philanthropy<br>
at 617-552-1231 or 617-620-0970 (after hours).<br>
&copy; 2007 The Trustees of Boston College.
</address><br>

</td>
</tr>
</table>

<input type="hidden" name="strSubmitButtonVal" value="Next">
<input type="hidden" name="strPage" value="login">

</form>
</body>

</html>