<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



document.write('<select name="select" class="showdropdown" onChange="MM_jumpMenu(\'parent\',this,0)">');

document.write('<option value="#" selected>Select A Show</option>');

document.write('<option value="bobthebuilder.html">Bob the Builder Live</option>');

document.write('<option value="sesame.html">Sesame Street Live</option>');

document.write('<option value="mrmen_roadshow.html">The Mr Men Party Road Show</option>');

document.write('<option value="roary.html">Roary The Racing Car - Live</option>');

document.write('<option value="littlebigclub.html">The Little Big Club - Live in Concert</option>');

document.write('<option value="firemansam.html">Fireman Sam</option>');

//document.write('<option value="thomas.html">Thomas & Friends</option>');

//document.write('<option value="noddy.html">Noddy in Toyland</option>');

//document.write('<option value="andyandmike.html">Andy & Mike\'s Big Box of Bananas</option>');


document.write('</select>');


//  End -->

