<!DOCTYPE HTML> <html> <head> <title>Hayball Motorcycles | Suzuki Motorcycle Dealer | Salisbury</title> <meta name="keywords" content="" > <meta name="description" content="Hayball Motorcycles are the official dealer of Suzuki Motorcycles" > <meta name="Generator" content="DealerWebs CMS - Copyright (C) 2020 Creativity Sells Ltd. All rights reserved." > <meta name="robots" content="index, follow" > <link rel="stylesheet" href="https://use.typekit.net/kab2utd.css"> <meta name="theme-color" content="#000000"> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <link rel="apple-touch-icon" href="/images/mobile/app-icon.png"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > <meta http-equiv="Content-Language" content="en" /> <!--[if gte IE 9]> <style type="text/css"> .gradient { filter: none; } </style> <![endif]--> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" /> <style> .cc-color-override--63149898.cc-window { z-index: 999999999 !important; } .cc-message { color: #FFF; } </style> <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script> <script> window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#000000", "text": "#ffffff" }, "button": { "background": "#30a626", "text": "#ffffff" } }, "theme": "classic", "position": "bottom-right", "content": { "message": "This website uses cookies to improve user experience. By using our website you consent to our cookies in accordance with our Cookie Policy.", "dismiss": "I Consent to Cookies", "allow": "I consent to cookies", "deny": "Decline Cookies", "link": "Privacy & Cookie Policy", "href": "/./privacy.php", "target": "_self" }, onInitialise: function (status) { if (typeof update_cookieconsent == 'function') { var options = update_cookieconsent(); } }, onPopupOpen: function(){ link = document.getElementsByClassName('cc-link'); message = document.getElementsByClassName('cc-message'); link[0].target = "_self"; if (typeof update_cookieconsent == 'function') { var options = update_cookieconsent(); if(options.content.href != null){ link[0].href = options.content.href; } if(options.content.link != null){ link[0].text = options.content.link; } if(options.content.message != null){ message[0].innerHTML = options.content.message; } } } }) }); </script> <link rel="stylesheet" type="text/css" href="bootstrap-sass/bootstrap-3.3.5/css/bootstrap-iso.css"> <link rel="stylesheet" type="text/css" href="/cache/css/f679c6ed4ea98e616166965b9d8598e2.css"> <link rel="stylesheet" type="text/css" href="css/main/humanity/jquery-ui-1.10.4.custom.min.css"> <link rel="stylesheet" type="text/css" href="css/main/font-awesome-4.5.0/css/font-awesome.css"> <link rel="stylesheet" type="text/css" href="https://cdn.dealerwebs.co.uk/css/core-suzuki-style.css"> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/main/ie7-and-down.css" /> <![endif]--> <!--[if lte IE 8]> <link rel="stylesheet" type="text/css" href="css/main/ie7-and-down.css" /> <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="css/main/ie7-and-down.css" /> <![endif]--> <link rel="shortcut icon" href="favicon.ico"> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54ff799021eca7cd" async="async"></script> <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <script src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <script src="blueimp/js/jquery.fileupload.js"></script> <script src="bootstrap-sass/bootstrap-3.3.5/js/bootstrap.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="/cache/js/ca0fdef85c47b23170beadae033b6215.js" type="text/javascript"></script> <!-- Mobile Detect script --> <script> // Minified version of isMobile included in the HTML since it's <1kb (function(i){var e=/iPhone/i,n=/iPod/i,o=/iPad/i,t=/(?=.*\bAndroid\b)(?=.*\bMobile\b)/i,r=/Android/i,d=/BlackBerry/i,s=/Opera Mini/i,a=/IEMobile/i,b=/(?=.*\bFirefox\b)(?=.*\bMobile\b)/i,h=RegExp("(?:Nexus 7|BNTV250|Kindle Fire|Silk|GT-P1000)","i"),c=function(i,e){return i.test(e)},l=function(i){var l=i||navigator.userAgent;this.apple={phone:c(e,l),ipod:c(n,l),tablet:c(o,l),device:c(e,l)||c(n,l)||c(o,l)},this.android={phone:c(t,l),tablet:!c(t,l)&&c(r,l),device:c(t,l)||c(r,l)},this.other={blackberry:c(d,l),opera:c(s,l),windows:c(a,l),firefox:c(b,l),device:c(d,l)||c(s,l)||c(a,l)||c(b,l)},this.seven_inch=c(h,l),this.any=this.apple.device||this.android.device||this.other.device||this.seven_inch},v=i.isMobile=new l;v.Class=l})(window); </script> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <![endif]--> <script> //Used bike list view $(function(){ $(".watch-video-btn").on("click",function(e){ e.preventDefault(); openPopupList($(this)); return false; }) }); function build_slideshow_video($elem) { var image_array = []; $.each($elem, function( key, value ) { imagepath = $(value).attr('href'); type = $(value).data('type'); thumb = $(value).data('thumb'); title = $(value).data('title'); image_array.push({ href: imagepath+"?autoplay=1", type:type, thum: thumb, title: title }); }); return image_array; } function openPopupList($elem){ //Get this index var options = { index : 0, prevEffect : 'none', nextEffect : 'none', padding : 0, helpers : { title : { type: 'outside', position : 'bottom' }, thumbs : { width : 50, height : 50, source : function( item ) { return item.thum; } } }, youtube: { autoplay: 1, } }; $.fancybox.open(build_slideshow_video($elem),options); } $(document).ready(function() { if(!$.browser.msie || ($.browser.msie && $.browser.version > 8)){ $(".fancybox-thumb").fancybox({ prevEffect : 'none', nextEffect : 'none', helpers : { title : { type: 'outside' }, thumbs : { width : 50, height : 50 } } }); } //Display View desktop/mobile button // if (isMobile.apple.phone || isMobile.android.phone || isMobile.seven_inch || isMobile.android.tablet || isMobile.apple.tablet){ // $("#view-desktop-site-area").css("display", "block"); // }else{ // $("#view-desktop-site-area").css("display", "none"); // $("#view-mobile-site-area").css("display", "none"); // } }); </script> <!-- <script> $(function() { $(".news_summary_liner").css("opacity","1.0"); $(".news_summary_liner").hover(function () { var myID = $(this).attr("id"); $(".news_summary_liner:not(#"+myID+")").stop().animate({opacity: 0.5}, "fast"); }, function () { $(".news_summary_liner").stop().animate({opacity: 1.0}, "fast"); }); }); </script> --> <script> $(document).ready(function(e) { ////////////////// // Used Bike Menu ///////////////// var min_val = 0; var max_val = $("#max_val").val(); var min_pr = $("#min_pr").val() != "" ? parseInt($("#min_pr").val(), 10) : 0; var max_pr = $("#max_pr").val() != "" ? parseInt($("#max_pr").val(), 10) : max_val; $( "#price-range" ).slider({ range: true, min: min_val, max: max_val, step: 500, values: [min_pr,max_pr], slide: function( event, ui ) { if (ui.values[0] == ui.values[1]) { return false; } $(".price-range-amount").html( "£" + ui.values[ 0 ] + " - £" + ui.values[ 1 ] ); $("#min_pr").val(ui.values[ 0 ]); $("#max_pr").val(ui.values[ 1 ]); }, create: function(event, ui){ $(".price-range-amount").html( "£" + min_pr + " - £" + max_pr ); } }); var engine_min_val = 0; var engine_max_val = $("#engine_max_val").val(); var engine_min = $("#engine_min").val() != "" ? parseInt($("#engine_min").val(), 10) : 0; var engine_max = $("#engine_max").val() != "" ? parseInt($("#engine_max").val(), 10) : engine_max_val; $( "#engine-cc-range" ).slider({ range: true, min: engine_min_val, max: engine_max_val, step: 50, values: [ engine_min, engine_max], slide: function( event, ui ) { if (ui.values[0] == ui.values[1]) { return false; } $(".engine-range-amount").html( ui.values[ 0 ] + "cc - " + ui.values[ 1 ] + "cc"); $("#engine_min").val(ui.values[ 0 ]); $("#engine_max").val(ui.values[ 1 ]); }, create: function(event, ui){ $(".engine-range-amount").html( engine_min + "cc - " + engine_max + "cc"); } }); $("#dialog-form").dialog({ autoOpen: false, draggable: false, resizable: false, height: 'auto', width: '400px', modal: true, dialogClass: 'popup-dialog', open: function(event, ui){ $("html,body").css("overflow","hidden"); }, close: function(event, ui){ $("html,body").css("overflow","auto"); }, buttons: [{ id: "button-contiune", text: "Continue", click: function(){ chkform('form_elm','this'); } }] }); $(".open-watch").on("click",function(e){ e.preventDefault(); $("#dialog-form").find(".error-msg").html(""); $("#button-contiune").show(); data = $(this).find(".watch-bike").html(); $("#dialog-form").find(".watch-form").html(data); $("#dialog-form").dialog("open"); }); //Modal Popup for used bike watch // $(".open-watch").on("click",function(e){ // e.preventDefault(); // data = $(this).closest("ul").parent().parent().find(".watch-bike").html(); // $("body").append("<div id='used-watch-form'></div>"); // $("#used-watch-form").html(data); // }); // $("#used-watch-form").dialog({ // autoOpen: false, // height: 300, // width: 350, // modal: true, // buttons: { // Cancel: function() { // this.dialog( "close" ); // } // }, // close: function() { // form[ 0 ].reset(); // allFields.removeClass( "ui-state-error" ); // } // }); // $('#open_watch').on("click",function(e){ // e.preventDefault(); // if($("#watch_this").css("display") !== "none"){ // $("#watch_this").css("display","none"); // }else{ // $("#watch_this").css("display","block"); // } // }); addArrows(); function addArrows(){ if ($(window).width() >= 768) { icons = $("#button_bar").find(".nav-arrow"); if(icons.length < 1){ nav = $(document).find("#button_bar > li"); $.each(nav, function(i, val) { if($(val).find(".column").length != 0 ){ $(val).children("a").append('<span class="fa fa-caret-down nav-arrow"></span>'); } }); } }else{ nav = $(document).find("#button_bar > li"); $.each(nav, function(i, val) { $(val).find(".nav-arrow").remove(); }); } } ////////////////// // Nav Menu ///////////////// if (!$.browser.msie || ($.browser.msie && $.browser.version > 8)) { function getWidth() { wWidth = $(window).width(); if ($(window).width() <= 768) { $("#button_bar").removeClass("full-nav"); $("#button_bar").addClass("small-nav"); icons = $("#button_bar").find("i"); if(icons.length < 1){ hasUl = $(document).find(".small-nav > li"); $.each(hasUl, function(i, val) { if($(val).find(".column").length != 0 ){ $(val).find('.flyout').css({'height': '','width': '98%'}); $(val).find('.column').css({'height': '','width': '98%'}); $(val).find("a.nav_link").append('<i class="fa fa-plus-square nav-down"></i>'); $(val).find("a.nav_link_on").append('<i class="fa fa-minus-square nav-down"></i>'); $(".nav-down").css({"float":"right","font-size":"22px","padding":"0px 10px"}); } fin = $(val).find(".column"); if ($(val).find("a").hasClass('nav_link_on') && fin.length != 0) { $(".small-nav").find('.nav_link_on').parent("li").find('.flyout').css("display", "block"); } }); } } else { $("#button_bar").removeClass("small-nav"); $("#button_bar").addClass("full-nav"); flyout = $('.full-nav li').find('.flyout'); $.each(flyout, function(i, val) { $(val).css({ 'height': '', 'width': '', 'left' : '' }); }); column = $(flyout).find('.column'); $.each(column, function(i, val) { $(val).css({ 'height': '', 'width': '', 'left' : '' }); }); $(".full-nav").find('.flyout').css("display", ""); $(".full-nav").show(); } }; wWidth = 0; getWidth(); //check window size $(window).on("resize", function() { getWidth(); }); $(document).on("click",".small-nav > li > a", function(e) { e.stopPropagation(); fin = $(this).parent().find(".column"); if (!$(this).hasClass('nav_link_on') && fin.length != 0) { if ($(this).parent().children('ul').find('.flyout').is(':visible') != true) { e.preventDefault(); $('.small-nav').find('.nav_link_on').find("i").removeClass("fa-minus-square").addClass("fa-plus-square"); $('.small-nav').find('.nav_link_on').removeClass('nav_link_on').addClass('nav_link').parent("li").find('.flyout').slideUp(); $(this).removeClass('nav_link').addClass('nav_link_on'); $(this).find("i").removeClass('fa-plus-square').addClass('fa-minus-square'); $(this).parent('li').find('.flyout').slideDown(); return false; } else { $(this).removeClass('nav_link'); } } }); $(document).on("click",".small-nav > li > a > i",function(e){ if ($(this).parent().parent().children('ul').find('.flyout').is(':visible') != true) { $('.small-nav').find('.nav_link_on').removeClass('nav_link_on').addClass('nav_link'); $('.small-nav').find('.flyout').slideUp(); $('.small-nav').find("i").removeClass("fa-minus-square").addClass("fa-plus-square"); $(this).removeClass('fa-plus-square').addClass('fa-minus-square'); $(this).parent().removeClass('nav_link').addClass('nav_link_on'); $(this).parent().parent('li').find('.flyout').slideDown(); } else { $(this).removeClass('fa-minus-square').addClass('fa-plus-square'); $(this).parent().parent('li').find('.flyout').slideUp(); } return false; }); $(".open_menu").toggle(function() { $("#button_bar").slideDown(); }, function() { $("#button_bar").slideUp(); }); $(document).on("mouseenter",'.full-nav > li', function() { element = $(this).children('ul').find('.flyout'); //Work out width of flyout column = $(element).find('.column'); newWidth = []; newHeight = []; $.each(column, function(i, val) { newWidth.push($(val).outerWidth()); newHeight.push($(val).outerHeight()); }); //Set flyout columns to biggest sized column colWidth = Math.max.apply(Math, newWidth); colHeight = Math.max.apply(Math, newHeight); $(column).outerWidth(colWidth); $(column).outerHeight(colHeight); test = $(newWidth).length; flyoutWidth = colWidth * test; $(element).width(flyoutWidth); newWidth = []; newHeight = []; topPos = $("#nav").offset().top + $("#nav").outerHeight(); // //make sure menu does not fly off the right of the screen if ($(element).offset().left + $(element).width() > $(window).width()){ $(element).css("left", -element.width() + $(this).offset().left + $(this).width()); } // if($(element).offset().left + $(element).width() > $(window).width() && $(this).attr("id") == "online_store"){ // elWidth = $(element).outerWidth() / 2; // winWidth = $(window).width() / 2; // rePosWidth = winWidth - elWidth; // rePosHeight = $("#nav").offset().top + $("#nav").outerHeight(); // $(element).offset({top:rePosHeight, left:rePosWidth}); // } if($(element).outerWidth() > ($(window).width()/2)){ winWidth = $(window).width(); left = (winWidth - flyoutWidth) / 2; $(element).offset({left:left}); } }); } }); </script> <script> $(function(){ $(window).on("load",function(){ prodthumb(); featprod(); feat(); featinner(); featinnerprod(); prod(); search_grid(); news_summary_heading(); news_body_wrap (); //heighty(); titleheights(); calendar_day(); calendar_today(); used_photo_thumb_asmbly(); bikeofferheight(); }); //check window size $(window).on("resize", function() { prodthumb(); featprod(); feat(); featinner(); featinnerprod(); prod(); search_grid(); news_summary_heading(); news_body_wrap (); //heighty(); titleheights(); calendar_day(); calendar_today(); used_photo_thumb_asmbly(); bikeofferheight(); }); function titleheights(){ element = $(document).find(".top_used_title"); newHeight = []; $.each(element, function(i, val) { $(element).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } //function heighty(){ // element = $(document).find(".paddingusedbikesassembly"); // newHeight = []; // $.each(element, function(i, val) { // $(element).css("height","auto"); // newHeight.push($(val).outerHeight()); // }); // divHeight = Math.max.apply(Math, newHeight); // $(element).height(divHeight); // } function prod(){ element = $(document).find(".product_thumb_main_wrapper"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function feat(){ element = $(document).find(".featured_thumb_img_wrapper"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function featinner(){ element = $(document).find(".inner_featured_bike_wrapper"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function featinnerprod(){ element = $(document).find(".inner_featured_product_wrapper"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function featprod(){ element = $(document).find(".featured_product_subtitle"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function prodthumb(){ element = $(document).find(".product_cat_thumb"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function search_grid(){ element = $(document).find(".search_grid"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function news_summary_heading(){ element = $(document).find(".news_summary_heading"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function news_body_wrap(){ element = $(document).find(".news_body_wrap"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function calendar_day(){ element = $(document).find(".calendar_day"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function calendar_today(){ element = $(document).find(".calendar_today"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function used_photo_thumb_asmbly(){ element = $(document).find(".used_photo_thumb_asmbly"); newHeight = []; $.each(element, function(i, val) { $(val).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } function bikeofferheight(){ element = $(document).find(".bike-offer"); newHeight = []; $.each(element, function(i, val) { $(element).css("height","auto"); newHeight.push($(val).outerHeight()); }); divHeight = Math.max.apply(Math, newHeight); $(element).height(divHeight); } //Toggle View Functions $("#list-view").on("click",function(e){ e.preventDefault(); if($(".used_bike_asmbly").hasClass("grid-view")){ $(".used_bike_asmbly").toggleClass("grid-view"); heighty(); titleheights(); } }); $("#grid-view").on("click",function(e){ if(!$(".used_bike_asmbly").hasClass("grid-view")){ $(".used_bike_asmbly").toggleClass("grid-view"); titleheights(); heighty(); } }); function displayPop() { $("#popup_large_img").fadeIn(); $(window).scrollTop(0); } $("#product_image_zoom").click(function(){ $("#popup_large_img").appendTo("#popupbox"); $("#fade").fadeIn(); displayPop(); }); $("#used_slideshow_link").click(function() { $("#popup_large_img").appendTo("#popupbox"); $("#fade").fadeIn(); displayPop(); }); $("#main_product_image").click(function() { $("#popup_large_img").appendTo("#popupbox"); $("#fade").fadeIn(); displayPop(); }); $(".close_used_popup, #fade").click(function() { $("#fade").fadeOut(); $("#popup_large_img").fadeOut(); }); //Swap main product thumb on click $(".product_options_thumb").on("click",function(){ image = $(this).find("img").data("large-img"); $("#main_product_image img").attr("src",image); }); //Swap popup product thumb on click $(document).on("click",".bike_used_thumb_popup",function(){ image = $(this).find("img").data("large-img"); $("#used_bike_large_area img").attr("src",image); }); // function display_prod_img(img,target,pid,target2) // { // document.getElementById(target).innerHTML = "<img src='image.php?image=" + img + "&id=" + pid + "&size=data&var=p'/>"; // document.getElementById(target2).innerHTML = "<img src='image.php?image=" + img + "&id=" + pid + "&size=data&var=p'/>"; // } // $('.bike_used_thumb_popup_img').click(function() { // var $imgID = $(this).attr('id'); // $('.used_bike_popup_large').attr("src", "content/images/large/" + $imgID); // }); // $(".bike_used_thumb").click(function() { // var $imageID = $(this).attr('id'); // $('.used_bike_image').attr("src", "content/images/large/" + $imageID); // }); }); </script> <script> document.createElement('header'); document.createElement('footer'); document.createElement('nav'); document.createElement('section'); document.createElement('figure'); </script> </head> <body id="home_welcome" class="product-list-page " > <div id="outer_wrap" class="home_welcome"> <div id="top-bg" class="home_welcome"></div> <div id="stickytop"> <div id="headerwrap"> <header id="header"> <div id="header_contact" class="main"> <div class="header_location"><a class="tel header" href="tel:+441722 322796 "><i class="fa fa-phone-square"></i> 01722 322796 </a></div> </div> <div class="header_logo_wrapper dealer"> <a href="/./" title="Hayball Suzuki"><img class="logo_container logo hover-pop" src="images/dealer/main-logo.png"></a> </div> <div class="header_logo_wrapper suzuki"> <a href="/./" title="Hayball Suzuki"><img class="logo_container logo hover-pop" src="images/suzuki/logo-suzuki.png"></a> </div> </header> </div> <div id="navwrap"> <nav id="nav"> <a href="#modal" class="open_menu main"><i class="fa fa-bars"></i> MENU</a> <ul id="button_bar"> <li class="button_cell" id="home"> <a href="https://www.hayballmotorcycles.co.uk" class="nav_link_on" id="button_home"" title="Hayball Motorcycles - Salisbury" alt="Hayball Motorcycles - Salisbury" >Home</a> <ul><div class="flyout flyout-full"> <div class="column"><h3>Home</h3> <ul> <li class='home'><a href="https://www.hayballmotorcycles.co.uk" >Home</a></li> <li class='advanced_search'><a href="pages/home/advanced-search.htm" >Advanced Search</a></li> </ul> </div></ul> </li> <li class="button_cell" id="about_us"> <a href="pages/about/about-us.htm" class="nav_link" id="button_about_us"" title="About Hayball Motorcycles" alt="About Hayball Motorcycles" >About Us</a> <ul><div class="flyout flyout-full"> </ul> </li> <li class="button_cell" id="new_bikes"> <a href="#" class="nav_link" id="button_new_bikes"" title="New Bikes" alt="New Bikes" >New Bikes</a> <ul><div class="flyout flyout-full"> <div class="column"><h3>New Bikes</h3> <ul> <li class='suzuki'><a href="https://www.hayballmotorcycles.co.uk/suzuki/suzuki-motorcycles/bikes.htm" >Suzuki</a></li> <li class='royal_enfield'><a href="https://hayball.motogb.co.uk/make/royal-enfield" target="_blank">Royal Enfield</a></li> <li class='benelli'><a href="https://hayball.motogb.co.uk/make/benelli" target="_blank">Benelli</a></li> <li class='lambretta'><a href="https://hayball.motogb.co.uk/make/lambretta" target="_blank">Lambretta</a></li> <li class='royal_alloy'><a href="https://hayball.motogb.co.uk/make/royal-alloy" target="_blank">Royal Alloy</a></li> <li class='sym'><a href="https://hayball.motogb.co.uk/make/sym" target="_blank">Sym</a></li> <li class='keeway'><a href="https://hayball.motogb.co.uk/make/keeway" target="_blank">Keeway</a></li> <li class='f_b_mondial'><a href="https://hayball.motogb.co.uk/make/fb-mondial" target="_blank">F B Mondial</a></li> <li class='italjet'><a href="https://hayball.motogb.co.uk/make/italjet" target="_blank">Italjet</a></li> </ul> </div></ul> </li> <li class="button_cell" id="suzuki_offers"> <a href="suzuki/suzuki-offers/current-offers.htm" class="nav_link" id="button_suzuki_offers"" title="Latest Suzuki Offers" alt="Latest Suzuki Offers" >Suzuki Offers</a> <ul><div class="flyout flyout-full"> </ul> </li> <li class="button_cell" id="used_bikes"> <a href="pages/used/used-bikes.htm" class="nav_link" id="button_used_bikes"" title="Used Bikes For Sale in Wiltshire" alt="Used Bikes For Sale in Wiltshire" >Used Bikes</a> <ul><div class="flyout flyout-full"> <div class="column"><h3>Used Bikes</h3> <ul> <li class='_li benelli'><a href="pages/used/used-bikes.htm?make=BENELLI">BENELLI</a></li> <li class='_li royal_enfield'><a href="pages/used/used-bikes.htm?make=ROYAL ENFIELD">ROYAL ENFIELD</a></li> <li class='_li suzuki'><a href="pages/used/used-bikes.htm?make=SUZUKI">SUZUKI</a></li> <li class='_li sym'><a href="pages/used/used-bikes.htm?make=SYM">SYM</a></li> <li class='_li triumph'><a href="pages/used/used-bikes.htm?make=TRIUMPH">TRIUMPH</a></li> <li class='_li yamaha'><a href="pages/used/used-bikes.htm?make=YAMAHA">YAMAHA</a></li> </ul> </div> <div class="column"><h3>Used Bikes</h3> <ul> <li class='used_bikes'><a href="pages/used/used-bikes.htm" >Used Bikes</a></li> <li class='bike_enquiry'><a href="pages/used/bike-enquiry.htm" >Bike Enquiry</a></li> </ul> </div></ul> </li> <li class="button_cell" id="finance"> <a href="pages/finance/motorcycle-finance.htm" class="nav_link" id="button_finance"" title="Motorcycle Finance Options" alt="Motorcycle Finance Options" >Finance</a> <ul><div class="flyout flyout-full"> </ul> </li> <li class="button_cell" id="news"> <a href="pages/news/news-and-events.htm" class="nav_link" id="button_news"" title="Latest News & Events " alt="Latest News & Events " >News</a> <ul><div class="flyout flyout-full"> </ul> </li> <li class="button_cell" id="service"> <a href="pages/service/motorcycle-servicing.htm" class="nav_link" id="button_service"" title="Motorcycle Servicing & MOT Testing" alt="Motorcycle Servicing & MOT Testing" >Service</a> <ul><div class="flyout flyout-full"> <div class="column"><h3>Service</h3> <ul> <li class='service_enquiry'><a href="pages/service/service-enquiry.htm" >Service Enquiry</a></li> <li class='mot_enquiry'><a href="pages/service/mot-enquiry.htm" >MOT Enquiry</a></li> </ul> </div></ul> </li> <li class="button_cell" id="ebay"> <a href="http://stores.ebay.co.uk/Hayball-Motorcycles" class="nav_link" id="button_ebay"" target="_blank" title="Ebay Link" alt="Ebay Link" >EBay</a> <ul><div class="flyout flyout-full"> </ul> </li> <li class="button_cell" id="contact"> <a href="pages/contact/contact.htm" class="nav_link" id="button_contact"" title="Contact Us At Hayball Motorcycles" alt="Contact Us At Hayball Motorcycles" >Contact</a> <ul><div class="flyout flyout-full"> <div class="column"><h3>Contact</h3> <ul> <li class='find_us'><a href="pages/contact/find-us.htm" >Find Us</a></li> <li class='join_newsletter'><a href="pages/contact/join-newsletter.htm" >Join Newsletter</a></li> </ul> </div></ul> </li> <li class="button_cell" id="book_a_test_ride"> <a href="pages/new-bike-enquiry/book-a-test-ride.htm" class="nav_link" id="button_book_a_test_ride"" title="Book a Test Ride" alt="Book a Test Ride" >Book a Test Ride</a> <ul><div class="flyout flyout-full"> </ul> </li> </ul> </nav> </div> </div> <div id="banner_outer_wrap" class="bannerhomepage"> <div id="banner_wrap" class="bannerhomepage"> <div id="banner" align="center"> <script type="text/javascript"> $(function () { // Slideshow 1 $(".rslides1").responsiveSlides({ auto: true, pager: true, nav: true, pause: true }); //$(".rslides").swipe( { // //Generic swipe handler for all directions // swipe:function(event, direction, distance, duration, fingerCount) { // $(".rslides_nav").trigger("click"); // }, // //Default is 75px, set to 0 for demo so any distance triggers swipe // threshold:0, // allowPageScroll:"auto" // }); $(".rslides1").swipe({ allowPageScroll : "vertical", swipe:function(event, direction, distance, duration, fingerCount, fingerData) { thumbScrollGal(direction); //alert(direction); }, threshold:10 }); function thumbScrollGal(dir){ if(dir == "right"){ $(".rslides1_nav.prev").click(); }else if(dir == "left"){ $(".rslides1_nav.next").click(); } } // Slideshow 2 $(".rslides2").responsiveSlides({ auto: false, pager: true, nav: true, speed: 500, maxwidth: 800 }); // Slideshow 3 $(".rslides3").responsiveSlides({ auto: false, pager: false, nav: true, speed: 500, maxwidth: 800 }); }); </script> <ul class="rslides rslides1" id="home_welcome"> <li ><a class="bannerlinkmainnotbg link" href="https://www.hayballmotorcycles.co.uk/suzuki/suzuki-motorcycles/bikes/adventure.htm" title="Suzuki V-Strom 1050 Models Promotion"><img alt="Suzuki V-Strom 1050 Models Promotion" src="slider/suzuki-v-strom-1050-promotions.jpg"></a> </li> <li ><a class="bannerlinkmainnotbg link" href="https://www.hayballmotorcycles.co.uk/suzuki/suzuki-offers/current-offers.htm" title="Suzuki 4 Years 0% APR"><img alt="Suzuki 4 Years 0% APR" src="slider/suzuki-4-years-0-percent-apr.jpg"></a> </li> <li ><a class="bannerlinkmainnotbg link" href="https://www.hayballmotorcycles.co.uk/suzuki/suzuki-offers/current-offers.htm" title="Suzuki £500 Off Small Bikes"><img alt="Suzuki £500 Off Small Bikes" src="slider/suzuki-500-pounds-off-small-bikes.jpg"></a> </li> <li ><a class="bannerlinkmainnotbg link" href="#" title="9 Brands"><img alt="9 Brands" src="slider/9-brands.jpg"></a> </li> <li ><a class="bannerlinkmainnotbg link" href="#" title="Suzuki Bike Parts"><img alt="Suzuki Bike Parts" src="slider/suzuki-parts.jpg"></a> </li></ul> <div id="swipeicon"><img src="/./images/core/swipe.png"></div> </div> </div> </div> </div> <!--closing outer_wrap--> <div id="middle_wrap" class="home_welcome"> <div id="wrap" class="home_welcome"> <div class="top" id="home_welcome"> <div class="dark-site"></div> </div> <div class="middle" id="home_welcome"> <div id="secondary_nav_wrapper"> <ul id="nav_below"> <div id="navigation-links-secondary"> <div class="nav_below_begin"></div> <li id="Home" class="button_cell"> <a class="nav_below_button" href="" title="Hayball Motorcycles | Suzuki Motorcycle Dealer | Salisbury" alt="Hayball Motorcycles | Suzuki Motorcycle Dealer | Salisbury"> Home </a> </li> <li id="Advanced_Search" class="button_cell"> <a class="nav_below_button" href="pages/home/advanced-search.htm" title="Advanced Search" alt="Advanced Search"> Advanced Search </a> </li> <div class="nav_below_end"></div> </div> </ul> </div> <!-- TJ CONTENT_AREA STARTS --> <div id="site_stage" class="no-margin full-width home_welcome"> <div class="mastergrid col_fullwidth php13 maxwidth1200" id="home_welcome_item_2" > <div class="padding"> <h1 class="bigfont" style="text-align: center;"> Welcome to</h1> <h1 class="bigfont" style="text-align: center;"> Hayball Motorcycles</h1> <h2 style="text-align: center;"> Family owned and run since 1925</h2> <h3 style="text-align: center;"> Your one stop for new and used two-wheeled rides</h3> <h3 style="text-align: center;"> <strong>Welcome back to all our customers. </strong></h3> <h3 style="text-align: center;"> </h3> <h3 style="text-align: center;"> <strong>LATEST INFORMATION. This replaces all previous notices </strong></h3> <p> </p> <h3 style="text-align: center;"> <strong><u>Opening Hours</u></strong></h3> <h3 style="text-align: center;"> Monday CLOSED</h3> <h3 style="text-align: center;"> Tuesday 9 - 5 pm</h3> <h3 style="text-align: center;"> Wednesday 9 - 5 pm</h3> <h3 style="text-align: center;"> Thursday 9 - 5 pm</h3> <h3 style="text-align: center;"> Friday 9 - 5 pm</h3> <h3 style="text-align: center;"> Saturday 9 - 3 pm</h3> <h3 style="text-align: center;"> Sunday CLOSED</h3> <p> </p> <h3 style="text-align: center;"> <span style="font-size: 12px;">There will be </span><strong style="font-size: 12px;"><em>a limit to the number of customers</em></strong><span style="font-size: 12px;"> in the shop at any one time. Please check before you enter that it is possible. If you are able, please shop alone. While browsing please only touch what you intend to buy. </span></h3> <ul> <li align="left"> There will be <strong><em>hand sanitiser</em></strong> available for you to use, please use it on entry.</li> </ul> <ul> <li align="left"> Face coverings are required to be worn inside the shop from Friday 24.07.2020. </li> </ul> <ul> <li align="left"> All departments are now open, including the customer toilet and changing room. However, we have not reinstated the refreshments due to the new face covering rules.</li> </ul> <ul> <li align="left"> The workshop has remained open and continues to carry out servicing and repairs by appointment only. This will continue and appointments can be booked via contact, email or phone. Please be aware due to current demand we have an approximate 4 week waiting period. </li> </ul> <ul> <li align="left"> Bike showroom is open for browsing. However, we recommend you book an appointmnet if you wish to see someone in sales as we cannot guarantee someone will be available when you visit. You can pre-book your appointment by emailing us <a href="mailto:hayballmotorcycles@gmail.com">hayballmotorcycles@gmail.com</a> or using the contact us tab at the top of our website. </li> </ul> <ul> <li align="left"> To try on helmets or gloves you will be required to wear Nitrile gloves and/or a balaclava.</li> </ul> <ul> <li align="left"> We encourage you to email or phone to check availability of a product before heading in.</li> </ul> <p style="text-align: center;"> ---------------------------------------------------</p> <p> Since launching in 1925, Hayball Motorcycles has continued to steadily grow and is now an established Suzuki and Royal Enfield dealer based in Wiltshire. We offer a full selection of new Suzuki motorcycles, new Royal Enfield motorcycles and a comprehensive range of used bikes from leading brands including Ducati, Kawasaki and Yamaha.</p> <p> New for 2019 we have an excellent range of Benelli, Sym, Keeway, F.B.Modial, Royal Alloy and Lambretta. Giving an extensive choice of all types of 2 wheeled road bikes to suit any taste and budget.</p> <p> We also offer motorcycle servicing & MOT tests in our workshop along with a vast range of motorcycle parts, and an Oxford super centre offering the latest in clothing and accessories.</p> <p> Whether you're searching for your first moped, commuter scooter, sports bike, touring bike, adventure style motorcycle or something a little bit more retro, take advantage of some of our great finance plans along with the option to part exchange and discover the perfect ride at a price to suit you.</p> <p> We aim to be your one stop for all your motorcycling needs, so drop into Hayball Motorcycles to discuss your dream ride over a complimentary tea or coffee with our professional staff who are always at hand to answer all your enquiries.</p> </div> </div> <div id="new-bikes-home-widget-wrapper" class="new-suzuki-thumbs"> <h2 class="bigfont">New Suzuki Motorcycle Range</h2> <div id="new-bikes-home-widget-innerwrap"> <div id="new-bikes-home-widget"> <div id="owl-nav-106nb" class="owl-nav"> <a href="#" onclick="return false;" class="prev"></a> <a href="#" onclick="return false;" class="next"></a> <div id="owl-106nb" class="owl-carousel owl-theme"> <a class="thumb_type_home_wrapper" align="center" id="bike_2017suzgsxs750zphantom" title="Suzuki street range" href="/suzuki/suzuki-motorcycles/bikes/street.htm"> <div class="thumb_type_home" style="background-image:url('image.php?image=1&id=2017suzgsxs750zphantom&size=thumb');"> </div> <h4 class="bike_title_thumb_type_home"> street </h4> </a> <a class="thumb_type_home_wrapper" align="center" id="bike_2019suzgxsr1000" title="Suzuki sport range" href="/suzuki/suzuki-motorcycles/bikes/sport.htm"> <div class="thumb_type_home" style="background-image:url('image.php?image=1&id=2019suzgxsr1000&size=thumb');"> </div> <h4 class="bike_title_thumb_type_home"> sport </h4> </a> <a class="thumb_type_home_wrapper" align="center" id="bike_2018suzburman650" title="Suzuki scooters range" href="/suzuki/suzuki-motorcycles/bikes/scooters.htm"> <div class="thumb_type_home" style="background-image:url('image.php?image=1&id=2018suzburman650&size=thumb');"> </div> <h4 class="bike_title_thumb_type_home"> scooters </h4> </a> <a class="thumb_type_home_wrapper" align="center" id="bike_2019suzvstrom650gta" title="Suzuki adventure range" href="/suzuki/suzuki-motorcycles/bikes/adventure.htm"> <div class="thumb_type_home" style="background-image:url('image.php?image=1&id=2019suzvstrom650gta&size=thumb');"> </div> <h4 class="bike_title_thumb_type_home"> adventure </h4> </a> </div> </div> </div> </div> </div> <script type="text/javascript"> $(document).ready(function() { var owl = $("#owl-106nb"); owl.owlCarousel({ items: 6, margin: 10, video : false, navigation : false, pagination : false, scrollPerPage: false, loop: true, responsiveClass:true, responsive:{ 0:{ items:2, }, 380:{ items:2, }, 600:{ items:4, }, 768:{ items:5, }, 1000:{ items:5, } } }); $("#owl-nav-106nb .next").click(function(){ owl.trigger('next.owl.carousel'); }) $("#owl-nav-106nb .prev").click(function(){ owl.trigger('prev.owl.carousel'); }) }); </script> <div class="homefeature_usedbikesearch"> <div class="innermaxwrap"> <form method="get" action="pages/used/used-bikes.htm" class="selectusedhome"> <h3 class="bigfont">Used Bike Search</h3> <div class="used_search_fiter_wrapper"> <div class="banner_used_search banner_make"> <select id="homepage_make" name="make"> <option value="">Make</option> <option value="BENELLI">BENELLI</option> <option value="ROYAL ENFIELD">ROYAL ENFIELD</option> <option value="SUZUKI">SUZUKI</option> <option value="SYM">SYM</option> <option value="TRIUMPH">TRIUMPH</option> <option value="YAMAHA">YAMAHA</option> </select> </div> <div class="banner_used_search banner_model"> <select class="homepage_model" id="homepage_model"> <option>Model</option> </select> <select id="homepage_model-BENELLI" class="homepage_model" name="model"> <option value="">All Models</option> <option value="TORNADO NAKED TT125">TORNADO NAKED TT125</option> </select> <select id="homepage_model-ROYAL ENFIELD" class="homepage_model" name="model"> <option value="">All Models</option> <option value="CLASSIC 500">CLASSIC 500</option> <option value="HIMALAYAN">HIMALAYAN</option> </select> <select id="homepage_model-SUZUKI" class="homepage_model" name="model"> <option value="">All Models</option> <option value="DL650 V-STROM">DL650 V-STROM</option> <option value="GSX-R1000">GSX-R1000</option> <option value="GSX-R1000R">GSX-R1000R</option> <option value="GSX-R125">GSX-R125</option> <option value="GSX-S1000">GSX-S1000</option> <option value="GSX-S1000F">GSX-S1000F</option> <option value="GSX-S125">GSX-S125</option> <option value="GSX-S750">GSX-S750</option> <option value="KATANA">KATANA</option> <option value="SV650">SV650</option> </select> <select id="homepage_model-SYM" class="homepage_model" name="model"> <option value="">All Models</option> <option value="MASK">MASK</option> </select> <select id="homepage_model-TRIUMPH" class="homepage_model" name="model"> <option value="">All Models</option> <option value="SPEED TRIPLE 1050">SPEED TRIPLE 1050</option> </select> <select id="homepage_model-YAMAHA" class="homepage_model" name="model"> <option value="">All Models</option> <option value="FJR1300A">FJR1300A</option> <option value="XVS1300 MIDNIGHT STAR">XVS1300 MIDNIGHT STAR</option> </select> </div> <script> $(document).ready(function() { $('#homepage_make').on("change",function() { id = $(this).val(); if (id == '') { $('#homepage_model').show(); } else { $(".homepage_model").hide(); $(".homepage_model").attr("disabled",true); $("#homepage_model-"+id).show(); $("#homepage_model-"+id).attr("disabled",false); $("#homepage_model").val($("#homepage_model option.make-"+id+":first").val()); } }); $(".homepage_model").hide(); $('#homepage_model').show(); }); </script> <div class="banner_used_search banner_submit"> <input type="submit" value="Find now" class="selectusedhome submit" name="search" > </div> </div> </form> </div> </div> <div class="cms_section fullwidth bgblue" > </div> <div class="cms_section " > <!--===================================== = Used = ======================================--> <div class="featured_bikes_cnt maxwidth1200" > <h2 class="bigfont">Latest Used Bikes in Stock</h2> <div class="featured_bikes_inner"> <div id="owl-nav-103nb" class="owl-nav"> <a href="#" onclick="return false;" class="prev"></a> <a href="#" onclick="return false;" class="next"></a> <div id="owl-103nb" class="owl-carousel owl-theme"> <a class="featured_bike_wrapper" href="pages/used/used-bikes/2019--SUZUKI-KATANA-1000cc/5eea264d963d5493.htm" title="SUZUKI KATANA" id="c3"> <div class="inner"> <div class="featured_thumb_img_wrapper"> <img class="featured_bike_thumb" src="http://www.bikeportals.co.uk/content/images/featured/dw5eea26e4-963d552a3.jpg"/> </div> <div class="inner_featured_bike_wrapper"> <div class="thumb_bike_details" align="center"> <span class="featured_product_title bike">SUZUKI KATANA</span> <span class="price_tag_bike" align="center">£9,985</span> <span class="viewbike" align="center">View Bike <i class="fa fa-chevron-right" aria-hidden="true"></i></span> </div> </div> </div> </a> <a class="featured_bike_wrapper" href="pages/used/used-bikes/2018--SUZUKI-GSX-R1000-1000cc/5eea2831963d5677.htm" title="SUZUKI GSX-R1000" id="c4"> <div class="inner"> <div class="featured_thumb_img_wrapper"> <img class="featured_bike_thumb" src="http://www.bikeportals.co.uk/content/images/featured/dw5eea2873-963d56b95.jpg"/> </div> <div class="inner_featured_bike_wrapper"> <div class="thumb_bike_details" align="center"> <span class="featured_product_title bike">SUZUKI GSX-R1000</span> <span class="price_tag_bike" align="center">£8,750</span> <span class="viewbike" align="center">View Bike <i class="fa fa-chevron-right" aria-hidden="true"></i></span> </div> </div> </div> </a> </div></div></div> </div> <!--==== End of Section comment ====--> <script type="text/javascript"> $(document).ready(function() { var owl = $("#owl-103nb"); owl.owlCarousel({ items: 4, margin: 10, video : false, navigation : false, pagination : false, scrollPerPage: false, loop: true, responsiveClass:true, responsive:{ 0:{ items:1, nav:true }, 380:{ items:2, nav:true }, 600:{ items:3, nav:false }, 768:{ items:4, nav:false }, 1000:{ items:4, nav:true, } } }); $("#owl-nav-103nb .next").click(function(){ owl.trigger('next.owl.carousel'); }) $("#owl-nav-103nb .prev").click(function(){ owl.trigger('prev.owl.carousel'); }) }); </script> <div id="news_summary_container" > <h2 class="news_summary_title bigfont">Latest News from Hayball Motorcycles</h2> <div id="owl-nav-105nb" class="owl-nav"> <a href="#" onclick="return false;" class="prev"></a> <a href="#" onclick="return false;" class="next"></a> <div id="owl-105nb" class="owl-carousel owl-theme"> <a class="news_summary_liner desaturate" id="c5" href="pages/news/news-and-events/reopening-from-1st-june.htm" title="REOPENING FROM 1ST JUNE"> <div class="innerpadding"> <div class="news_summary_img" style="background:url(media/newsdefault.jpg); background-size: 100%; background-repeat: no-repeat;"> <img src="images/spacer.gif" width="100%"/> </div> <div class="news_summary_body"> <div class="news_summary_heading"> <span class="news_list_date">Sun, 31 May 2020</span><h4 class="news_list_heading">REOPENING FROM 1ST JUNE</h4> </div> <div class="news_summary_text"> <p class="news_list_story_text"> The showroom is reopening from June 1st 2020. Please do...</p> <span class="button news">Read more <i class="fa fa-chevron-right" aria-hidden="true"></i></span> </div> </div> </div> </a> </div> </div> </div> <script type="text/javascript"> $(document).ready(function() { var owl = $("#owl-105nb"); owl.owlCarousel({ items: 4, margin: 10, video : false, navigation : false, pagination : false, scrollPerPage: false, loop: true, responsiveClass:true, responsive:{ 0:{ items:1, nav:true }, 380:{ items:2, nav:true }, 600:{ items:3, nav:false }, 768:{ items:4, nav:false }, 1000:{ items:4, nav:true, } } }); $("#owl-nav-105nb .next").click(function(){ owl.trigger('next.owl.carousel'); }) $("#owl-nav-105nb .prev").click(function(){ owl.trigger('prev.owl.carousel'); }) }); </script> </div> <div class="mastergrid col_fullwidth php13 " id="home_welcome_item_6" > <div class="padding"> <!--Used Bikes UK IN--> <p id="used-bikes-for-sale" style="padding: 50px 0px;">We're supporting the <a href="https://www.usedbikesuk.co.uk/" title="Used Bikes for sale" target="_new">Used Bikes UK</a> website. See our <a href="https://www.usedbikesuk.co.uk/bikes-for-sale?location_id=173" title="Used Bikes for sale from Hayball Motorcycles on Used Bikes UK" target="_new">used bikes for sale</a>.</p> <!--Used Bikes UK OUT--></div> </div> <div class="content_area" id="home_welcome_item_7" > </div> </div> <!-- TJ CONTENT_AREA ENDS --> </div> </div> <!--closing wrap--> </div> <!--closing middle_wrap--> <footer id="footer"> <div id="footer_wrapper"> <div id="lower_text_container"> <div class="footer_column address"> <h3 class="footerheading">Address</h3> <p>Hayball Motorcycles Ltd<br> Brunel Road<br> Churchfields<br> Salisbury<br> Wiltshire<br> SP2 7PU<br> <br> <a class="footerlink" href="tel:+441722 322796"><i class="fa fa-phone-square"></i> 01722 322796</a> <br> <a class="footerlink" href="tel:+441722 324067"><i class="fa fa-phone-square"></i> 01722 324067</a> <br> <a class="footerlink" href="fax:+441722 340385"> Fax: 01722 340385</a> </p> </div> <div class="footer_column hours"> <h3 class="footerheading">Opening hours</h3> <p>Monday Closed<br> Tuesday to Friday 9am to 5pm<br> Saturday 9am to 3pm<br> Sunday Closed<br /> <a class="footerlink suzukilink" href="https://bikes.suzuki.co.uk/" title="Official Suzuki Website" target="new" rel="nofollow"><img src="/./images/suzuki/logo-suzuki.png"><br> Official Suzuki Website</a> </div> <div class="footer_column subscribe"> <h3 class="footerheading">Join our newsletter</h3> <p>To receive all the latest news and promotions,<br> please join our newsletter.</p> <form class="newsletterform" method="post" action="pages/contact/join-newsletter.htm" > <input onclick="this.value='';" name="email" type="text" class="footer_subscribe_box" value="" placeholder="Email address" size="100"/> <input name="subscribe_to_mailing_list" type="hidden" value="Yes" /> <input name="submit_id" type="hidden" value="" /> <input type="submit" class="formbuttonfooter" value="Join now" name="submit" title="Join our newsletter now"/> </form> <div class="socialicons"> <a id="icon-facebook" href="https://www.facebook.com/hayballbikes/" target="new" title="Find us on Facebook"><i class="fa fa-facebook-square" aria-hidden="true"></i></a> <a id="icon-twitter" href="https://twitter.com/Hayball_Mcycle" target="new" title="Follow us on Twitter"><i class="fa fa-twitter-square" aria-hidden="true"></i></a> </div> </div> </div> </div> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-116562819-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-116562819-1'); </script> <div id="bottom_links_wrapper"> <div id="bottom_links"> <div id="footer_text_container1"> <span class="footertext"><strong>© Copyright 2007 to 2020 Hayball Suzuki</strong>. All rights reserved</span> </div> <div id="adminlogin"> <span class="footertext"> <div class='lowertextbox'><span class='footertext'><a href='login.php'>Admin Login</a></span></div> <span class="lowertextspacer"> </span> <span class="lowertextbox"><span class='footertext'><a href="privacy.php">Privacy & cookies</a></span></span></div> </div> </div> <div id="sitebywrapper"> <a class="dw-logo" href="https://www.dealerwebs.com" target="_blank" title="Motorcycle Industry Website Design"></a> <a class="dw-strap" href="https://www.dealerwebs.com/" target="_blank" title="Motorcycle Dealer Website Solutions">Motorcycle Dealer Website Solutions</a> <a class="dw-strap" href="https://www.dealerwebs.com/pages/solutions/motorcycle-dealer-marketing.htm" target="_blank" title="Motorcycle Industry Marketing">Motorcycle Industry Marketing</a> </div> </footer> </body> </html>