// function allows for email link popups
function emailWin(brand,to){
	window.open('http://www.amexpub.com/applications/email.cfm?brand='+brand+'&to='+to+'&url='+location.href, 'emailwindow', 'width=350,height=350,scrollbars=No,location=No,left=50,top=50,menubar=No,alwaysRaised=No,resizable=Yes,toolbar=No,status=No');
}