// Derringers banner configuration file
$(document).ready(function() {




// To add a new banner, copy and edit a section that starts and ends with "//"
// eg: 
// 
// // --- Banner description ---
// $.banner.addBanner
// ({ 
//   image:         "path/to/banner.jpg", 
//   link:          "http://banner.link.page.html", // this can be left out if there is no link for the banner
//   description:   "Banner description"
// });
// //


/* edit below this line */

// --- Fender Sale ---
$.banner.addBanner
({ 
  image:         "Fender_jan_2012Sale.gif", 
  link:          "http://www.derringers.com.au/search.php?search_query=fender%2BSquier", 
  description:   "Derringers The Home of Fender Guitars & Amps, jan/feb SALE ON NOW!!"
});
// --- Go Mobile ---
$.banner.addBanner
({ 
  image:         "GoMobile-14-02-12.gif", 
  link:          "http://www.derringers.com.au/pages/Quick-Quote.html", 
  description:   "Derringers The Home of Low Prices Australia Wide, TXT us today!"
});
// --- Electric Kits ---
$.banner.addBanner
({ 
  image:         "Drums_Electric_kits-15-01-12.gif", 
  link:          "http://www.derringers.com.au/categories/DRUMS-%26-PERCUSSION/ELECTRONIC-DRUMS/", 
  description:   "Derringers The Home of electric drums & percussion. Huge range, low prices, online today!!"
});
 // --- DJ Dept ---
$.banner.addBanner
({ 
  image:         "DJ_790x223px.jpg", 
  link:          "/categories/DJ-SHOP/", 
  description:   "The DJ Shop, all major brands in store!"
});
// --- Go Mobile ---
$.banner.addBanner
({ 
  image:         "GoMobile-14-02-12.gif", 
  link:          "http://www.derringers.com.au/pages/Quick-Quote.html", 
  description:   "Derringers The Home of Low Prices Australia Wide, TXT us today!"
});
// --- Hire Shop ---
$.banner.addBanner
({ 
  image:         "Derringers_Hire_790x223px.jpg", 
  link:          "http://www.derringershire.com.au/", 
  description:   "Derringers Hire & Event Specialists"
});
 
/* Don't edit below this */
  $.banner.cycleBanner();
});
