<!-- 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="PostmanPat.html">Postman Pat</option>');

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

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

document.write('<option value="barney.html">Barney</option>');

document.write('<option value="peterrabbit.html">The Tales of Peter Rabbit</option>');

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


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


//  End -->
