Duke Shield Reflector
Show your team pride wherever you go with this shield reflector. Featuring Duke team colors and logo, this high-intensity reflector is perfect for cars, trucks, lockers, doors, and mailboxes.
- Auto reflector
- Duke University Blue Devils
- NCAA officially licensed
- High intensity
- Shield design
- Ideal for cars, trucks, doors, mailboxes, lockers, and more.
- Made from plastic resin
- Measures 2.5" x 3.5"
var tabWidth = 0;
var totalTabs = $('#product_info_tabs li').length;
$('#product_info_tabs li').hover(function(){
thisClassName = $(this).attr('class');
if (! thisClassName.match(/Active/)) {
thisClassName += 'Hover';
$(this).attr('class',thisClassName);
}
},function(){
thisClassName = $(this).attr('class')
if (! thisClassName.match(/Active/)) {
thisClassName = thisClassName.replace(/Hover/,'');
$(this).attr('class',thisClassName);
}
}).each(function(i){
if (i == 0) $(this).addClass('FirstItemActive');
if (i == totalTabs-1) {
$(this).addClass('LastItem');
} else {
tabWidth += $(this).outerWidth();
}
$('a',this).click(function(){
var thisClassName = $(this).parent().attr('class');
if (! thisClassName.match(/Active/)) {
$('#product_info_tabs li').each(function(){
var thisClassName = $(this).attr('class');
thisClassName = thisClassName.replace(/Hover/,'');
thisClassName = thisClassName.replace(/Active/,'');
$(this).attr('class',thisClassName);
})
thisClassName += 'Active';
thisClassName = thisClassName.replace(/Hover/,'');
$(this).parent().attr('class',thisClassName);
}
});
});
function showNewProductInfoTab(ID) {
$(ID).trigger('click');
idx = parseInt($("a","#product_info_tabs").index($(ID)[0]));
$(".tab_content_wrapper","#product_info_content").hide();
$(".tab_content_wrapper:eq("+idx+")","#product_info_content").show();
}
You have no recently viewed items.