
function featuredProperties() {
	var agent=navigator.userAgent.toLowerCase();
	var is_iphone = ((agent.indexOf('iphone')!=-1));
	if (!is_iphone) {
		// This is the original stuff
		document.write('<table cellpadding="2" cellspacing="2" border="0"><tr><td>');
		document.write('<img src="images/FP_netlease.jpg" alt="NNN Net Lease for Sale" width="130" height="130" border="0">');
		document.write('</td><td><iframe id=macromedia_index name="iframe01" src="featured_properties_nl1.html" width="280" height="130" scrolling="Auto"></iframe></td></tr></table>');
		document.write('<table cellpadding="2" cellspacing="2" border="0"><tr><td>');
		document.write('<img src="images/FP_multifamily.jpg" alt="Multi Family Apartments for Sale" width="130" height="130" border="0">');
		document.write('</td><td><iframe id=macromedia_index name="iframe01" src="featured_properties_mf1.html" width="280" height="130" scrolling="Auto"></iframe></td></tr></table>');
		document.write('<table cellpadding="2" cellspacing="2" border="0"><tr><td>');
		document.write('<img src="images/FP_ticalt1.jpg" alt="Property and Debt for Sale" width="130" height="130" border="0">');
		document.write('</td><td><iframe id=macromedia_index name="iframe01" src="featured_properties_reo.html" width="280" height="130" scrolling="Auto"></iframe></td></tr></table>');
	} else {
		// iPhone
		document.write('<table cellpadding="2" cellspacing="2" border="0"><tr><td>');
		document.write('<img src="images/FP_netlease.jpg" alt="NNN Net Lease for Sale" width="130" height="130" border="0">');
		document.write('</td><td><div class="scrollwrapper"><div id="iframe1" class="scrollable">&nbsp;</div></div></td></tr></table>');
		document.write('<table cellpadding="2" cellspacing="2" border="0"><tr><td>');
		document.write('<img src="images/FP_multifamily.jpg" alt="Multi Family Apartments for Sale" width="130" height="130" border="0">');
		document.write('</td><td><div class="scrollwrapper"><div id="iframe2" class="scrollable">&nbsp;</div></div></td></tr></table>');
		document.write('<table cellpadding="2" cellspacing="2" border="0"><tr><td>');
		document.write('<img src="images/FP_ticalt1.jpg" alt="Property and Debt for Sale" width="130" height="130" border="0">');
		document.write('</td><td><div class="scrollwrapper"><div id="iframe3" class="scrollable">&nbsp;</div></div></td></tr></table>');
	}	
}


function populateIFrames() {
	populateIFrame("#iframe1", "featured_properties_nl1.html");
	populateIFrame("#iframe2", "featured_properties_mf1.html");
	populateIFrame("#iframe3", "featured_properties_reo.html");
}

