function setLoc()
{
	if(location.host == 'www.alamode.com') return; 
	try
	{
		var iframe = document.frames['darla'];document.frames['darla'].location.href = 'http://' + location.host + '/xsellerate_v2/ratelock.aspx' + document.location.search;
	}
	catch(e){} 
}

function iFrameHeight()
{
	try
	{
		var h = 0;
		if(document.getElementById && !(document.all))
		{
			h = document.getElementById('darla').contentDocument.body.scrollHeight;
			document.getElementById('darla').style.height = h + 50;
		}
		else if(document.all)
		{
			h = document.frames['darla'].document.body.scrollHeight;
			document.all.darla.style.height = h + 50;
		}
	}
	catch(e){}
}
