

function exitSite(newlink){
	var message = "You are about to leave the Sterling Bank Web site.\nYou may click OK to proceed or Cancel to return.\n\nNote, that if you choose to proceed, a new browser window \nwill be opened.  To return to Sterling Bank's site, close the new \nbrowser window.\n \nPlease turn off any pop-up blockers to allow this transfer.";
	iq = confirm(message);
	if (iq != "0"){
		window.open(newlink)
	}
}

/*



function exitSite(newlink){
	window.open('includes/NewWindow.cfm?' + newlink + ','_blank','width=' + 550 + ',height=' + 350 + ',resizable, toolbar=no,scrollbars=yes')
}		 

*/