// Marquee Message 
document.write("<tr><td colspan=\"2\"><table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" background=\"images/messagebg.gif\">");
//document.write("<tr><td bgcolor=\"#12abcd\" width=\"100%\">");
document.write("<tr><td width=\"100%\">");
document.write("<marquee behavior=\"scroll\" direction=\"left\" truespeed scrollamount=\"2\" onMouseOver=\"this.scrollAmount=0;\" onMouseOut=\"this.scrollAmount=2;\">");
document.write("<font style=\"color:#ffff00; font-size:12px\">");
document.write("Welcome to the official web site of the 'Embassy of the Islamic Republic of Iran' in Athens.");
document.write("</font></marquee></td></tr></table></td></tr>");
