 teaserFlashLinkObj1 = "html/model_range/mini_clubman.html?s3_route=homepage_banner";
  function teaserFlashLink(linkUrl){
      switch(linkUrl) {
        case 1:
          window.location.href = teaserFlashLinkObj1;
        break;
        case 2:
          window.location.href = teaserFlashLinkObj1;
        break;
        case 3:
          window.location.href = teaserFlashLinkObj1;
        break;
        default:
          window.location.href = teaserFlashLinkObj1;
        break;
      }
    }

