﻿// JScript File
function openEtoro(url) {
    var mode = 1;
    if (mode == 1)
                window.open(unescape(url));
}

document.write("<table border='0' cellpadding='0' cellspacing='0' width='" + etoroWidth + "' ><tr><td align='center' valign='top'><iframe id='rates' width='" + etoroWidth + "' height='" + etoroHeight + "' scrolling='" + etoroScrolling + "'  frameborder='0' src='http://widgets.etoro.com/news/?Title="+ etoroTitle + "&URL=" + escape(etoroURL) + "&Border=" + etoroBorder + "'></iframe></td></tr>");   //&FontSize=" + etoroFontSize + "
document.write("</table>");
