// Footer for USA website

function printVirtualFlags(){

document.write("<div class='flag'>");
document.write("<a href='/index.html?icid=flag_usa' class='flags'>");
document.write("<img name='usa' src='/images/usa.gif' width='32' height='22' border='0' alt='USA' class='flags'><br>USA</a></div>");
document.write("<div class='flag'>");
document.write("<a href='/can/index.html?icid=flag_can' class='flags'><img name='aus' src='/images/can.gif' width='32' height='22' border='0' alt='AUS'><br>CAN</a></div>");
document.write("<div class='flag'>");
document.write("<a href='/uk/index.html?icid=flag_gbr' class='flags'>");
document.write("<img name='uk' src='/images/uk.gif' width='32' height='22' border='0' alt='UK'><br>UK</a></div>");
document.write("<div class='flag'>");
document.write("<a href='/fra/index.html?icid=flag_fra' class='flags'><img name='fra' src='/images/fra.gif' width='32' height='22' border='0' alt='FRA'><br>FRA</a></div>");
document.write("<div class='flag'>");
document.write("<a href='/bel/index.html?icid=flag_nld' class='flags'><img name='bel' src='/images/bel.gif' width='32' height='22' border='0' alt='BEL'><br>BEL</a></div>");
document.write("<div class='flag'>");
document.write("<a href='/esp/index.html?icid=flag_esp' class='flags'>");
document.write("<img name='esp' src='/images/esp.gif' width='32' height='22' border='0' alt='ESP' class='flags'><br>ESP</a></div>");
document.write("<div class='flag'>");
document.write("<a href='/de/index.html?icid=flag_deu' class='flags'><img name='de' src='/images/de.gif' width='32' height='22' border='0' alt='DE'><br>DE</a></div><br><br>");
}
