
var aBreadcrumbs = new Array();
var oPop = null;

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


function preloadImages()
{	var doc = document; 
	
	if(doc.images)
	{ 	if(!doc.imageList) doc.imageList = new Array();
   	
		var i;
		var j = doc.imageList.length
		var args = preloadImages.arguments;
		 
		for(i = 0; i < args.length; i++)
   		if (args[i].indexOf("#")!=0)
		{ 	doc.imagesList[j] = new Image; 
			doc.imageList[j++].src = args[i];
		}
	}
}

function createHeader()
{	document.write("<td colspan='3'>");
	document.write("<table width='780' border='0' cellpadding='0' cellspacing='0'>");
	document.write("<tr>");
	document.write("<td style='background: url(images/header_badge0307.gif) top left no-repeat;'><a href='default.html'><img src='images/spacer.gif' width='775' height='85' alt=''></a></td>");
	document.write("</tr>");
	document.write("</table>");
	
	
	document.write("</td>");
	
	document.write("</td></tr>");
}

function createSearch() {
document.write("<form style='border: 0; margin: 0' action='http://search.ria.fidelity.com/cgi-bin/msmfind.exe'>");
document.write("<table border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td><input style='border-top: 1px solid #8b8b8b; border-left: 1px solid #8b8b8b; border-bottom: 1px solid #c5c5c5; border-right: 1px solid #c5c5c5; width: 150px; height: 20px; font-size: 11px; color: #7A9DB2;' type='text' name='query'></td><td><img src='images/spacer.gif' width='5' height='1' alt=''></td><td><input type='image' src='images/btn_search2.gif' value='submit'></td><td><img src='images/spacer.gif' width='5' height='1' alt=''></td>");
document.write("</tr>");
document.write("</table>");
document.write("</form>");
}

function Breadcrumb(sName, sHref)
{	this.name = sName;
	this.href = sHref;
}

function addBreadcrumb(sName, sHref)
{	var oCrumb = new Breadcrumb(sName, sHref);
	aBreadcrumbs[aBreadcrumbs.length] = oCrumb;
}

function createBreadcrumb()
{	document.write("<table border='0' cellpadding='0' cellspacing='0'>");
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' alt='' width='20' height='12' border='0'></td>");
	document.write("<td valign='top' class='breadcrumb'>");
	
	document.write("<a href='default.html' class='breadcrumblink'>Home</a>");
	
	for(i = 0; i < aBreadcrumbs.length; i++)
	{	document.write(" > ")
		if (aBreadcrumbs[i].href != null)
		{	document.write("<a href='" + aBreadcrumbs[i].href + "' class='breadcrumblink'>" + aBreadcrumbs[i].name + "</a>");
		}
		else
		{	document.write("<span class='breadcrumb'>" + aBreadcrumbs[i].name + "</span>");
		}
	}
	
	document.write("</td>");
	document.write("</tr>");
	document.write("<tr><td colspan='2'><img src='images/spacer.gif' alt='' width='1' height='20' border='0'/></td></tr>");
	document.write("</table>");
}

function createTools()
{	document.write("<table border='0' cellpadding='0' cellspacing='0'>");
	document.write("<tr><td><img src='images/spacer.gif' width='1' height='10' border='0'></td></tr>");
	document.write("<tr>");
	document.write("<td class='tools' valign='top'>"); 
	document.write("<a href='aboutus.html' class='toolslink'>About Us</a> | ");
	document.write("<a href='contactus.html' class='toolslink'>Contact Us</a> | ");
	document.write("<a href='siteindex.html' class='toolslink'>Site Index</a>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
}

function createRightCallout(sCalloutText, sImageSrc, sImageAttrib, sLink)
{	document.write("<table width='180' border='0' cellpadding='0' cellspacing='0'>");
	
	if (sCalloutText)
	{	document.write("<tr><td valign='top' bgcolor='#003366'><img src='images/spacer.gif' width='1' height='1' border='0'></td></tr>");
		
		document.write("<tr><td valign='top'><img src='images/spacer.gif' width='1' height='6' border='0'><br><span class='rightcallout'>" + sCalloutText + "</span><br><img src='images/spacer.gif' width='1' height='6' border='0'></td></tr>");
		document.write("<tr><td valign='top' bgcolor='#003366'><img src='images/spacer.gif' width='1' height='1' border='0'></td></tr>");
	}
	else
	{	document.write("<tr><td valign='top'><img src='images/spacer.gif' width='180' height='1' border='0'></td></tr>");
	}
	
	if (sImageSrc)
	{	document.write("<tr><td valign='top'><img src='images/spacer.gif' width='1' height='5' border='0'><br></td></tr>");
		document.write("<tr><td valign='top'>");
		document.write("<a href='" + sLink + "'><img src='" + sImageSrc + "' " + sImageAttrib + "></a>");
		document.write("</td></tr>");
		document.write("<tr><td valign='top'><img src='images/spacer.gif' width='1' height='5' border='0'><br></td></tr>");
		document.write("<tr><td valign='top' bgcolor='#000000'><img src='images/spacer.gif' width='1' height='1' border='0'><br></td></tr>");
	}
	else
	{	document.write("<tr><td valign='top'><img src='images/spacer.gif' width='180' height='1' border='0'></td></tr>");
	}
	
	document.write("</table>");
}

function createeReview(eReview)
{	document.write("<table width='780' border='0' cellpadding='0' cellspacing='0'>");
	document.write("<tr>");
	//left margin
	document.write("<td><img src='images/spacer.gif' alt='' width='20' height='1' border='0'></td>");
	//legal
	document.write("<td class='footer' valign='top'>");
	document.write(eReview);
	document.write("</td>");
	document.write("</tr>");
	
	document.write("<tr><td colspan='2'><img src='images/spacer.gif' alt='' width='1' height='10' border='0'></td></tr>");
	document.write("</table>");
}

function createFooter(eReview)
{	var dToday = new Date();
	var iYear = dToday.getFullYear();
	
	document.write("<table width='780' border='0' cellpadding='0' cellspacing='0'>");
	document.write("<tr><td colspan='2'><img src='images/spacer.gif' alt='' width='1' height='40' border='0'></td></tr>");
	document.write("<tr><td colspan='2' bgcolor='#999999'><img src='images/spacer.gif' alt='' width='1' height='1' border='0'></td></tr>");
	document.write("<tr><td colspan='2'><img src='images/spacer.gif' alt='' width='1' height='20' border='0'></td></tr>");
	
	document.write("<tr>");
	//left margin
	document.write("<td><img src='images/spacer.gif' alt='' width='20' height='1' border='0'></td>");
	//legal
	document.write("<td class='footer' valign='top'>");
	
	if (eReview != null)
	{	document.write(eReview);
		document.write("<br><br>");
	}
	else
	{	document.write("");
	}
	
	document.write("<strong>Fidelity Institutional Wealth Services.</strong><br>");
	document.write("Clearing, custody or other brokerage services may be provided by National Financial Services LLC, or Fidelity Brokerage Services LLC, Members NYSE, <a href='javascript:openPopupWindow(\"http://www.SIPC.org\",\"\",\"width=800,height=600,scrollbars=yes\")' class='footerlink'>SIPC</a>.<br><br>");
	document.write("</td>");
	document.write("</tr>");
	document.write("<tr>");
	//left margin
	document.write("<td><img src='images/spacer.gif' alt='' width='20' height='1' border='0'></td>");
	//legal links
	document.write("<td width='100%' valign='top' class='footer'>");
	
	document.write("<a href='http://fiws.fidelity.com/about.shtml' class='toolslink'>About Us</a> | <a href='http://fiws.fidelity.com' class='toolslink'>Contact Us</a> | <a href='http://fiws.fidelity.com/site_index.shtml' class='toolslink'>Site Index</a> | <a href='http://fiws.fidelity.com/trading.shtml' class='footerlink'>Trade Execution Quality</a><br>");
document.write("<img src='images/spacer.gif' width='1' height='3' alt=''><br>");
document.write("<a href='javascript:openPopupWindow(\"http://fiws.fidelity.com/download/privacy.pdf\",\"\",\"width=800,height=600,scrollbars=yes\")' class='footerlink'>Fidelity's Commitment to Privacy</a>&nbsp;|&nbsp;<a href='http://fiws.fidelity.com/terms.shtml' class='footerlink'>Terms of Use</a> | <a href='http://fiws.fidelity.com/download/continuity_plan_statement.pdf' class='footerlink' target='_blank'>Business Continuity Plan Statement</a>");
	
	document.write("</td>");
	document.write("</tr>");
	
	
	document.write("<tr><td colspan='2'><img src='images/spacer.gif' alt='' width='1' height='40' border='0'></td></tr>");
	document.write("</table>");
}



function createFooterSiteIndex()
// This is for pages without a left NAV
{	var dToday = new Date();
	var iYear = dToday.getFullYear();
	
	document.write("<table width='780' border='0' cellpadding='0' cellspacing='0'>");
	document.write("<tr><td colspan='5'><img src='images/spacer.gif' alt='' width='1' height='40' border='0'></td></tr>");
	document.write("<tr><td colspan='5' bgcolor='#999999'><img src='images/spacer.gif' alt='' width='1' height='1' border='0'></td></tr>");
	document.write("<tr><td colspan='5'><img src='images/spacer.gif' alt='' width='1' height='20' border='0'></td></tr>");
	
	document.write("<tr>");
	//left margin
	document.write("<td><img src='images/spacer.gif' alt='' width='20' height='1' border='0'></td>");
	//legal
	document.write("<td class='footer' width='230' valign='top' nowrap>");
	document.write("<strong>Fidelity Registered Investment Advisor Group.</strong><br>");
	document.write("Clearing, custody or other brokerage services may be provided by National Financial Services LLC, or Fidelity Brokerage Services LLC, Members NYSE, <a href='javascript:openPopupWindow(\"http://www.SIPC.org\",\"\",\"width=800,height=600,scrollbars=yes\")' class='footerlink'>SIPC</a>.");
	document.write("</td>");
	//center margin
	document.write("<td><img src='images/spacer.gif' alt='' width='20' height='1' border='0'></td>");
	//legal links
	document.write("<td width='100%' align='right' valign='top' class='footer'>");
	
	document.write("<a href='execution_quality_statistics.html' class='footerlink'>Trade Execution Quality</a>&nbsp;|&nbsp;<a href='privacy.html' class='footerlink'>Fidelity's Commitment to Privacy</a>&nbsp;|&nbsp;<a href='terms.html' class='footerlink'>Terms of Use</a><br><a href='download/continuity_plan_statement.pdf' class='footerlink' target='_blank'>Business Continuity Plan Statement</a>");
	
	document.write("</td>");
	
	//right margin
	document.write("<td><img src='images/spacer.gif' width='20' height='1' alt=''></td>");
	document.write("</tr>");
	
	document.write("<tr><td colspan='5'><img src='images/spacer.gif' alt='' width='1' height='40' border='0'></td></tr>");
	document.write("</table>");
}


function swapImage(oObject, sImage)
{	oObject.src = "images/" + sImage
}

function swapBox(sBox, sHeading, sBoxColor, sTextColor)
{	var oBox = document.getElementById(sBox);
	oBox.style.backgroundColor = sBoxColor;
	
	var oHeading = document.getElementById(sHeading);
	oHeading.style.color = sTextColor;
}

function swapBGColor(oObject, sColor)
{	oObject.style.backgroundColor = sColor;
}

function swapTextColor(sID, sColor)
{	var oObject = document.getElementById(sID);
	oObject.stlye.color = sColor;
}

function gotoPage(sUrl)
{	window.location = sUrl;
}

function openPopupWindow(sUrl, sAttrib)
{	oPop = window.open(sUrl, "winPop", sAttrib);
}

var rand1 = 0;
var useRand = 0;

images = new Array;
images[1] = new Image();
images[1].src = "images/banner_ria_text.gif";
images[2] = new Image();
images[2].src = "images/banner_ria_text2.gif";

function swapPic() {
var imgnum = images.length - 1;
do {
var randnum = Math.random();
rand1 = Math.round((imgnum - 1) * randnum) + 1;
} while (rand1 == useRand);
useRand = rand1;
document.randimg.src = images[useRand].src;
}

function openVideo()
{	oPop = window.open("http://ria.fidelity.com/download/video/index.html", "winPop", "width=800, height=600, scrollbar=yes");
	window.location="ria_tech.html";
}

function openVideoPM()
{	oPop = window.open("http://ria.fidelity.com/download/video/practicemark_public/", "winPop", "width=800, height=600, scrollbar=yes");
	window.location="ria_business_practice.html";
}

//function writeStage(sStage)
//{	
	
	//if sStage = "sStage1"
	//{	document.write("<strong>Making the commitment</strong><br>Understanding the potential financial, legal, and professional obligations is key to determining if becoming a Registered Investment Advisor is the right \'next step\' in your career.");
	//}
	
	//if sStage = "sStage2"
	//{	document.write("<strong>Defining your business model</strong><br>Setting up your business can be made easier with Fidelity\'s resources and support - all designed to help you meet your goals and the federal and state guidelines for running your business.");
	//}
	
	//if sStage = "sStage3"
	//{	document.write("<strong>Preparing your organization</strong><br>Fidelity helps get your business up and running by providing you everything from discounts on office furniture, stationary and business card printing to marketing and technology assistance.");
	//}
	
	//if sStage = "sStage4"
	//{	document.write("<strong>Managing and growing your practice with Fidelity support</strong><br>Fidelity offers you a broad range of products and services&mdash;from Fidelity and external sources&mdash;to help you select those that will meet your business and client needs.");
	//}
	
	//end if;
	
//}

//RESOURCES COLUMN ITEMS OF NEWRIA PAGES

function writeResourceStartUp()
{
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("<td valign='top'><img src='images/icon_newria_startup.gif' width='45' height='61' border='0'></td>");
	document.write("<td class='text'><img src='images/spacer.gif' border='0'><a href='ria_newria_startup.html' class='link'><strong>RIA Start-up Guide</strong></a><br>");
	document.write("A guide to owning and operating your own investment firm as a Registered Investment Advisor.");
	document.write("</td>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("</tr>");
}

function writeResourceMakingMove()
{
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("<td valign='top'><img src='images/spacer.gif' width='45' height='1' border='0'></td>");
	document.write("<td class='textbluebold' valign='top'>Making the Move to an RIA</td>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("</tr>");
}

function writeResourceResearch()
{
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("<td valign='top'><img src='images/icon_newria_research.gif' width='45' height='60' border='0'></td>");
	document.write("<td class='text' valign='top'><a href='ria_newria_makingmove_research.html' class='link'>Research Brief</a><br>");
	document.write("Research paper that outlines many lessons learned from recent start-ups.");
	document.write("</td>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("</tr>");
}

function writeResourceAudio()
{
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("<td valign='top'><img src='images/icon_newria_mp3.gif' width='45' height='49' border='0'></td>");
	document.write("<td class='text' valign='top'><a href='ria_newria_makingmove_audio.html' class='link'>Audio Program</a><br>");
	document.write("Tune in for interviews and insights on <em>Making the Move to an RIA</em>");
	document.write("</td>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("</tr>");
}

function writeResourceListen()
{
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("<td valign='top'><img src='images/icon_newria_speaker.gif' width='45' height='14' border='0'></td>");
	document.write("<td class='footer' valign='top'><a href='javascript:openPopupWindow(\"download/audio/ne/newria_intro.mp3\",\"width=800, height=600, scrollbar=yes, resizable=yes\")' class='linkgreen'>Listen to Excerpt</a><br>");
	document.write("(mp3)");
	document.write("</td>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("</tr>");
}

function writeResourceWebinar()
{
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("<td valign='top'><img src='images/icon_newria_webinar.gif' width='45' height='49' border='0'></td>");
	document.write("<td class='text' valign='top'><a href='ria_newria_makingmove_webinar.html' class='link'>Webinar</a><br>");
	document.write("Listen to interviews with an industry professional and a new RIA.");
	document.write("</td>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("</tr>");
}

function writeResourceRoadmap()
{
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("<td valign='top'><img src='images/newria/icon_newria_roadmap.gif' width='45' height='49' border='0'></td>");
	document.write("<td class='text' valign='top'><a href='ria_newria_makingmove_roadmap.html' class='link'>Roadmap</a><br>");
	document.write("Use our interactive tool to help you create a personalized checklist of activities and timeline to help you start up your RIA business.");
	document.write("</td>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("</tr>");
}

function writeResourceSpacer()
{
	document.write("<tr>");
	document.write("<td colspan='4'><img src='images/spacer.gif' height='10' border='0'></td>");
	document.write("</tr>");
}

function writeResourceGetStarted()
{
	document.write("<tr>");
	document.write("<td>");
	document.write("<table width='180' border='0' cellpadding='0' cellspacing='0' bgcolor='#F1EFD4'>");
	document.write("<tr>");
	document.write("<td rowspan='10'><img src='images/spacer.gif' width='8' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='164' height='8' border='0'></td>");
	document.write("<td rowspan='10'><img src='images/spacer.gif' width='8' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td><img src='images/header_newria_getstarted.gif' alt='' width='164' height='14' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' alt='' width='164' height='5' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td class='text'>For more information on how Fidelity may be able to help support your move to an independent practice,<br><span class='bluetext'>Call 800-854-4772</span></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' alt='' width='164' height='10' border='0'></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	document.write("</tr>");
}

function writeAudioDisclaimer()
{
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("<td class='footer' valign='top'>The information and opinions expressed in these interviews are solely those of the author and in no way represent the advice, opinions, or recommendations of Fidelity or its affiliates. The information contained herein is general in nature, is provided for informational purposes only and is not legal advice. Fidelity does not provide legal advice to its investment advisor clients. There is no guarantee that the information is accurate, complete or timely. You should consult with your legal or compliance advisors regarding the application of these issues to your business and individual circumstances.<br><br>Dan Botti, Jay Finley and Leslie Lammers are customers of Fidelity Registered Investment Advisor Group. Their business needs and results may not reflect the experience of other Fidelity customers.<br><br>The Kelyn Group, LLC and MarketCounsel are third party providers and are neither affiliated with nor an agent of Fidelity and are not authorized to make representations to clients or others on behalf of Fidelity.<br><br>414556");
	document.write("<br>");
	document.write("</td>");
	document.write("<td><img src='images/spacer.gif' width='5' height='1' border='0'></td>");
	document.write("</tr>");
}

//HOW TO LISTEN TO AUDIO INSTRUCTIONS BOX

function writeHowTo()
{
	document.write("<table width='390' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td style='border: solid windowtext 1.0pt #CCCCCC' class='text' valign='top'>");
	document.write("<table width='388' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td colspan='5'><img src='images/spacer.gif' width='388' height='10' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td rowspan='5'><img src='images/spacer.gif' width='5' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='52' height='1' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='textbluebold'>How to Listen to / Download Audio</td>");
	document.write("<td rowspan='5'><img src='images/spacer.gif' width='5' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='3'><img src='images/spacer.gif' width='1' height='15' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td valign='top'><img src='images/icon_newria_mp32.gif' width='52' height='67' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='text'>");
	document.write("To download <em>Making the Move to an RIA</em> to listen to on a portable MP3 player: <br>");
	document.write("<span class='greytext'>");
	document.write("&bull; Right click on the \"Listen Now\" link<br>");
	document.write("&bull; Select \"Save Target As\"<br>");
	document.write("&bull; Save the file in your My Music directory<br>");
	document.write("&bull; Access the file through your preferred audio software to upload it to your portable MP3 player");
	document.write("</span></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='3'><img src='images/spacer.gif' height='20' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td valign='top'><img src='images/icon_newria_speaker_big.gif' width='52' height='31' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='text'>To hear <em>Making the Move to an RIA</em> through your computer, you must have the following:<br>");
	document.write("<span class='greytext'>");
	document.write("&bull; Windows 95 operating system or greater <br>");
	document.write("&bull; A sound card with speakers or headphones <br>");
	document.write("&bull; A 56 Kbps Internet connection or higher (A 28.8 Kbps Internet connection is sufficient for listening to the audio portion of the videos and Web casts.)");
	document.write("</span></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='5'><img src='images/spacer.gif' height='20' border='0'></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
}

function writeHowToGeneric(sTitle)
{
	var sTitle
	
	document.write("<table width='390' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td style='border: solid windowtext 1.0pt #CCCCCC' class='text' valign='top'>");
	document.write("<table width='388' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td colspan='5'><img src='images/spacer.gif' width='388' height='10' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td rowspan='5'><img src='images/spacer.gif' width='5' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='52' height='1' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='textbluebold'>How to Download / Listen to Audio</td>");
	document.write("<td rowspan='5'><img src='images/spacer.gif' width='5' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='3'><img src='images/spacer.gif' width='1' height='15' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td valign='top'><img src='images/icon_newria_mp32.gif' width='52' height='67' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='text'>");
	document.write("To download <em>" + sTitle + "</em> to listen to on a portable MP3 player: <br>");
	document.write("<span class='greytext'>");
	document.write("&bull; Click on the \"Download Now\" link for the compressed audio file (ZIP) <strong>OR</strong> right click on the \"Listen Now\" link and select \"Save Target As\"<br>");
	document.write("&bull; Save the file in your My Music directory<br>");
	document.write("&bull; Access the file through your preferred audio software to upload it to your portable MP3 player");
	document.write("</span></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='3'><img src='images/spacer.gif' height='20' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td valign='top'><img src='images/icon_newria_speaker_big.gif' width='52' height='31' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='text'>To hear <em>" + sTitle + "</em> through your computer, you must have the following:<br>");
	document.write("<span class='greytext'>");
	document.write("&bull; Windows 95 operating system or greater <br>");
	document.write("&bull; A sound card with speakers or headphones <br>");
	document.write("&bull; A 56 Kbps Internet connection or higher (A 28.8 Kbps Internet connection is sufficient for listening to the audio portion of the videos and Web casts.)");
	document.write("</span></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='5'><img src='images/spacer.gif' height='20' border='0'></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
}

function writeHowToGenericNoItalic(sTitle)
{
	var sTitle
	
	document.write("<table width='390' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td style='border: solid windowtext 1.0pt #CCCCCC' class='text' valign='top'>");
	document.write("<table width='388' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td colspan='5'><img src='images/spacer.gif' width='388' height='10' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td rowspan='5'><img src='images/spacer.gif' width='5' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='52' height='1' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='textbluebold'>How to Download / Listen to Audio</td>");
	document.write("<td rowspan='5'><img src='images/spacer.gif' width='5' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='3'><img src='images/spacer.gif' width='1' height='15' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td valign='top'><img src='images/icon_newria_mp32.gif' width='52' height='67' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='text'>");
	document.write("To download " + sTitle + " to listen to on a portable MP3 player: <br>");
	document.write("<span class='greytext'>");
	document.write("&bull; Click on the \"Download Now\" link for the compressed audio file (ZIP) <strong>OR</strong> right click on the \"Listen Now\" link and select \"Save Target As\"<br>");
	document.write("&bull; Save the file in your My Music directory<br>");
	document.write("&bull; Access the file through your preferred audio software to upload it to your portable MP3 player");
	document.write("</span></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='3'><img src='images/spacer.gif' height='20' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td valign='top'><img src='images/icon_newria_speaker_big.gif' width='52' height='31' border='0'></td>");
	document.write("<td><img src='images/spacer.gif' width='10' border='0'></td>");
	document.write("<td class='text'>To hear " + sTitle + " through your computer, you must have the following:<br>");
	document.write("<span class='greytext'>");
	document.write("&bull; Windows 95 operating system or greater <br>");
	document.write("&bull; A sound card with speakers or headphones <br>");
	document.write("&bull; A 56 Kbps Internet connection or higher (A 28.8 Kbps Internet connection is sufficient for listening to the audio portion of the videos and Web casts.)");
	document.write("</span></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td colspan='5'><img src='images/spacer.gif' height='20' border='0'></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
}

//HOW TO LISTEN TO AUDIO FOOTER

function writeHowToFooter()
{
	var dToday = new Date();
	var iYear = dToday.getFullYear();
	
	document.write("<table width='780' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr><td colspan='4'><img src='images/spacer.gif' alt='' width='1' height='40' border='0'></td></tr>");
	document.write("<tr><td colspan='4' bgcolor='#999999'><img src='images/spacer.gif' alt='' width='1' height='1' border='0'></td></tr>");
	document.write("<tr><td colspan='4'><img src='images/spacer.gif' alt='' width='1' height='20' border='0'></td></tr>");
	document.write("<tr>");
	document.write("<td><img src='images/spacer.gif' width='20' height='1' border='0'></td>");
	document.write("<td class='footer'>");
	document.write("<p>The information and opinions expressed in these interviews are solely those of the author and in no way represent the advice, opinions, or recommendations of Fidelity or its affiliates. The information contained herein is general in nature, is provided for informational purposes only and is not legal advice. Fidelity does not provide legal advice to its investment advisor clients. There is no guarantee that the information is accurate, complete or timely. You should consult with your legal or compliance advisors regarding the application of these issues to your business and individual circumstances.</p>")
	document.write("<p>Dan Botti, Jay Finley and Leslie Lammers are customers of Fidelity Registered Investment Advisor Group.  Their business needs and results may not reflect the experience of other Fidelity customers.</p>")
	document.write("<p>The Kelyn Group, LLC and MarketCounsel are third party providers and are neither affiliated with nor an agent of Fidelity and are not authorized to make representations to clients or others on behalf of Fidelity.</p>")
	document.write("</td>");
	document.write("<td><img src='images/spacer.gif' width='20' height='1' border='0'></td>");
	document.write("</tr>");
	document.write("</table><br>");
	
	document.write("<table width='780' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	//left margin
	document.write("<td><img src='images/spacer.gif' alt='' width='20' height='1' border='0'></td>");
	//legal
	document.write("<td class='footer' width='230' valign='top' nowrap>");
	document.write("<strong>Fidelity Registered Investment Advisor Group.</strong><br>");
	document.write("Clearing, custody or other brokerage services may be provided by National Financial Services LLC, or Fidelity Brokerage Services LLC, Members NYSE, <a href='javascript:openPopupWindow(\"http://www.SIPC.org\",\"\",\"width=800,height=600,scrollbars=yes\")' class='footerlink'>SIPC</a>.<br><br>");
	document.write("414556")
	document.write("</td>");
	//center margin
	document.write("<td><img src='images/spacer.gif' alt='' width='20' height='1' border='0'></td>");
	//legal links
	document.write("<td width='100%' align='right' valign='top' class='footer'>");
	
	document.write("<a href='execution_quality_statistics.html' class='footerlink'>Trade Execution Quality</a>&nbsp;|&nbsp;<a href='privacy.html' class='footerlink'>Fidelity's Commitment to Privacy</a>&nbsp;|&nbsp;<a href='terms.html' class='footerlink'>Terms of Use</a><br><a href='download/continuity_plan_statement.pdf' class='footerlink' target='_blank'>Business Continuity Plan Statement</a>");
	
	document.write("</td>");
	document.write("</tr>");
	
	document.write("<tr><td colspan='4'><img src='images/spacer.gif' alt='' width='1' height='40' border='0'></td></tr>");
	document.write("</table>");
}

//WebTrends Cookie Set

var WT=new Object();
function dcsGetCookie(name){
	var pos=document.cookie.indexOf(name+"=");
	if (pos!=-1){
		var start=pos+name.length+1;
		var end=document.cookie.indexOf(";",start);
		if (end==-1){
			end=document.cookie.length;
		}
		return unescape(document.cookie.substring(start,end));
	}
	return null;
}


function dcsGetCrumb(name,crumb){
	var aCookie=dcsGetCookie(name).split(":");
	for (var i=0;i<aCookie.length;i++){
		var aCrumb=aCookie[i].split("=");
		if (crumb==aCrumb[0]){
			return aCrumb[1];
		}
	}
	return null;
}

function dcsFPC(offset){
	var gFpc="WEBTRENDS";
	if (!offset){
		return;
	}
	var name=gFpc;
	var dCur=new Date();
	dCur.setTime(dCur.getTime()+(dCur.getTimezoneOffset()*60000)+(offset*3600000));
	var dExp=new Date(dCur.getTime()+315360000000);
	var dSes=new Date(dCur.getTime());
	if (document.cookie.indexOf(name+"=")!=-1){
		WT.co_f=dcsGetCrumb(name,"id");
		var dLst=new Date(parseInt(dcsGetCrumb(name,"lv")));
		dSes.setTime(parseInt(dcsGetCrumb(name,"ss")));
		if ((dCur.getTime()>(dLst.getTime()+1800000))||(dCur.getTime()>(dSes.getTime()+28800000))){
			dSes.setTime(dCur.getTime());
			WT.vt_f_s=1;
		}
		if ((dCur.getDay()!=dLst.getDay())||(dCur.getMonth()!=dLst.getMonth())||(dCur.getYear()!=dLst.getYear())){
			WT.vt_f_d=1;
		}
	}
	else{
		var tmpname=name+"_TMP=";
		document.cookie=tmpname+"1";
		if (document.cookie.indexOf(tmpname)!=-1){
			document.cookie=tmpname+"; expires=Thu, 01-Jan-1970 00:00:01 GMT";
			if ((typeof(gWtId)!="undefined")&&(gWtId!="")){
				WT.co_f=gWtId;
			}
			else{
				WT.co_f="1";
				for (var i=2;i<=32;i++){
					WT.co_f+=Math.floor(Math.random()*16.0).toString(16);
				}
				WT.vt_f="1";
			}
			WT.vt_f_s=1;
			WT.vt_f_d=1;
		}
		else{
			WT.vt_f=2;
			return;
		}
	}
	WT.vt_sid=WT.co_f+"."+dSes.getTime();
	document.cookie=name+"="+"id="+WT.co_f+":lv="+dCur.getTime()+":ss="+dSes.getTime()+"; expires="+dExp.toGMTString()+"; path=/"+(((typeof(gFpcDom)!="undefined")&&(gFpcDom!=""))?("; domain="+gFpcDom):(""));
	// Set the value to just WT.co_f.  We do not need the other values since they are used by advanced tracking
	document.cookie="WEBTRENDS_FRIAG"+"="+WT.co_f+"; expires="+dExp.toGMTString()+"; path=/"+(((typeof(gFpcDom)!="undefined")&&(gFpcDom!=""))?("; domain="+gFpcDom):(""));
}

dcsFPC(-5);

