var SPECIALS_TEXT = 'Blowout Savings';
/* 
  To add more than one image close quotes then add plus sign at end of image ( + )
  then in the last quote end with the semicolon ( ; )
  Example:
  
    var LEFT_TAGS = '<div style="text-align:center;'>+
                    '<img src="#"/>'+
                    '<img src="#"/>'+
                    '</div>';
*/
var LEFT_TAGS = '<div style="text-align:center">'+
                '<br><a href="/cat/7841/Garmin-Specials.html"><img src="/content/specials/premium/images/premium_minibanner.jpg" alt="Garmin Specials" title="Garmin Specials" border="0"></a><br>'+
                <!--'<br><a href="/cat/7837/Garmin-Refurbished-GPS.html"><img src="/content/images/premiumstore/garmin/mini_refurbished.jpg" alt="Garmin Refurbished GPS" title="Garmin Refurbished GPS"></a>'+-->
                '</div>';


// DO NOT EDIT

function specialsText()
{
  document.write(SPECIALS_TEXT);
}

function leftBanner()
{
  document.write(LEFT_TAGS);
}