var panel = Math.floor(Math.random()*2)
var panel = panel + 1
if (panel == 1)
document.write('<iframe src="/panel/europe/ta/ta.html" width="345" height="300" style="position:relative; left:-10px;" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>');

else if (panel == 2)
document.write('<iframe src="/panel/europe/ta/ta.html" width="345" height="300" style="position:relative; left:-10px;" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>');

else if (panel > 2)
document.write('<iframe src="/panel/europe/tdms/tdms.html" width="345" height="300" style="position:relative; left:-10px;" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>');



