var SPECIALS_TEXT = 'Spring Specials';
/* 
  To add more than one image close quotes then add plus sign ( + )
  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/11312/OralB-Blowout-Savings.html"><img src="/content/specials/premium/images/premium_minibanner.jpg" alt="OralB Blowout Savings" title="OralB Blowout Savings" border="0"></a><br><br />'+
				'<!-------a href="/cat/16166/Oral-B-Fathers-Day-Specials.html"><img src="/content/images/premiumstore/fathersday_minibanner.jpg" alt="Oral-B Fathers Day Specials" border="0"></a><br><br----->'+
                '</div>';


// DO NOT EDIT

function specialsText()
{
  document.write(SPECIALS_TEXT);
}

function leftBanner()
{
  document.write(LEFT_TAGS);
}