document.writeln (
'<style>' +
'img.flag { cursor: hand; cursor:pointer; margin: 3px 2px 0 3px; } ' +
'</style> ' +
'<table style="width: auto; border: 1px solid #8af; margin: auto;"><tr><td> ' +
'<small>Currency conversion:<b>&sup1;</b>&nbsp;&nbsp;&nbsp;</small> ' +
'</td><td nowrap align="right"> ' +
'<img src="/images/uk.gif" width=45 height=30 alt="See prices in GB Pounds"           title="See prices in GB Pounds"           class="flag" onclick="dc_select_currency(\'GBP\');"/> ' +
'<img src="/images/us.gif" width=45 height=30 alt="See prices in US Dollars"          title="See prices in US Dollars"          class="flag" onclick="dc_select_currency(\'USD\');"/> ' +
'<img src="/images/ca.gif" width=45 height=30 alt="See prices in Canadian Dollars"    title="See prices in Canadian Dollars"    class="flag" onclick="dc_select_currency(\'CAD\');"/> ' +
'<img src="/images/oz.gif" width=45 height=30 alt="See prices in Australian Dollars"  title="See prices in Australian Dollars"  class="flag" onclick="dc_select_currency(\'AUD\');"/> ' +
'<img src="/images/nz.gif" width=45 height=30 alt="See prices in New Zealand Dollars" title="See prices in New Zealand Dollars" class="flag" onclick="dc_select_currency(\'NZD\');"/> ' +
'<img src="/images/eu.gif" width=45 height=30 alt="See prices in Euros"               title="See prices in euros"               class="flag" onclick="dc_select_currency(\'EUR\');"/> ' +
'</td></tr></table>');
