function chooseBanner()
{
 if (document.search.destinationid.value=='36')
 {
  document.write('<A HREF="http://www.altontowers.com/" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/alton1.gif" BORDER="0" WIDTH="468" HEIGHT="60"></A>');
 }
 else if (document.search.destinationid.value=='45')
 {
  document.write('<A HREF="http://www.ba-londoneye.com/" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/bale_banner_35k.gif" BORDER="0" WIDTH="468" HEIGHT="60"></A>');
 }
 else if (document.search.destinationid.value=='46')
 {
  document.write('<A HREF="http://www.chessington.com/" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/chessington-banner7.gif" BORDER="0" WIDTH="468" HEIGHT="60"></A>');
 }
 else if (document.search.destinationid.value=='47')
 {
  document.write('<A HREF="http://www.madame-tussauds.com/site/london/" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/mt-banner3.gif" BORDER="0" WIDTH="468" HEIGHT="60"></A>');
 }
 else if (document.search.destinationid.value=='48')
 {
  document.write('<A HREF="http://www.thorpepark.com/" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/thorpe_banner4.gif" BORDER="0" WIDTH="468" HEIGHT="60"></A>');
 }
 else if (document.search.destinationid.value=='22')
 {
  document.write('<A HREF="http://www.draytonmanor.co.uk/" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/bannerdayton.jpg" BORDER="0" WIDTH="468" HEIGHT="60"></A>');
 }
 else if (document.search.destinationid.value=='207')
 {
  document.write('<A HREF="http://www.chesterzoo.org" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/chesterzoobanner.jpg" WIDTH="468" HEIGHT="60" BORDER="0"/></A>');
 }
 else if (document.search.destinationid.value=='178')
 {
  document.write('<A HREF="http://www.edenproject.com" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/eden-banner.gif" WIDTH="468" HEIGHT="60" BORDER="0"/></A>');
 }
 else
 {
  document.write('<A HREF="http://www.gobango.com/" TARGET="_blank"><IMG SRC="http://www.coach-hire.uk.com/images/gobanger.gif" BORDER="0" WIDTH="468" HEIGHT="60"></A>');
 }
}