var listings = new Array();

// The format of the array below is as follows:
// agents[agents.length] = "picUrl|someText";
//
// NOTE: The listings array dynamically increases.  So
// just copy the line and put the data between the quotes.

/* EXAMPLE LISTING FORMAT
//8656 Argyle Ave.
listings[listings.length] = "http://maris.rapmls.com/listingpics/tmbphoto/010/527110.jpg|<p>8656 Argyle Ave.<br>St. Louis, MO 63114<br><a href='http://maris.rapmls.com/scripts/mgrqispi.dll?APPNAME=Gstl&PRGNAME=MLSLogin&ARGUMENT=oQ2VTpYzmiWOBfsUYhRR0A%3D%3D' target='_blank'><b>view details</b></a></p>";


ENTER LISTINGS ON LINES BELOW*/


//614 Danny Dr.
listings[listings.length] = "http://maris.rapmls.com/listingpics/tmbphoto/075/457575.jpg|<p>614 Danny Lane<br>O'Fallon, MO 63366<br><a href='http://maris.rapmls.com/scripts/mgrqispi.dll?APPNAME=Gstl&PRGNAME=MLSLogin&ARGUMENT=iK5evbWRWQl4eaY2psxf0Q%3D%3D' target='_blank'><b>view details</b></a></p>";


//325 Westbrook
listings[listings.length] = "http://maris.rapmls.com/listingpics/tmbphoto/013/614013.jpg|<p>325 Westbrook<br>O'Fallon, MO 63366<br><a href='http://maris.rapmls.com/scripts/mgrqispi.dll?APPNAME=Gstl&PRGNAME=MLSLogin&ARGUMENT=32repQRfeEsRY8dNAy46ZQ%3D%3D' target='_blank'><b>view details</b></a></p>";





