lreimage = new Array();
lreimage[0] = 'images/rotatingimage_04.jpg'
var lreran = 60/lreimage.length

function loadRndLREPhoto() {
  lrecurrentdate = new Date()
  lrecore = lrecurrentdate.getSeconds()
  lrecore = Math.floor(lrecore/lreran)
    return(lreimage[lrecore])
}

function getResult(daForm) {
    if (document.getElementById(daForm)) {
        var searchForm = document.getElementById(daForm);
        request(searchForm);
    }
}


function gotoSearchPage()
{
	if (document.getElementById('Type').value == 'Rental')
	{
		document.location.href = '/search-luxury-rentals.html';
	} else {
		document.location.href = '/search-luxury-properties.html';
	}
}

var beingFramed = window.parent.frames.length;
if (beingFramed == "1") {
/*alert("Redirecting to LuxuryRealEstate.com");*/
window.parent.location = "http://www.luxuryrealestate.com";
}
