// LINKSTER ---------------------------------------------------------------->
// Date:		03.04.2009
// Author:		csimmons
// FileName:	linkster.js
// Version:		0.1
// Note:		Based on the VA script

function externalLink(whichMsg) {
	switch(whichMsg)
	{
	case 1:
	   var msg='This link leaves the website of the Atlanta Research and Education Foundation (AREF). The appearance of this hyperlink does not constitute endorsement by AREF of this website or the information, products or services contained therein.';
	  break;
	case 2:
	  var msg='This link leaves the website of the Atlanta Research and Education Foundation (AREF). All information provided on the online application by the user will be collected by AREF through a third party provider (ADP). To complete the application, the user will be redirected to ADP\'s website. ADP may only process the user\'s personal information according to AREF\'s instructions, and AREF, not ADP, maintains ownership of the data submitted. By proceeding to the online application, the user understands the aforementioned terms and further acknowledges that personal details will be saved in an electronic form.';
	  break;
	default:
	   var msg='This link leaves the website of the Atlanta Research and Education Foundation (AREF). The appearance of this hyperlink does not constitute endorsement by AREF of this website or the information, products or services contained therein.';
	}
	alert(msg);
}
