
function doSearch2() {
	document.forms['mls_search'].action = '/MLSListings';
	document.forms['mls_search'].submit();
}


function showPic (whichpic) {
    if (document.getElementById) {
        document.getElementById('placeholder').src = whichpic.href;
        document.getElementById('placeholder').title = whichpic.title;
        return false;
    } else {
        return true;
    }
}
