pageArray = new Array (" ",
"http://www.raymondjames.com/skotynsky/AssetAllocation.aspx",
"http://www.raymondjames.com/skotynsky/AssetManagement.aspx",
"http://www.raymondjames.com/skotynsky/MutualFunds.aspx",
"http://www.raymondjames.com/skotynsky/Stocks.aspx",
"http://www.raymondjames.com/skotynsky/Bonds.aspx",
"http://www.raymondjames.com/skotynsky/401(k).aspx");

function changeIf (newpage) {
	document.all.myframe.src = pageArray[newpage];
 	document.all.myframe.style.visibility="visible";
	window.location='#top';
}

document.write ("<p>Additional Links:</p>");
document.write ("<ul>");
document.write ("<li><a href='financial_services_retirement_planning.html'>Retirement planning</a> - Charting a course for your retirement destination. </font></li>");
document.write ("<li><a href='financial_services_finanicial_planning.html'>Financial planning</a> - Your financial future is important. Don’t trust it to just anyone. </font></li>");
document.write ("<li><a href='financial_services_college_planning.html'>College planning</a> - What will it take to deliver the dream? </font></li>");
document.write ("<li><a href='financial_services_estate_planning.html'>Estate planning</a> - Peace of mind takes planning. </font></li>");
document.write ("<li><a class='over' href='javascript:changeIf(1)'>Asset allocation</a> - Asset allocation versus diversification - what’s the difference?</li>");
document.write ("<li><a class='over' href='javascript:changeIf(2)'>Asset management</a> -  Discover the benefits of professional asset management.</li>");
document.write ("<li><a class='over' href='javascript:changeIf(3)'>Mutual funds</a> - Your purchasing power . . . multiplied.</li>");
document.write ("<li><a  class='over' href='javascript:changeIf(4)'>Stocks</a> -  How do stocks fit into my financial plan?</li>");
document.write ("<li><a  class='over' href='javascript:changeIf(5)'>Bonds</a> - Are bonds right for you?</li>");
document.write ("<li><a  class='over' href='javascript:changeIf(6)'>401(k)</a> - What to Expect From Your 401(k) Advisor</li>");
document.write ("</ul>");
