function getsidenavwhere (pageName)
{	
	document.write('<ul><li id="q1"><a href="/feature_whereq1_may09.html">1. How long will it last?</a></li><li id="q2"><a href="/feature_whereq2_may09.html">2. Why should you stay invested in stock market?</a></li><li id="q3"><a href="/feature_whereq3_may09.html">3. How can you confidently get back into stocks?</a></li><li id="q4"><a href="/feature_whereq4_may09.html">4. Does asset allocation work?</a></li><li id="q5"><a href="/feature_whereq5_may09.html">5. What should you keep in mind in all financial climates?</a></li></ul>');
	
	document.getElementById(pageName).className = "active"; 	
}

