document.write('<ul>');
document.write('<li> 3.00 pounds sterling (UK)');
document.write('<li> 3.50 pounds sterling (EU but outside the UK)');
document.write('<li> 4.00 pounds sterling (USA and the rest of the world outside the EU).');
document.write('</ul>');
document.write('<font color="red">NEW DISCOUNT! Six for the price of five.</font> For every five back issues you order, you can have an extra back issue free.');
