<!--
var m_objWin;

//eliminate frames
if( ( top != self ) || (document.location.href.indexOf("www.laurenceowen.com") == -1))
{
 		 //top.location.replace("http://www.laurenceowen.com/");
}
  
function openMLS()
{
      var sFeatures = 'toolbar=no,location=no,directories=no,status=no,menubar,scrollbars,titlebar,resizable,left=60,top=20,width=580,height=560';
      m_objWin = this.open("http://mlsr.realtylink.org/mlsrframes/res_sale_form.cfm?cid=1005713", "MLS", sFeatures);
      m_objWin.focus();
}



//-->