var str = '<SCRIPT LANGUAGE="javascript">'
str+=		'function LinkUp() '
str+=		'{'
str+=		'var number = document.DropDown.DDlinks.selectedIndex;'
str+=		'location.href = document.DropDown.DDlinks.options[number].value;'
str+=		'}'
str+=		'</SCRIPT>'
str+=		'<FORM NAME="DropDown">'
str+=		'<SELECT NAME="DDlinks">'
str+=		'        <option>Other articles by Alan Fisher</option>'
str+=		'        <option>--------------------------------</option>'

str+=	'<option value="../03-04/076_thank_you_derby.htm">Thank you, Derby! (28/04/04)</option>'
str+=	'<option value="../03-04/073_marlon_king_thesis.htm">The Marlon King thesis (18/04/04)</option>'
str+=	'<option value="../03-04/072_theres_a_circus.htm">There\'s a circus in the town (08/04/04)</option>'
str+=	'<option value="../03-04/071_and_so_the_end_is_near.htm">And so, the end is near... (02/04/04)</option>'
str+=	'<option value="../03-04/062_emperors_new_clothes.htm">Gareth Williams\' new clothes (15/03/04)</option>'
str+=	'<option value="../03-04/061_return_of_the_king.htm">The return of the king (10/03/04)</option>'
str+=	'<option value="../03-04/057_franchise_spotting.htm">Franchise-Spotting (04/03/04)</option>'
str+=	'<option value="../03-04/055_survival_of_the_fittest.htm">Survival of the fittest (01/03/04)</option>'
str+=	'<option value="../03-04/053_optimism_an_illness.htm">If optimism is an illness... (25/02/04)</option>'
str+=	'<option value="../03-04/049_eclipse_of_the_hart.htm">Total eclipse of the Hart (11/02/04)</option>'
str+=	'<option value="../03-04/043_picking_up_pieces.htm">Picking up the pieces of shattered dreams  (16/01/04)</option>'
str+=	'<option value="../03-04/042_saint_hart.htm">Fickle foibles of Forest \'faithful\' (12/01/04)</option>'

str+=		'</SELECT>'
str+=		'<font color="#FFFFFF" size="2" face="Arial">.</font>'
str+=		'<INPUT TYPE="BUTTON" VALUE="Go" onClick="LinkUp()">'
str+=		'</FORM>'


;
document.write(str)
document.close()
