About site:
Death Care - Henry Hardwoods
Return to Shopping
Search:
About site: http://flagcase.tripod.com/
Title:
Death Care - (Henry Hardwoods) Offers hardwood, oak and cherry flag cases.
Death Care Henry Hardwoods Offers hardwood oak and cherry flag cases
The Star Class
A sensitive, caring approach to explaining the funeral process to children using an At Need classroom model.
[more]
Starlight Memorial Markers
Memorial statues and urns, flag poles, plaques, and granite markers. Includes products for pets.
[more]
The Urn Store
Personalized cremation urns and memorial products.
[more]
Zinanni Woodcrafting
Handcrafted hardwood flag display cases, made from oak, cherry, walnut and maple. Personalization options are also available.
[more]
Americana Annies
Offers a selection of crafts, candles, collectibles, and gifts.
[more]
AOL inStore Shopping
Shop online for favorite brands and stores.
[more]
Alexa statistic for http://flagcase.tripod.com/
Related sites for http://flagcase.tripod.com/
BabyBusiness_com
Designed to help consumers find information on products and dealers in the baby business. Includes product recall information.
Bronze_net
Provides a retail directory of bronze fine art galleries and manufactured items.
FingerTipShopper_com
Shopping mall featuring thousands of fashion, leisure, travel, business, houseware, home improvement and health products.
International_Organic_Cotton_Directory
Directory of businesses and non-profits involved in sustainable production, processing and consumption or organic cotton worldwide. Indexed by product type. Approximately 275 company listings.
MSN_Shopping
Shopping tools including product guides, gift finder and gift certificates and links to online shopping sites with special offers.
NetShoppers
Index of resources for auctions, shopping malls, and individual sites of the US, Canada and the world.
NothingButToys_Net
A directory of toy and game sites.
Point_Shop
Offering a broad variety of products and services including sports, automotive, food, and jewelry.
Adpost
Covering a wide range of subjects including vehicles, employment and personals.
Buyandsellitall_com_Inc_
Dealing with vehicles, real estate, rentals, employment, and general merchandise.
Choose_Your_Item
Free classified ad listings or premium photo sections.
100_Classifieds
Portal to specific classified directories including motorcycle, auto, RV, boat, and real estate.
Domestic_Sale
Offering autos, real estate, internet hosting, computers and business advertisements.
FSC_Trading_Post
Includes books, collectibles, apparel and farm equipment.
Garage_Sale_Hunter
Offering a list of sales throughout the United States.
Geebo
Classified ads for vehicles, real estate, rentals, roommates, employment, and local artists, categorized by US city.
GoChange_net
Offering a wide variety of items for sale or barter.
GoodUsedStuff_com
Allows buyers and sellers to list merchandise.
Internet_Ads_Unlimited
Sale or rental of time share, real estate, autos, boats, planes, business ops, classified and employment ads.
Lutherans_Online
Post or view ads regarding vehicles, employment, events or real estate.
My_Kid\'s_Closet
Offering advertisements for baby and children's used products.
Nationwide_Newspaper_Advertising
Order classified and display advertising online, nationwide in over 20,000 newspapers and magazines.
Netwants
A range of categories, including aircraft, motorbikes, watercraft, stamps and coins.
The_Purchase_Place_Classifieds
Products for sale from businesses and individuals around South Dakota.
Sell_com
Real estate, consumer goods, services, textiles and telecommunications.
SwapThing
Includes home and garden, jewelry, sporting goods, travel and collectibles.
Trader_Publishing_Company
Collection of classified and photo guide advertising publications.
Transport_Universe
Listings for vehicles, campers, recreational, and farm machinery.
WebClassifieds_US
Offering pet listings, home related services, motorcylce, automobile and boats.
Yahoo_Classifieds
Listings for real estate sales and rentals, merchandise, employment, pets, and personals.
Ziply
Local classifieds based on zip codes. Serves cars, motorcycles, jobs, services, real estate ads.
Adorama_Camera
A selection of new and used photographic equipment, accessories, and darkroom supplies as well as rentals.
Ballard_Camera
Offers new and used photography equipment, digital cameras, dark room supplies, and photo-finishing services.
Berger_Bros_
Offering film and digital cameras, camcorders, binoculars, and digital and accessories.
Broadway_Camera
Provides professional photo, digital, and video equipment.
Calumet_Photographic
Online catalog of professional imaging products and supplies.
Camera_House
Photographic retail chain in Australia. Delivers a full range of cameras, film, printers, scanners, telescopes, and binoculars.
Cameras_Direct
E-commerce site of camera equipment and photographic supplies.
Central_Camera
Photographic equipment, supplies, books, and a photo gallery.
Dale_Photographic_Services
Supplying photographic equipment, medium format lenses, flashes, and accessories.
This is shops2006.com cache of m/ as retrieved on 2012.02.09 shops2006.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
Welcome to HENRY HARDWOODS FLAG CASES! __compete_code = '667f89f26d96c30e99728fe6a608804d'; (function () { var s = document.createElement('script'), d = document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0], t = 'https:' == document.location.protocol ? 'https://c.compete.com/bootstrap/' : 'http://c.compete.com/bootstrap/'; s.src = t + __compete_code + '/bootstrap.js'; s.type = 'text/javascript'; s.async = 'async'; if (d) { d.appendChild(s); } }()); function channValidator(chann){ return (typeof(chann) == 'string' && chann != ''); } function lycosQuantcast(){ var lb = ""; if(typeof(cm_host) !== 'undefined' && channValidator(cm_host)){ lb += cm_host.split('.')[0] + '.'; } if(typeof(cm_taxid) !== 'undefined' && channValidator(cm_taxid)){ lb += cm_taxid; lb = lb.replace('/',''); } else { lb = lb.replace('.',''); } return lb; } var _qevents = _qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" :"http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({ qacct:"p-6eQegedn62bSo", labels:lycosQuantcast() });function getReferrer() { // Reads the referrer out of the cookie, if available. var all= this.document.cookie; if (all== '') return false; var cookie_name = 'REFERRER='; var start = all.lastIndexOf(cookie_name); if (start == -1) return false; // referrer URL not found. start += cookie_name.length; var end = all.indexOf(';', start); if (end == -1) end = all.length; return all.substring(start, end);}function getQuery() { // Get the referrer search query from cookie, if available. var rfr = getReferrer(); if (rfr == '') return false; var q = extractQuery(rfr, 'yahoo.com', 'p='); if (q) return q; q = extractQuery(rfr, '', 'q='); return q ? q : "";}function extractQuery(full, site, q_param) { var start = full.lastIndexOf(site); if (start == -1) return false; start = full.lastIndexOf(q_param); if (start == -1) return false; start += q_param.length; var end = full.indexOf('&', start); if (end == -1) end = full.length; return unescape(full.substring(start, end)).split(" ").join("+");}var cm_role = "live";var cm_host = "tripod.lycos.com";var cm_taxid = "/memberembedded";var tripod_member_name = "flagcase";var tripod_member_page = "flagcase/index.html";var tripod_ratings_hash = "1328779744:fb7e2a44aafdadebf1c122f7852483af";var lycos_ad_category = {"dmoz":"shopping\/death_care","ontarget":"&CAT=shopping","find_what":"wooden display cases"};var lycos_ad_remote_addr = "64.202.163.153";var lycos_ad_www_server = "www.tripod.lycos.com";var lycos_ad_track_small = "http://members.tripod.com/adm/img/common/ot_smallframe.gif?rand=537408";var lycos_ad_track_served = "http://members.tripod.com/adm/img/common/ot_adserved.gif?rand=537408";var lycos_search_query = getQuery(); var lycos_ad = Array();var lycos_onload_timer;function lycos_check_size() { var window_width = 0, window_height = 0; if (typeof(window.innerWidth) == 'number' ) { window_width = window.innerWidth; window_height = window.innerHeight; } else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) { window_width = document.documentElement.clientWidth; window_height = document.documentElement.clientHeight; } else if (document.body && (document.body.clientWidth || document.body.clientHeight)) { window_width = document.body.clientWidth; window_height = document.body.clientHeight; } var lycos_track_img = document.createElement('img'); if( top == self ) { return 1; } else { if ((window_width < 300) || (window_height < 300)) { lycos_track_img.src=this.lycos_ad_track_small+"&w="+window_width+"&h="+window_height; return 0; } else { lycos_track_img.src=this.lycos_ad_track_served+"&w="+window_width+"&h="+window_height; return 1; } }} function lycos_insert_ads() { var lycos_ad_mgr = new AdManager(); if (this.lycos_search_query) { lycos_ad_mgr.setForcedParam("keyword", this.lycos_search_query); } else if (this.lycos_ad_category && this.lycos_ad_category.find_what) { lycos_ad_mgr.setForcedParam("keyword", this.lycos_ad_category.find_what); } if (this.lycos_ad_category && this.lycos_ad_category.dmoz) { lycos_ad_mgr.setForcedParam("page", this.lycos_ad_category.dmoz); } else { lycos_ad_mgr.setForcedParam("page", "member"); } var lycos_prod_set = lycos_ad_mgr.chooseProductSet(); var slots = ["leaderboard", "leaderboard2"]; for (var slot in slots) { if (lycos_ad_mgr.isSlotAvailable(slots[slot])) { lycos_ad[slots[slot]] = lycos_ad_mgr.getSlot(slots[slot]); } } lycos_ad_mgr.renderFooter();}function generateHref(atag, template){ atag.href=template.replace('_MYURL_', window.location.href.replace('http://', '')).replace('_MYTITLE_', 'Check%20out%20this%20Tripod%20Member%20site!'); }if (lycos_check_size()) { lycos_insert_ads();}window.onload = function() { var f = document.getElementById("FooterAd"); var b = document.getElementsByTagName("body")[0]; b.removeChild(f); b.appendChild(f); f.style.display = "block";}
document.write(lycos_ad['leaderboard']); document.write(lycos_ad['leaderboard2']);
HENRY WOODWORKS
FINE HARDWOOD FLAGCASES
ABOUT US
CONTACT
PRODUCTS
E-MAIL
HENRY WOODWORKS is a small family owned business located in the heart of Tennessee. We offer one style flag case in several different woods and finishes. By keeping the design simple, we are able to increase production, maintain high quality and low cost. We inspect materials and workmanship at each stage of the process,including a final inspection before shipping. All flagcases are the finest wood. (No man-made materials) The inside and outside edges are routed and a brass plate for engraving is included with each. These Flagcases are made for the standard 5 x 9 Ft. Memorial Flag. We feel the families of our Veterans should have access to an economical option, where they can proudly and beautifully display their flag, which is the symbol of their loved one's service to this country. For further information call Robert or Charlotte Henry at 615-237-9028 or E-mail Us
ALL ORDERS ARE SHIPPED VIA UPS UNLESS OTHERWISE REQUESTED. WALNUT STAINED POPLAR
GOLDEN OAK
NATURAL MAPLE
CHERRY STAINED POPLAR
Price for any style pictured above $55.00
WE PROVIDE FLAG CASES OF THE HIGHEST QUALITY AT A REASONABLE PRICE, SHIPPED ASAP WITH A 100% CUSTOMER SATISFACTION GUARANTEE.
HENRY WOODWORKS
15 FRIENDSHIP LANE WATERTOWN. TN 37184 615-237-9028 PH 8 A.M.-5 P.M. CENTRAL STANDARD TIME
E-MAIL
HAND CRAFTED FINE HARDWOOD MEMORIAL FLAGCASES PRICING: ALL PRICES ARE IN U.S. DOLLARS.
ABOUT US
CONTACT
PRODUCTS
E-MAIL
flag case, veteran memorial, american honor flag case, medals case, oak flag case, POLICE MEMORIAL FLAG CASE,
cherry
flag case, hardwood flag case, flag display case, wooden flag case, flag case, flag cases, veteran memorial, flag display case, flag display cases, american honor flag display case, medals case, oak flag case,
cherry
flag case, hardwood flag case, wooden flag case, flag display case, funerals, death, grief, elderly, senior citizens, planning, funeral home, funeral chapel, funeral director, funeral, mortuary, pre-arrange, pre-arrangement, undertaker, mortician, grave, burial, aftercare, monuments, grief, grieving, alternative service, traditional service, memorial, deceased, memorial, society,
Offers
hardwood,
oak
and
cherry
flag
cases.
Warning
: fsockopen() [
function.fsockopen
]: php_network_getaddresses: getaddrinfo failed: Name or service not known in
/home/content/s/h/o/shops2006/html/
/tool.lib
on line
12
Warning
: fsockopen() [
function.fsockopen
]: unable to connect to http:80 in
/home/content/s/h/o/shops2006/html/
/tool.lib
on line
12
Success ERROR: Success (0)