 //regular mode
    // fetched offsite links
		var html = '<div class="feature_module" style="width:120px;">' +
					 '<div class="top">' + 
					 '<div class="tl"></div>' +
					  '' + 
					  '<div class="tr"></div><h1>Featured Offer</h1>' + 
					  '</div>' +
					  '<div class="content" style="padding-bottom:2px;">' +
					  ' <ul class="arrows" style="width:108px;">';
		     html += '<li><a href="/go_offsite?ctxt=30&ref=235&dest=http%3A%2F%2Fwww.realtytrac.com%2Fgateway_co.asp%3Faccnt%3D12202%26password%3Dhg2003" target="_blank">Foreclosed Homes</a></li>';
		     html += '<li><a href="http://www.homegain.com/ads/mortcent_partner/mortcent_4?ht=mortcent4">Get Mortgage Quotes, Fast, Easy and Free</a></li>';
		     html += '<li><a href="http://www.homegain.com/ads/movecent_partner/movecent_4?ht=movecent4">FREE Moving Quotes</a></li>';
		html += '</ul>' +
			    '</div>' +
				'<div class="btm"><div class="bl"></div><div class="br"></div></div></div>';
		document.write(html);



