<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

if ( document.title == "Trading Blox" )
	{
	document.write('<span class ="copyright">&copy;Copyright 2010 ');
	
	document.write('<a href="/index.html" target="_top">Trading Blox&trade;</a> ');
	
	document.write(' All Rights Reserved            ');
	
	document.write(' <a href="tradingblox/privacy.htm" target="_top"> Privacy Policy</a> ');
	
	document.write(' <a href="tradingblox/legal.htm" target="_top"> Legal <br> </a> ');
	
	document.write('</span><br>');
	}
else
	{
	document.write('<span class ="copyright">&copy;Copyright 2010 ');
	
	document.write('<a href="/index.html" target="_top">Trading Blox&trade;</a> ');
	
	document.write(' All Rights Reserved            ');
	
	document.write(' <a href="privacy.htm" target="_top"> Privacy Policy</a> ');
	
	document.write(' <a href="legal.htm" target="_top"> Legal <br> </a> ');
	
	document.write('</span><br>');
	}

//  End -->