function registerNamespace(ns) { var parts = ns.split("."); var root = window; for(var i = 0; i < parts.length; i++) { if(!root[parts[i]]) { root[parts[i]] = new Object(); } root = root[parts[i]]; } } registerNamespace('Associates.Util'); Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) { if(!parent_element){ parent_element = document; } var tags = parent_element.getElementsByTagName(tag); var class_tags = new Array(); var class_regex = new RegExp("\\b" + class_name + "\\b"); for (var i = 0; i < tags.length; i++) { if(tags[i].className.match(class_regex)) { class_tags.push(tags[i]); } } return class_tags; } Associates.Util.findAncestor = function(child, test) { var test_func; if(typeof test == 'object') { test_func = function(obj){ return obj == test }; } else if (typeof test == 'string') { test_func = function(obj){ return obj.nodeName == test }; } else { test_func = test; } while(child && !test_func(child)) { child = child.parentNode; } return child; } Associates.Util.getSelectedRadio = function(form, radioName) { if (typeof form == 'string') { form = document.forms[form]; } for (var i = 0; i < form[radioName].length; i++) { if (form[radioName][i].checked) { return form[radioName][i].value; } } return undefined; } function AttachEventListener(object, event, handler, useCapture) { if( !useCapture ) { useCapture = false; } if( object.addEventListener ) { object.addEventListener(event, handler, useCapture); } else { object.attachEvent('on' + event, handler); } } registerNamespace('Assoc.DOMEvent'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) { var event_handler; if(context) event_handler = function(event){ handler.call(context, event) }; else event_handler = handler; AttachEventListener(object, event, event_handler); } function GetEventTarget(event) { return (event.target)? event.target : event.srcElement; } //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) { if(!event) { event = window.event; } //MSIE event.cancelBubble = true; //w3c if(event.stopPropagation) { event.stopPropagation(); } } function StopEventDefault(event) { if(!event) { event = window.event; } //MSIE event.returnValue = false; //w3c if(event.preventDefault) { event.preventDefault() }; } //does both StopEventPropogation and StopEventDefault function StopEvent(event) { StopEventDefault(event); StopEventPropagation(event); } function mouseOverFromElement(event) { return (event.relatedTarget)? event.relatedTarget : event.fromTarget; } function mouseOutToElement(event) { return (event.relatedTarget)? event.relatedTarget : event.toTarget; } var wImages; var link = document.getElementById('imageViewerLink'); function openImageViewer(event) { if (wImages == null || wImages.closed) { wImages = window.open(link.href, 'ImageView', 'width=625,height=700,scrollbars,resizable'); } else { wImages.location = link.href; } wImages.focus(); return false; } AttachEventListener(link, 'click', openImageViewer);
Product Description
Rooibos, colloquially known as Red Tea, is an herbal plant that grows in South Africa. Rooibos is a flavorful alternative to tea for those seeking to minimize caffeine intake. Ours is a top-grade organic version, available in many flavors.
Product Details
- Amazon Sales Rank: #1136 in Gourmet Food
- Size: 6 1oz tins
- Brand: Adagio
- Ingredients: gourmet (loose) red teas from South Africa
- Dimensions: .37 pounds
Features
- six one-ounce tins:
- rooibos, rooibos berry, rooibos earl grey, rooibos mango, rooibos tropics & rooibos vanilla (selections subject to change)
- organic rooibos imported from South Africa
- impressive health benefits
- no fat, sugar, calories or carbs
Customer Reviews
The sample tins are a great way to test new flavors and the quality of tea. The rooibos teas sampler is great tea. The cans are attractive. Very good tea and packaging
I am a fan of Rooibos tea and Adagio provides one of the best Rooibos tea. Specially, this 6 tin sampler is good for people who want to try different kinds of Robbios without having to purchase wholesome teas. It is excellent value and comes in easy store tin can. Highly recommended!
Nice teas and a great way to test the different flavors. If you like tea you can't go wrong with this variety at a great price.
Read moer Rooibos Teas Sampler, 6 tins Review >>>