function displayMatch() {
	self.name = "mm_main";
	document.name="mm_main";
	winprops = 'toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=413,height=400';
	win=window.open("/match-maker/popup.asp?URL="+document.location.href, "remote", winprops);
}