function writeFooter() {
	document.write("&copy; 2010 Raymond James Ltd. All rights reserved.&nbsp;");
	document.write("<a href='javascript:openDisclaimers()'>Website legal disclaimers.</a><br />");
	document.write("Raymond James Ltd. is an indirect wholly-owned subsidiary of <a href='http://www.raymondjames.com/' target='_blank'>Raymond James Financial</a>, Inc.<br />");
	document.write("Securities-related products and services are offered through Raymond James Ltd., member <a target='_blank' href='http://www.cipf.ca/'>Canadian Investor Protection Fund (CIPF)</a>.<br />");
	document.write("Insurance products and services are offered through Raymond James Financial Planning Ltd, which is not a member Canadian Investor Protection Fund (CIPF).<br />");
	document.write("Use of the Raymond James Ltd. website is governed by the <a target='_blank' href='http://www.raymondjames.ca/en_ca/legal/web_use_agreement/'>Web Use Agreement</a>."); 
}

function writeMarketCommentary() {
	document.write("<h4>Market Commentary</h4>");
	document.write("<p>Our top Canadian and U.S. research analysts provide their insight on the markets.<br />");
	document.write("<img src='/rjl_marketing/Library/FA Website Basic/icon-link.gif'><a href='/rjl_marketing/Library/FA%20Website%20Toolkit/F/F2/WeeklyTrends.pdf' target='_blank'>Weekly Trends</a><br />");
	document.write("<img src='/rjl_marketing/Library/FA Website Basic/icon-link.gif'><a href='/rjl_marketing/Library/FA Website Toolkit/F/F15/InsightsStrategies.pdf' target='_blank'>Insights & Strategies</a><br />");
	document.write("<img src='/rjl_marketing/Library/FA Website Basic/icon-link.gif'><a href='/rjl_marketing/Library/FA Website Toolkit/F/F6/files/JeffSaut.pdf' target='_blank'>Jeff Saut</a><br />");
	document.write("<img src='/rjl_marketing/Library/FA Website Basic/icon-link.gif'><a href='/rjl_marketing/Library/FA Website Toolkit/F/F7/files/ScottBrown.pdf' target='_blank'>Scott Brown</a><br />");
	document.write("<img src='/rjl_marketing/Library/FA Website Basic/icon-link.gif'><a href='/rjl_marketing/Library/FA Website Toolkit/F/F8/files/ArtHuprich.pdf' target='_blank'>Art Huprich</a><br />");
	document.write("<img src='/rjl_marketing/Library/FA Website Basic/icon-link.gif'><a href='/rjl_marketing/Library/FA Website Toolkit/F/F9/files/DI.pdf' target='_blank'>Diversified Investor</a></p><br />");
}

function writeMarketWatch() {
	document.write("<br /><h4>Market Watch</h4>");
	document.write("<img src='http://charts.stockgroup.com/charts/SGChartDBcl.asp?gc=6393DB&chartwidth=160&Indices=IT.TSXCI,IV.JX,.DJI,COMP,SPX&IndicesName=SP+TSX+Comp,SP+TSX+Vent,Dow,Nasdaq,SP+500'>");
}

function writeAboutRaymondJames() {
	document.write("<h4>About Raymond James</h4>");
	document.write("<p>");
	document.write("<img src='/rjl_marketing/Library/FA Website Basic/icon-link.gif'><a href='/rjl_marketing/Library/FA Website Toolkit/A/A2/RJAtAGlance.pdf' target='_blank'>Corporate Profile</a><br />");
	document.write("<img src='/rjl_marketing/Library/FA Website Basic/icon-link.gif'><a href='http://www.raymondjames.ca' target='_blank'>www.raymondjames.ca</a><br /><br />");
	document.write("<a href='/rjl_marketing/Library/FA%20Website%20Toolkit/A/A2/RJAtAGlance.pdf' target='_blank'><img src='/rjl_marketing/Library/FA%20Website%20Toolkit/Home%20Features/awards.gif' border='0' /></a>");
	document.write("</p>");
}
		 
function writeTopLogoRow() {
	document.write("<div id='logo'>");
	document.write("<a title='Raymond James' href='http://www.raymondjames.ca' target='_blank'><img src='/rjl_marketing/Library/FA Website Basic/RaymondJamesLogo.gif' width='500' height='48' alt='Raymond James' /></a>");
	document.write("</div>");
	document.write("<div id='utilities'>");
	document.write("<table border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr><td><p><a href='https://client.raymondjames.ca'><img border='0' src='/rjl_marketing/Library/FA Website Basic/login.gif' /></a></p></td></tr>");
	document.write("</table></div>");
}
 
function writeBanner(){
if(flashinstalled < 2 || flashversion < 6) {
    document.write("<img src=\"banner.jpg\" height=\"230\" width=\"980\" alt=\"\" border=\"0\" />");
}
else{
	if (screen.width < 980){
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='770' height='181'>");
		document.write("<param name='movie' value='banner.swf' />");
		document.write("<param name='quality' value='high' />");
		document.write("<embed src='banner.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='770' height='181'></embed>");
		document.write("</object>");
	}
	else {
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='980' height='230'>");
		document.write("<param name='movie' value='banner.swf' />");
		document.write("<param name='quality' value='high' />");
		document.write("<embed src='banner.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='980' height='230'></embed>");
		document.write("</object>");		
	}
}
}
 
function writeTableTag(){
	if (screen.width < 980){
		document.write("<table width='770' border='0' cellpadding='0' cellspacing='0'>");
	}
	else {
		document.write("<table width='980' border='0' cellpadding='0' cellspacing='0'>");
	}
}

function writeGrandDiv(){
	if (screen.width < 980){
		document.write("<div id='grand770'>");
	}
	else {
		document.write("<div id='grand980'>");
	}
}

function openDisclaimers(){
	var newwindow;
	newwindow = window.open('/rjl_marketing/Library/FA Website Basic/disclaimer.html','disclaimerwindow','height=570,width=650,scrollbars=yes');
	if (window.focus) {
		newwindow.focus()
	}
}	

