window.addEvent('domready', function() { var x = {'-1': {'-1':'Select a region first'}, '1': {'-1':'-- Select A Location --','36':'Leicestershire ','27':'Mansfield','28':'Ollerton','29':'Worksop'}, '2': {'-1':'-- Select A Location --','11':'Ashington','12':'Cramlington','41':'Easington','35':'Tyne & Wear','34':'Washington'}, '3': {'-1':'-- Select A Location --','31':'Swinton'}, '4': {'-1':'-- Select A Location --','60':'Hednesford, Cannock','18':'Newcastle-Under-Lyme'}, '5': {'-1':'-- Select A Location --','14':'Barnsley','15':'Castleford','17':'Doncaster','33':'Pontefract','23':'Rotherham','25':'Sherburn In Elmet'}, '6': {'-1':'-- Select A Location --','16':'Chesterfield'}}; new LocationPicker('region', 'location', 'hidden_location', x, false, false, 'ctl00$LocationPickerBox1$LocationPicker1'); });