
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_ticalt1.jpg" alt="Tenant in Common Investments" width="130" height="130" border="0">');
		document.write('</td><td><iframe id=macromedia_index name="iframe01" src="featured_properties_tic1.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_ticalt1.jpg" alt="Tenant in Common Investments" 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.populateIFrames = function() {
	populateIFrame("#iframe1", "featured_properties_tic1.html");
}
