// JavaScript Document
  
<!--
function ContactPop(deal,agent) {
	newwindow=window.open("http://www.toptenrealestatedeals.com/outlink_form.php?deal="+deal+"&agent="+agent,deal,'height=600,width=300');
	if (window.focus) {newwindow.focus()}
	return false;
}

// -->

