document.write('<select name="countries" onchange="window.location=\'http://www.dentalphobia.co.uk/dentists/international/\' + (value) + \'.html\'">');
document.write('<option id="select" value="0" selected="selected">Select a country...</option>');
document.write('<option id="country_2" value="dubai-dentist">Dubai</option>');
document.write('<option id="country_3" value="usa-dentist">USA</option>');
document.write('</select>');

