document.write (" <form method='POST' name='menu'>  ");
document.write (" <select name='selectedPage' onChange='changePage(this.form.selectedPage)' class='select520'> ");
document.write (" <option value = '' selected> Choose a review: </option> ");
document.write (" <option value = 'review-newyorktimes-24072009.html'> New York Times, 24 July 2009 </option> ");
document.write (" <option value = 'review-guardian-15052008.html'> Guardian, 15 May 2008 </option> ");
document.write (" <option value = 'review-thetimes-15052008.html'> The Times, 15 May 2008 </option> ");
document.write (" <option value = 'review-theindependent-14052008.html'> The Independent, 14 May 2008 </option> ");
document.write (" <option value = '' > &nbsp; </option> ");
document.write (" <option value = '../../press/reviews.html'> More Cheek by Jowl reviews... </option> ");
document.write (" </select> ");
document.write (" </form> ");
