
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_netzeros.jpg" alt="NNN Zeros" width="130" height="130" border="0">');
		document.write('</td><td><iframe id=macromedia_index name="iframe01" src="../featured_properties_nlz.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_netzeros.jpg" alt="NNN Zeros" 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("#iframe3", "../featured_properties_nlz.html");
}

