

<!--

  
FORM_DATA = new Object();
separator = ',';
query = '' + this.location;
 
query = query.substring((query.indexOf('.html'))-6);

query = query.substring(0,6);

//document.write(query)




document.write('<select name="choose_category" class="photosboxtext" onChange="window.location.replace(window.document.the_form.choose_category.options[selectedIndex].value);">')

document.write('<option value="photos.html"> ')
//document.write('<option value="photos_all.html">All Photos')
document.write('<option value="photos_publicity.html">Publicity Shots')
document.write('<option value="#">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ')
document.write('<option value="photos_080721.html">21/07/08 - Rehearsal Shinanigans')
document.write('<option value="photos_080517.html">17/05/08 - Wedding - Portsmouth')
document.write('<option value="photos_080428.html">28/04/08 - Golden Lion, Bexleyheath')


document.write('<option value="#">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ')
document.write('<option value="photos_070520.html">20/05/07 - O\'Neills, Blackheath')
document.write('<option value="photos_070421.html">21/04/07 - The Pickwick, Charlton')
document.write('<option value="photos_070330.html">30/03/07 - Golden Lion, Bexleyheath')
document.write('<option value="photos_070316.html">16/03/07 - Quebec Curve, Surrey Quays')
document.write('<option value="photos_070303.html">03/03/07 - Wedding - Marriott Docklands')
document.write('<option value="photos_070302.html">02/03/07 - Golden Lion, Bexleyheath')
document.write('<option value="#">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ')
document.write('<option value="photos_061222.html">22/12/06 - Golden Lion, Bexleyheath - Christmas Party')
document.write('<option value="photos_061021.html">21/10/06 - Wedding - Essex')
document.write('<option value="photos_060929.html">29/09/06 - Corporate Dinner Dance')
document.write('<option value="photos_060916.html">16/09/06 - Fancy Dress Party')
document.write('<option value="photos_060812.html">12/08/06 - Wedding')
document.write('<option value="photos_060804.html">04/08/06 - Wedding')
document.write('<option value="photos_060728.html">28/07/06 - Golden Lion, Bexleyheath')
document.write('<option value="photos_060715.html">15/07/06 - Wardstock - Charity Event')
document.write('<option value="photos_060701.html">01/07/06 - Wedding')
document.write('<option value="photos_060624.html">24/06/06 - Scarlet Ball')
document.write('<option value="photos_060413.html">13/04/06 - Wedding')
document.write('<option value="photos_060224.html">24/02/06 - Golden Lion, Bexleyheath')
document.write('<option value="photos_060128.html">28/01/06 - Wedding')
document.write('<option value="#">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ')
document.write('<option value="photos_051223.html">23/12/05 - Golden Lion, Bexleyheath - Christmas')
document.write('<option value="photos_051028.html">28/10/05 - Golden Lion, Bexleyheath - Halloween')
document.write('<option value="photos_050806.html">06/08/05 - Wedding')
document.write('<option value="photos_050723.html">23/07/05 - Wedding')
document.write('<option value="photos_050708.html">08/07/05 - "You Are The One" Launch')
document.write('<option value="photos_050703.html">03/07/05 - Wedding')
document.write('<option value="photos_050624.html">24/06/05 - Golden Lion, Bexleyheath')
document.write('<option value="photos_050429.html">29/04/05 - Golden Lion, Bexleyheath')
document.write('<option value="photos_050325.html">25/03/05 - Golden Lion, Bexleyheath')
document.write('<option value="photos_050121.html">21/01/05 - Golden Lion, Bexleyheath')


































document.write('</select>')








// End 
-->

