﻿// JScript File

var footer = "<center><div style='font-size:10px;font-family:Tahoma;color:gray;'>";
footer += "<a href='http://www.etoro.com' alt='eToro English' title='eToro English' style='color:gray;'>eToro</a> (EN)";   
footer += " | ";   
footer += "<a href='http://www.etoro.de' alt='eToro German' title='eToro German' style='color:gray;'>eToro</a> (DE)";      
footer += " | ";   
footer += "<a href='http://www.etoro.it' alt='eToro Italian' title='eToro Italian' style='color:gray;'>eToro</a> (IT)";      
footer += " | ";   
footer += "<a href='http://www.etoro.jp' alt='eToro Japanese' title='eToro Japanese' style='color:gray;'>eToro</a> (JP)";      
footer += " | ";   
footer += "<a href='http://www.etoro.es/' alt='eToro Spanish' title='eToro Spanish' style='color:gray;'>eToro</a> (ES)";      
footer += " | ";   
footer += "<a href='http://www.etoro.ru' alt='eToro Russian' title='eToro Russian' style='color:gray;'>eToro</a> (RU)";      
footer += " | ";   
footer += "<a href='http://www.etoro.ae' alt='eToro Arabic' title='eToro Arabic' style='color:gray;'>eToro</a> (AE)";      
footer += " | ";   
footer += "<a href='http://forum.etoro.com' alt='Forex Forum' title='Forex Forum' style='color:gray;'>Forex Forum</a>";      
footer += " | ";   
footer += "<a href='http://blog.etoro.com' rel='no-follow' alt='Forex News' title='Forex News' style='color:gray;'>Forex News</a>";      
footer += " | ";   
footer += "<a href='http://widgets.etoro.com' alt='Forex Widgets' title='Forex Widgets' style='color:gray;'>Forex Widgets</a>";      
footer += " | ";   
footer += "<a href='http://partners.etoro.com' alt='Forex Affiliate Program' title='Forex Affiliate Program' style='color:gray;'>Forex Affiliate Program</a>";      
footer += "</div></center>";   



document.getElementById('insertFooter').innerHTML = footer;

