<!-- hide script from old browsers

var frameurl = 'http://www.mlsfinder.com/fl_mfrmls/sheilacalistri?action=newsearchsession';

/*
var x = location.search.substr(1).split("&");
if (x.length > 0) {

for (var i=0; i<x.length; i++) {
	var y = x[i].split("=");
}
var loconly = y[1];
var locsearch = x[0];

}
*/
var criteria = '&'+parent.location.search.substr(1);


function processSubmit () {
var frameurl = 'http://www.mlsfinder.com/fl_mfrmls/sheilacalistri?action=newsearchsession';
var criteria = '&'+parent.location.search.substr(1);
if (document.myform.min_price.value)	frameurl+='&min_price='+document.myform.min_price.value;
if (document.myform.max_price.value)	frameurl+='&max_price='+document.myform.max_price.value;
if (document.myform.sort.value)		frameurl+='&sort='+document.myform.sort.value;
if (document.myform.min_bedrooms.value)	frameurl+='&min_bedrooms='+document.myform.min_bedrooms.value;
if (document.myform.min_bathrooms.value)	frameurl+='&min_bathrooms='+document.myform.min_bathrooms.value;
if (document.myform.water_front.checked)	frameurl+='&waterfront=y';
if (document.myform.has_golf.checked)	frameurl+='&has_golf=y';
if (document.myform.has_pool.checked)	frameurl+='&has_pool=y';
if (document.myform.has_garage.checked)	frameurl+='&has_garage=y';

if (document.myform.single_family.checked)	frameurl+='&single_family=y';
if (document.myform.condo.checked)	frameurl+='&condo=y';
if (document.myform.townhouse.checked)	frameurl+='&townhouse=y';
if (document.myform.half_duplex.checked)	frameurl+='&half_duplex=y';
if (document.myform.duplex.checked)	frameurl+='&duplex=y';
if (document.myform.mobile_home.checked)	frameurl+='&mobile_home=y';
if (document.myform.multi_family.checked)	frameurl+='&multi_family=y';
if (document.myform.lots_acreage.checked)	frameurl+='&lots_acreage=y';
if (document.myform.investment.checked)	frameurl+='&investment=y';
if (document.myform.commercial.checked)	frameurl+='&commercial=y';

self.frames['results'].location.href = frameurl+criteria;
return false;


}
document.write('<table width="100% border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="white" id="AutoNumber2" cellpadding="0">');
document.write('			<tr><td width="100%"><iframe name="results" align="center" scrolling="no" width="100%" height="2400" frameborder="0" marginheight="1" marginwidth="1" src="'+frameurl+criteria+'" align="top" target="_blank"></iframe></td></tr>');
document.write('</table>');

// end hiding script from old browsers -->
