Our Listings
Recently Sold
Sold Property Search
CyberHomes
Financial Calculator
Buyer & Seller Tips
Consumer Video Tips
Neighborhood Info
Other Content
Contact Us
Contact Us

Here is an example web page demonstrating how to include a sold search on your webpage:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>MLSLI Sold Search Example</title>

<script src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1" type="text/javascript"></script>
<script src="http://3pv.mlsstratus.com/api/sap.js" type="text/javascript"></script> <script type="text/javascript">
    //<![CDATA[
    function load() { var search = new com.mlsstratus.SoldSearch(document.getElementById('soldSearch'),
            'Enter Key Provided by the Realtor Here'); }
    //]]>
</script>
</head>

<body onload="load()" >

<div id="soldSearch"></div>

</body>
</html>