
current_date = new Date();
current_year = current_date.getYear();

if (current_year < 1000)
current_year+=1900


function displayFooter() {	

document.writeln('<table cellpadding="0" cellspacing="0" border="0" width="761" bgcolor="#ffffff"><tr><td height="21" class="textsmall"><div align="left">&nbsp;&nbsp;&nbsp;&nbsp;<a href="about-learn-to-trade-forex.html">About Us</a> | <a href="contact-learn-to-trade-forex.html">Contact Us</a> | <a href="faqs.html">FAQ\'s</a> | <a href="site-forex.html">Site Map</a> | <a href="privacy-policy.html">Privacy Policy</a></div></td><td height="21" class="textsmall"><div align="right">&copy;' + current_year + ' GAIN Capital Group, LLC. All rights reserved.</div></td></tr></table>');
}

function displayFooterPreview() {	

document.writeln('<table cellpadding="0" cellspacing="0" border="0" width="683" bgcolor="#ffffff" ID="Table7"><tr><td height="21" class="textsmall"><div align="left">&nbsp;&nbsp;&nbsp;&nbsp;</div></td><td height="21" class="textsmall"><div align="right">&copy;' + current_year + ' GAIN Capital Group, LLC. All rights reserved.</div></td></tr></table>');
}

function displayFooterRU() {	

document.writeln('<table cellpadding="0" cellspacing="0" border="0" width="761" bgcolor="#ffffff" style="margin:0px" style="font-family:Verdana,Arial,Helvetica,sans-serif;	font-size:11px;	font-style:normal; color:#333333"><tr><td height="21" width="410"><div align="left">&nbsp;<a href="about-learn-to-trade-forex.html">О нас</a> | <a href="contact-learn-to-trade-forex.html">Свяжитесь с нами</a> | <a href="faqs.html">FAQ</a> | <a href="site-forex.html">Карта</a> | <a href="privacy-policy.html">Конфиденциальность</a></span></div></td><td height="21"><div align="right">&copy;' + current_year + ' GAIN Capital Group, LLC. Все права защищены.</div></td></tr></table>');
}

function displayFooterPreviewRU() {	

document.writeln('<table cellpadding="0" cellspacing="0" border="0" width="683" bgcolor="#ffffff" ID="Table7"><tr><td height="21" class="textsmall"><div align="left">&nbsp;&nbsp;&nbsp;&nbsp;</div></td><td height="21" class="textsmall"><div align="right">&copy;' + current_year + ' GAIN Capital Group, LLC. Все права защищены.</div></td></tr></table>');
}

