forked from codelucas/newspaper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbhg.com2.html
More file actions
863 lines (802 loc) · 52.1 KB
/
Copy pathbhg.com2.html
File metadata and controls
863 lines (802 loc) · 52.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>How to Hang a Christmas Wreath (Two No-Fail Secrets!)</title>
<link rel="canonical" href="http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm">
<base href="http://www.bhg.com">
<meta name="Keywords" content="wreath, outdoor, windows, tape, christmas">
<meta property="og:title" content="How to Hang a Christmas Wreath (Two No-Fail Secrets!)">
<meta property="og:site_name" content="Better Homes & Gardens">
<meta property="og:image" content="http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/images/thumb.jpg">
<meta property="og:url" content="http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm">
<meta property="og:type" content="article">
<meta property="og:app_id" content="185550966885">
<meta property="og:description" content="Watch How to Hang a Christmas Wreath (Two No-Fail Secrets!) in the Better Homes and Gardens Video">
<meta name="Description" content="Watch How to Hang a Christmas Wreath (Two No-Fail Secrets!) in the Better Homes and Gardens Video">
<meta name="mdp:contentType" content="video">
<meta name="mdp:contentTitle" content="How to Hang a Christmas Wreath (Two No-Fail Secrets!)">
<meta name="mdp:contentThumb" content="http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/images/thumb.jpg">
<meta name="mdp:contentDescription" content="It's not a holiday home until you've hung a Christmas wreath. This quick video offers nifty tricks for damage-free wreath hanging on doors and windows. Get our secrets to success!">
<meta property="og:video" content="http://www.bhg.com/videos/FileResource/widgets/metaplayer_fb/bin/flowplayer-3.2.5.swf?config=http%3A%2F%2Fwww.bhg.com%2Fvideos%2Fdevice%2Fservices%2Fmp2-playlist%3Fe%3D93269792%26format%3Dplaylist%26renderJSON%3Dtrue">
<meta property="og:video:height" content="400">
<meta property="og:video:width" content="398">
<meta property="og:video:type" content="application/x-shockwave-flash">
<link type="application/rss+xml" title="How to Hang a Christmas Wreath (Two No-Fail Secrets!) [RSS]" rel="alternate" href="http://www.bhg.com/videos/rss?s=1620905"><!--[if IE 8]><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/scripts/ez-ie8-shim.js"></script><![endif]--><script type="text/javascript" src="http://embed.ramp.com/lib/mpf/3.3/external/jquery/jquery-1.7.1.js"></script><script type="text/javascript">
ezQuery = jQuery.noConflict(true);
jQuery = $ = null;
if(typeof(EZCLIENT) == 'undefined') { EZCLIENT = {}; }
if(typeof(EZDATA) == 'undefined') { EZDATA = {}; }
EZDATA.importmodules = "http://www.bhg.com/videos/FileResource//themes/foundation/3.10/";
EZDATA.themeUrl = "http://www.bhg.com/videos/FileResource//themes/projects/bhg/4.0.parent_8827";
EZDATA.pageUrl = "http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm?";
EZDATA.baseUrl = "http://www.bhg.com/videos/";
EZDATA.basePubUrl = "http://www.bhg.com/videos/";
EZDATA.baseSearchUrl = "http://search.bhg.com/search/s";
EZDATA.mediaType = "";
EZDATA.pageName = "video";
EZDATA.itemUrlParameter = "";
EZDATA.currentDateTimeMs = new Date().getTime();
EZDATA.gaDevicePrefix ="";
EZDATA.core = {
query: "",
site: "Better Homes & Gardens",
siteUrl: "http://www.bhg.com/videos/",
pageUrl: "http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm?",
baseUrl: "http://www.bhg.com/videos/",
basePubUrl: "http://www.bhg.com/videos/",
baseSearchUrl: "http://search.bhg.com/search/s",
pageName: "video",
currentDateTimeMs: new Date().getTime()
};
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var OAS_sitepage = "";
</script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/m_check.js"></script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/scripts/m_check.js"></script><script type="text/javascript">
var redirUrl = EZDATA.pageUrl.replace(EZDATA.basePubUrl,"");
var mobileLocation = "http://www.bhg.com/videos/device/mobile/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm";
var config = {
hosted:true, autoLoad:true
};
var ramp_handler = new ramp_SmartPhoneHandler(config);
if(ramp_handler.isMobile()) {
ramp_handler.doRedirect(mobileLocation);
}
</script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/jquery/ezquery.qtip.pack.js"></script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/jquery/ezquery.qtip.min.js"></script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/commonMod.js"></script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/searchMod.js"></script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/jquery/ezquery.truncateText.js"></script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/scripts/ez-project.js"></script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/scripts/ez-project.js"></script><script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/bhg/4.0.parent_8827/scripts/ez-project.js"></script><script type="text/javascript">
if (! EZDATA) {
EZDATA = {};
}
EZDATA.pinterestimg = "http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/images/thumb.jpg";
</script><script>
/*Prequal - fetches reccomedation from GWD*/
var asiPqTag = false;
var cb = Math.floor(Math.random()*100000000000);
document.write("<sc" + "ript type='text/javascript' language='JavaScript' src='//pq-direct.revsci.net/pql?placementIdList=bwlW7r&cb=" + cb + "'></sc" + "ript>");
</script><script>
/*Pasit - parses out reccomendation and converts to key/value pairs to pass to DFP*/
(function(){
var pls, pl, lineItem, adData = '';
try {
if (typeof asiPlacements === 'object') {
pls = asiPlacements;
if (typeof pls['bwlW7r'] === 'object' && typeof pls['bwlW7r'].data === 'object') {
adData = '&gwdadgroup=' + pls['bwlW7r']['default'].key + '&gwdblob=' + pls['bwlW7r'].blob;
}
for (pl in pls) {
if (pls.hasOwnProperty(pl)){
if (typeof pls[pl].data === 'object') {
for (lineItem in pls[pl].data) {
if (pls[pl].data.hasOwnProperty(lineItem) && pls[pl]['default']) {
window['ASPQ_' + pl] = 'PQ_' + pl + "_" + lineItem;
adData += '&gwd=PQ_' + pl + '_' + lineItem;
}
}
}
}
}
}
} catch(err){}
window.gwdKeyValues = adData;
}());
</script><link rel="stylesheet" href="http://www.bhg.com/etc/designs/bhg/clientlibs/thirdparty-full.css">
<link rel="stylesheet" href="http://www.bhg.com/etc/designs/bhg/assets/core.css">
<link rel="shortcut icon" href="http://images.meredith.com/web/bhg/bhg.ico">
<link rel="apple-touch-icon" href="http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_57x57.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_114x114.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="http://images.meredith.com/content/dam/bhg/Images/assets/apple_icons/bhg_144x144.png"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script>
<script src="http://www.bhg.com/etc/designs/bhg/assets/head.js"></script>
<script src="http://www.bhg.com/bhg/files/partner/ramp/metaq/shopNationWidget/app.min.js"></script>
<script>
var monetateT = new Date().getTime();
(function() {
var m = document.createElement('script'); m.type = 'text/javascript'; m.async = true; m.src = (document.location.protocol == "https:" ? "https://s" : "http://") + "b.monetate.net/js/1/a-38546bcd/p/bhg.com/" + Math.floor((monetateT + 1856717) / 3600000) + "/g";
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(m, s);
})();
</script>
<script>
if (typeof mdp.profile === "undefined") { mdp.profile = {loggedIn:false} };
(function(){for(var i=0,c=document.cookie.split('; '),l=c.length;i<l;i++){if(c[i].indexOf('mdp_partner')>-1){var cv = c[i].split('=')[1].split('|');mdp.profile.loggedIn = !!(cv[3] === "Y");}}})();
document.domain = "bhg.com";
</script>
<style type="text/css">
#siteContent { width:990px; padding: 10px 0; }
#siteContent #centerCol { padding: 0; width: 685px; }
#siteContent #rightCol { padding: 0; width: 300px; }
#bhgTopBannerAd { height: auto; border-bottom: 0 none; padding: 0; }
#siteContent .ez-page-video .ez-socialLinks { min-height: 26px; }
.socialToolbar { margin: 0; height: 26px; color: #717171; font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif; text-transform: uppercase; font-size: 10px; font-weight: 700; }
.socialToolbar li { float: left; margin-right: 5px; }
.socialToolbar li.icons { line-height: 20px; }
.socialToolbar li div.gig-button-container { padding: 0; }
.socialToolbar img { max-height: 20px; }
#siteContent .ez-page-video-index .ez-metaplayerExperience { height: auto; }
#siteContent .ez-page-video-index .ez-metaplayerExperience .ez-player-box { height: auto; }
#siteContent .ez-metaQResult p.ez-title { padding-top: 0; margin-bottom: 5px; }
#siteContent #metaq-box { width: 300px; }
#siteContent .ez-page-video-index .ez-metaplayerExperience { background: none; height: auto; }
#siteContent .ez-page-video-index .ez-metaplayerExperience .ez-player-box { height: auto; }
#siteContent .ez-metaplayerExperience .ez-leftCol { background: none; }
#siteContent .ez-media-details { margin: 0; }
#siteContent .ez-metaplayerExperience .ez-rightCol { padding: 10px 10px 0; }
#siteContent .ez-metaBox-2 { margin-bottom: 0; }
#siteContent .ez-itemMod.ez-relatedMedia a.ez-more { margin-top: 21px; }
#siteContent .ez-video-searches .ez-relatedMedia p.ez-title { margin-bottom: 8px; }
#siteContent .ez-carousel button.ez-next { right: -1px; }
#siteContent .ez-video-searches .ez-relatedMedia p.ez-title,
#siteContent .ez-page-video .ez-latestVideos p.ez-title,
#siteContent .ez-crowdIgnite p.ez-title,
#siteContent #vsw-smart-header,
.ez-baynoteWidget .ez-bw-head h3,
.gig-comments-container h3,
#siteContent .ez-content .ez-comments h3,
#siteContent .VR_1 .ob_org_header { border-bottom: 0; font: 900 15px/15px "arial black", arial, sans-serif !important; text-transform: lowercase !important; color: #717171 !important; }
#siteContent .ez-video-searches .ez-relatedMedia p.ez-title:before,
#siteContent .ez-page-video .ez-latestVideos p.ez-title:before,
#siteContent .ez-crowdIgnite p.ez-title:before,
#siteContent #vsw-smart-header:before,
.ez-baynoteWidget .ez-bw-head h3:before,
.gig-comments-container h3:before,
#siteContent .ez-content .ez-comments h3:before,
#siteContent .VR_1 .ob_org_header:before {
background: #e1e1e1;
background: -moz-linear-gradient(top, #fbfbfb 0%, #f2f2f2 30%, #e6e6e6 60%, #e1e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(30%,#f2f2f2), color-stop(60%,#e6e6e6), color-stop(100%,#e1e1e1));
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);
background: linear-gradient(to bottom, #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e1e1e1',GradientType=0 );
content: " ";
height: 4px;
width: 100%;
display: block;
margin-bottom: 4px;
}
.ez-baynoteWidget.ez-tenLinks li {
width: 49%;
margin: 0 1% 5px 0;
padding: 0;
float: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#siteContent .VR_1 .ob_org_header { height: auto; }
#commentsDiv { width: 100% !important; }
.gig-comments-container #commentsDiv-comments-header { display: none; }
#commentsDiv div.gig-comments-textarea-wrapper > div { padding: 0 !important; }
#commentsDiv textarea.gig-comments-commentBox-textarea { width: 100%; height: 85px; }
.gig-comments-container .gig-comments-commentBox-bottom { border: 0 none; margin-top: 20px; padding-top: 0;}
.gig-comments-container .gig-comments-photoImageLarge { float: left; margin-right: 5px; }
.gig-comments-container div.gig-comments-comment { padding-bottom: 10px; }
.gig-comments-container .username { display: block; }
.gig-comments-container a.gig-comments-dropdown { margin-top: 11px; }
body.thirdparty .navList li{ min-width: 0; }
</style>
<script type="text/javascript">
EZDATA.pageName = "Video:Detail:How to Hang a Christmas Wreath (Two No-Fail Secrets!)";
EZDATA.server = "www.bhg.com";
EZDATA.channel = "Video";
EZDATA.prop1 = "";
EZDATA.prop2 = "";
EZDATA.prop5 = "";
EZDATA.prop9 = "";
EZDATA.prop10 = "";
EZDATA.prop12 = "";
EZDATA.prop18="bhg";
EZDATA.prop20 = "http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm?";
EZDATA.evar5 = "";
EZDATA.evar9 = "Video:Detail:How to Hang a Christmas Wreath (Two No-Fail Secrets!)";
EZDATA.evar14 = "Video";
EZDATA.evar29 = "video";
EZDATA.evar40 = "Video Detail Player";
EZDATA.evar41 = "170033";
EZDATA.evar67 = "Video Upload Source - BHG";
</script><script type="text/javascript">
var pageTrackerEZ = _gat._getTracker("UA-5497467-17");
pageTrackerEZ._trackPageview();
</script><script>
ezQuery(document).ready(function() {
EZDATA.trackGaEvent('Video','Request','^');
});
</script>
<link type="text/css" rel="stylesheet" href="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ez-styles.css">
<link type="text/css" rel="stylesheet" href="http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/styles/ez-styles.css">
<link type="text/css" rel="stylesheet" href="http://bhg.ramp.com/FileResource/themes/projects/bhg/4.0.parent_8827/styles/ez-styles.css">
<link type="text/css" rel="stylesheet" href="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ezquery.qtip.css"><!--[if IE]><link type="text/css" rel="stylesheet" href="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ez-styles-ie.css"><![endif]--><!--[if IE 8]><link type="text/css" rel="stylesheet" href="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ez-styles-ie8.css"><![endif]--><!--[if IE 9]><link type="text/css" rel="stylesheet" href="http://bhg.ramp.com/FileResource/themes/projects/root/3.10/styles/ez-styles-ie9.css"><![endif]--></head>
<body id="" class="shell thirdparty bhg">
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WMWB88" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-WMWB88');</script>
<header id="siteHeader" class="clearfix">
<div id="logo-teaser-search" class="row">
<div class="large-3 small-8 columns">
<div class="logo">
<a href="http://www.bhg.com/" class="bhgLogo">Better Homes and Gardens</a>
</div>
</div>
<div class="large-8 small-8 columns">
<div id="hptoprollover" class="teaser rollOver">
<a href="https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=143754&cds_response_key=I39GBTR01&cds_misc_5=rolldownpref">
<img src="http://images.meredith.com/content/dam/bhg/Images/2013/05/bhg_320x70_fullyear599.png"/>
</a>
<div id="hptoprolloverbtn">More</div>
<div id="hptoprolloverlayer">
<a href="https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=143754&cds_response_key=I39GBTR01&cds_misc_5=rolldownpref">
<img src="http://images.meredith.com/content/dam/bhg/Images/2013/05/bhg_440x550_fullyear599.jpg"/>
</a>
<div id="hptoprolloverclose">Close</div>
</div>
</div>
</div>
<div class="large-5 show-for-medium-up columns">
<div class="headersearch">
<div class="searchBar clearfix">
<form id="topsearch" action="http://search.bhg.com/search/s" name="searchbhg" method="get">
<input type="text" name="q" id="search" class="searchBox" placeholder="Search BHG.com">
<input type="submit" value="Go" class="searchSubmit">
</form>
</div>
</div>
</div>
</div>
<section class="navContainer">
<div class="topnavigation3 topNav">
<nav id="superNav" class="superNav row">
<div id="superNavWrapper" class="superNavWrapper">
<ul class="navLinks">
<li id="recipes"><a href="http://www.bhg.com/recipes/">Recipes</a></li>
<li id="decorating"><a href="http://www.bhg.com/decorating/">Decorating</a></li>
<li id="home-improvement"><a href="http://www.bhg.com/home-improvement/">Home Improvement</a></li>
<li id="gardening"><a href="http://www.bhg.com/gardening/">Gardening</a></li>
<li id="party"><a href="http://www.bhg.com/party/">Entertaining</a></li>
<li id="beauty-fashion"><a href="http://www.bhg.com/beauty-fashion/">Beauty</a></li>
<li id="holidays"><a href="http://www.bhg.com/holidays/">Holidays</a></li>
<li id="pets"><a href="http://www.bhg.com/pets/">Pets</a></li>
<li id="health-family"><a href="http://www.bhg.com/health-family/">Health</a></li>
<li id="better-homes-and-garden-magazine"><a href="http://www.bhg.com/better-homes-and-garden-magazine/">Magazine</a></li>
<li id="videosvideo-index" class="highlighted"><a href="http://www.bhg.com/videos/video-index">Videos</a></li>
<li id="httpwwwbhgcomshop"><a href="http://www.bhg.com/shop/">Shop</a></li>
</ul>
</div>
</nav>
</div>
<div class="headerLinks headernavlinks2">
<nav class="serviceNav" id="serviceNav">
<ul id="topLinks" class="navLinks">
<li><a href="http://www.bhg.com/bhg/help/">Help</a></li>
<li><a href="http://www.bhg.com/free-stuff/deals/?psrc=R1105BSRVNAVDEALS5432">free offers</a></li>
<li><a href="https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=133280">subscribe</a></li>
<li><a href="http://www.bhg.com/free-stuff/?psrc=S1105BSRVNAVFREESTUFF">sweepstakes</a></li>
<li style="display: none;"><a href="http://www.bhg.com/newsletters/?prsc=R1402BSRVNAVNWR231">newsletters</a></li>
<li><a href="https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=160666&cds_response_key=I43GBHL00&cds_misc_5=headertext&psrc=MN_I43GBHL00"><span>subscribe</span></a></li>
<li><a href="http://www.bhg.com/license-products">bhg products</a></li>
<li><a href="http://www.bhg.com/blogs/">blogs</a></li>
<li class="join-now-link"><a href="http://www.bhg.com/common/profile/regStep1.jsp?regSource=1000&returnURL=/" title="Join Now!">Join Now!</a></li>
</ul>
</nav>
</div>
</section>
<div id="bhgTopBannerAd">
<div id="ez-adLeaderboard" class="ez-mod ez-clientCodeMod ez-ad ez-ad-leaderboard">
<div class="ez-mod-content"><div class="ez-mod ez-ad ez-leaderboard">
<div id="mp2-companionAd-leaderboard"></div>
</div></div>
</div>
</div>
</header>
<div id="siteContent" class="row">
<div class="large-16 small-16 columns" id="centerCol">
<section id="mainColumn">
<div id="ez-content" class="ez-content ez-page-video">
<div class="ez-mainContent">
<div class="ez-breadcrumb">
<a title="BHG.com" onclick="EZDATA.trackGaEvent('video', 'navigation', 'external');" href="http://www.bhg.com">BHG.com</a><span class="ez-sep">/</span><a title="Videos" onclick="EZDATA.trackGaEvent('video', 'navigation', 'root');" href="http://www.bhg.com/videos/video-index">Videos</a><span class="ez-sep">/</span><a class="ez-prevPage ez-hidden"></a><span class="ez-prevPage ez-sep ez-hidden">/</span><span class="ez-prevPage ez-sep ez-hidden">/</span><span class="ez-current-page">How to Hang a Christmas Wreath (Two No-Fail Secrets!)</span>
</div>
<script type="text/javascript">
EZDATA.breadcrumbPreviousPage = function(page) {
var url = window.location + "&";
if (url.indexOf("q=") != -1) {
var q = url.split("q=")[1];
q = q.split("&")[0] + "?";
q = q.split("?")[0] + "#";
q = q.split("#")[0];
var qLabel = unescape(q);
if (q.indexOf("%28%22") != -1) {
q = q.split("%28%22")[1];
q = q.split("%22")[0];
qLabel = unescape(q);
}
qLabel = qLabel.replace(/\+/g, " ");
qLabel = qLabel.replace(/%20/g, " ");
var prevLink = ezQuery(".ez-breadcrumb a.ez-prevPage");
prevLink.attr("href", EZDATA.baseSearchUrl + "?q=" + q);
prevLink.attr("title", "Search for " + qLabel);
prevLink.html("Search for " + qLabel);
ezQuery(".ez-breadcrumb .ez-prevPage").removeClass("ez-hidden");
}
}
</script><script type="text/javascript" class="kxint">
window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);(function(){function e(e){var t,n="kx"+e;if(window.localStorage){return window.localStorage[n]||""}else if(navigator.cookieEnabled){t=document.cookie.match(n+"=([^;]*)");return t&&unescape(t[1])||""}else{return""}}Krux.user=e("user");Krux.segments=e("segs")?e("segs").split(","):[];var t=[];if(Krux.user){t.push("kuid="+Krux.user)}if(Krux.segments){t.push("ksg="+Krux.segments.join(","))}Krux.dfppKeyValues=t.length?"&"+t.join("&"):""})()
</script><script>
var mdpAdTestKeyValues="";(function(){if(window.location.search.indexOf("adTestKeyValues")>0){var e,t=window.location.search.substring(1).split("&");for(var n=0;n<t.length;n++){if(t[n].split("=")[0]==="adTestKeyValues"){e=t[n].split("=")[1].split("-")}}for(var n=0;n<e.length;n++){var r=e[n].split(",");mdpAdTestKeyValues+="&"+r.join("=")}}})()
</script>
<style type="text/css">
#ramp-ovp {
width:645px;
height:480px;
max-height:480px;
overflow:hidden;
}
</style>
<script type="text/javascript">if( ! mdp.videoPlayer )mdp.videoPlayer = { video : {} };mdp.videoPlayer.sb = "bhg.mdp.video";mdp.videoPlayer.channel = "videolander";mdp.videoPlayer.kw = "";mdp.videoPlayer.video.id = "93269792";mdp.videoPlayer.extraAdParams = "";mdp.videoPlayer.video.src = "http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/11411293.flv";mdp.videoPlayer.video.iOSSrc = "http://bhg.ramp.com/thumbnails/cached_media/0011/0011411/0011411293/11411293_ios.stream/item.m3u8";var MDPOVP_config = {"apikey":"05759e6b09517022e48bae1283008507","widgetid":"349-6332","width":"645","height":"480","transcripthtml":"true","description":"true","registrationblocker":"false","carouselparent":"#metaq-box","carouselenabled":"true","updatebreadcrumb":"false"};</script>
<h1 id="rhi-title" data-delayupdate="false">How to Hang a Christmas Wreath (Two No-Fail Secrets!)</h1>
<p class="ez-page-desc">It's not a holiday home until you've hung a Christmas wreath. This quick video offers nifty tricks for damage-free wreath hanging on doors and windows. Get our secrets to success!</p>
<div class="ez-mod-content"><div class="socialToolbar clearfix">
<ul class="tools clearfix">
<li id="pin_share"></li>
<li class="sm_separator"></li>
<li id="fbLikeButton"></li>
<li class="sm_separator"></li>
<li class="icons">share</li>
<li id="sharing"></li>
</ul>
</div></div>
<script type="text/javascript" src="//embed.ramp.com/amd.js"></script><script type="text/javascript" src="http://www.bhg.com/videos/rampjs?startvidid=93269792" async="async"></script><script type="text/javascript">
RAMP.Widgets.get("metaplayer", function (mpf) {
MDPOVP.init(mpf,MDPOVP_config);
});
</script>
<div id="ramp-ovp">
<script data-ramp-widget="349-6332" data-ramp-related="false" data-ramp-playlist-id="" data-ramp-item-id="93269792,66288906,84018138,84018285,84018242,32071366" data-ramp-height="" data-ramp-auto-play="true" data-ramp-api-key="05759e6b09517022e48bae1283008507"></script>
</div>
<div id="rhi-transcript" class="html">A pretty wreath, is just the trick to take your Christmas decorations from basic to bold. Here are the no fail secrets, for hanging window, and door wreaths. For outdoor wreaths, choose a ribbon that's strong, durable, and will make a high impact statement. Your best bet, is a two and half inch satin ribbon. To avoid a droopy look, hang your wreath in the top half of the window. On a door, center the wreath at about eye level. To hang a wreath in a window, lower the top window sash and place the wreath outside of the window while holding the ends of the length of the hanging ribbon. [MUSIC] A piece of paint-friendly tape provides stability. Tape just the very end of the ribbon before sliding your window securely close. When hanging on a door, use a staple gun, to staple the ends of the hanging ribbon to the center top of the door. That way, the staples will never be seen. To keep a lightweight wreath in place, use double-sided foam tape on the back. It's that simple. Use this method every Christmas, to hang your wreath without damaging your home. [MUSIC]</div>
<div class="ez-widget">
<div data-widget-id="VR_1" data-src="http://www.bhg.com/videos/m/93269792/how-to-hang-a-christmas-wreath-two-no-fail-secrets.htm" data-ob-template="BHG" class="OUTBRAIN"></div>
<script type="text/javascript" src="http://widgets.outbrain.com/outbrain.js" async="async"></script>
</div>
<div class="ez-widget">
<script language="javascript" id="mNCC">
medianet_width = '650';
medianet_height = '175';
medianet_crid = '735174686';
</script><script src="http://contextual.media.net/nmedianet.js?cid=8CUPTG615" language="javascript" id="mNSC"></script>
</div>
<div id="813749082258" class="ez-mod ez-searchMod-searchBox ">
<form onsubmit="return EZDATA.validateSearch('Search for Videos');" name="ez-searchMod-form" id="ez-searchMod-form" action="http://search.bhg.com/search/s" accept-charset="ISO-8859-1">
<label for="ezsearch-string" class="ez-title">Search Videos</label><input value="" type="text" onclick="EZDATA.clearSearchboxField()" name="q" id="ezsearch-string"><a title="" onclick="EZDATA.validateSearchClick('Search for Videos',this); return false;" href="#" class="ez-trigger"></a><input value="" type="submit" style="display:none;">
</form>
<script type="text/javascript">
EZDATA.jsLoaderExec(EZDATA, "initSearchboxField", "Search for Videos", "813749082258");
</script>
<div class="ez-searchMod-autocomplete">
<div id="ezTypeAhead"></div>
</div>
<script type="text/javascript">
var ezAutocompleteSearchUrl = 'http://www.bhg.com/videos/video-search?';
var ezAutocompleteServiceUrl = 'http://www.bhg.com/videos/autocomplete/bhg?callbackName=EZDATA.searchMod_queryExpansion_callback&q=';
EZDATA.jsLoaderExec(EZDATA, "searchMod_queryExpansion_init");
</script>
</div>
<div class="ez-widget"><style>
.topVideos *,
.topVideos *:before,
.topVideos *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.topVideos:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.topVideos .header {
font-family: "Century Gothic",Arial,Helvetica,sans-serif;
font-size: 20px;
font-weight: normal;
color: #171717;
text-transform: lowercase;
padding: 0 0 5px 0;
margin: 0 0 5px 0;
border-bottom: 3px solid #DDD8D2;
display: block;
width: 100%;
}
.bhg .topVideos .header { color: #717171; font-size: 15px; font-weight: bold; font-family: "arial black", arial, sans-serif; border-bottom: 0 none; margin: 0 0 10px 0; padding: 0; }
.bhg .topVideos .header:before {
background: #e1e1e1;
background: -moz-linear-gradient(top, #fbfbfb 0%, #f2f2f2 30%, #e6e6e6 60%, #e1e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(30%,#f2f2f2), color-stop(60%,#e6e6e6), color-stop(100%,#e1e1e1));
background: -webkit-linear-gradient(top, #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);
background: -o-linear-gradient(top, #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);
background: linear-gradient(to bottom, #fbfbfb 0%,#f2f2f2 30%,#e6e6e6 60%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e1e1e1',GradientType=0 );
content: " ";
height: 4px;
width: 100%;
display: block;
margin-bottom: 4px;
}
.parents .topVideos .header { text-transform: capitalize; color: #8fc357; border-bottom: 1px solid #f9c8d3; font: 500 20px/24px Georgia,"Times New Roman",Times,serif; margin: 0 0 10px 0; padding: 0 0 10px 0; }
.parentingcom .topVideos .header { display: block; font-weight: 700; font-size: 16px; line-height: 16px; margin-bottom: 10px; text-transform: none; border: 0 none; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; color: #000; padding: 0; }
.topVideos .videoThumbnail {
color: #fff !important;
display: block;
float: left;
width: 24%;
height: 127px;
margin: 0 0 1.33% 1.33%;
position: relative;
text-decoration: none;
overflow: hidden;
}
.topVideos .videoThumbnail:hover {
color: #fff !important;
}
.topVideos .videoThumbnail.first {
margin-left: 0;
}
.topVideos .videoThumbnail img {
position: relative;
width: 100%;
height: 100%;
z-index: 0;
}
.topVideos .videoThumbnail .overlay {
background-color: gray;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
opacity: 0.85;
filter: alpha(opacity=85);
min-height: 40px;
max-height: 40px;
position: absolute;
left: 0;
bottom: 0;
padding: 2.5%;
width: 100%;
}
</style>
<div class="topVideos">
<span class="header">This Week's Top Videos</span>
<a class="videoThumbnail first" href="http://www.fitnessmagazine.com/videos/m/98814953/how-to-use-a-stability-ball.htm?psrc=vdwidget">
<img src="http://www.fitnessmagazine.com/videos/hosting/media/fitness/1627130/98814953/medium.jpg"/>
<span class="overlay">How to Use a Stability Ball</span>
</a>
<a class="videoThumbnail" href="http://www.fitnessmagazine.com/videos/m/98956181/training-talk-your-first-race.htm?psrc=vdwidget">
<img src="http://www.fitnessmagazine.com/videos/hosting/media/fitness/1627130/98956181/medium.jpg"/>
<span class="overlay">Training Talk: Your First Race</span>
</a>
<a class="videoThumbnail" href="http://www.eatingwell.com/videos/v/100106496/how-to-eat-carbs-and-lose-weight.htm?psrc=vdwidget">
<img src="http://www.eatingwell.com/videos/hosting/media/eatingwell/1627705/100106496/medium.jpg"/>
<span class="overlay">How to Eat Carbs and Lose Weight</span>
</a>
<a class="videoThumbnail" href="http://www.eatingwell.com/videos/v/100106494/stress-less-lose-weight.htm?psrc=vdwidget">
<img src="http://www.eatingwell.com/videos/hosting/media/eatingwell/1627705/100106494/medium.jpg"/>
<span class="overlay">Stress Less, Lose Weight</span>
</a>
<a class="videoThumbnail first" href="http://www.bhg.com/videos/m/99909355/how-to-make-crepes.htm?psrc=vdwidget">
<img src="http://meredith.ramp.com/thumbnails/cached_media/0012/0012244/0012244971/images/thumb.jpg"/>
<span class="overlay">How to Make Crepes</span>
</a>
<a class="videoThumbnail" href="http://www.divinecaroline.com/videos/v/98527447/how-to-end-an-argument-in-30-seconds.htm?psrc=vdwidget">
<img src="http://www.divinecaroline.com/videos/hosting/media/divinecaroline/1627131/98527447/medium.jpg"/>
<span class="overlay">How to End an Argument in 30 Seconds</span>
</a>
<a class="videoThumbnail" href="http://www.parents.com/videos/v/99288536/after-baby-i-m-the-primary-breadwinner.htm?psrc=vdwidget">
<img src="http://www.parents.com/videos/hosting/media/parents/1620906/99288536/medium.jpg"/>
<span class="overlay">After Baby: I'm The Primary Breadwinner</span>
</a>
<a class="videoThumbnail" href="http://www.parents.com/videos/v/99382920/class-project-hides-a-baby-announcement.htm?psrc=vdwidget">
<img src="http://www.parents.com/videos/hosting/media/parents/1620906/99382920/medium.jpg"/>
<span class="overlay">"Class Project" Hides A Baby Announcement</span>
</a>
</div></div>
<div class="ez-comments">
<div id="commentsDiv"></div>
</div>
</div>
<div class="ez-clearingDiv"></div>
</div>
</section>
</div>
<div class="large-5 small-16 columns" id="rightCol">
<aside id="rightColumn">
<div class="ez-sideContent ez-sideContent-right ez-sideContent-video">
<style type="text/css">
.ez-video-companion {
position:relative;
}
</style>
<div id="div-gpt-videoCompanion" class="ez-video-companion"></div>
<style type="text/css">
/* */
.mp-carousel-scroller {
margin:0;
width:298px !important;
}
.mp-carousel-content {
background:#fff !important;
}
.mp-carousel-navbar {
background:#efefef;
background: -moz-linear-gradient(top, #ffffff 1%, #e7e7e7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #e7e7e7) );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7)";
}
.mp-carousel-selected {
background:#9cb50f !important;
}
.mp-carousel-nav {
width:12px !important;
height:12px !important;
border-radius:6px !important;
margin: 8px 2px 0 !important;
}
/* */
</style>
<div id="metaq-box" data-ramp-islegacy="true" class="ez-video-companion"></div>
<div id="" class="ez-mod ez-clientCodeMod ez-vsw">
<div class="ez-mod-content"><!-- VSW ADS -->
<span id="vsw-smart-header">more smart savings</span>
<script type="text/javascript" language="JavaScript">
var era_rc = {
ERADomain: 'as.vs4homeandgarden.com',
MaxRelatedItems: 4,
PubID: 'bhg',
BlockID: 'standard',
Layout: 'default',
ClassName: 'era_ad_block'
};
(function(){var v='ERA_AD_BLOCK';var i=1;while(document.getElementById(v)){if(i==25)break;v='ERA_AD_BLOCK'+i++;}document.write("<"+"div id='"+v+"'><"+"/div>");
var sch=(location.protocol=='https:'?'https':'http');var host=sch=='http'?'as.featurelink.com':'secure.featurelink.com';var s=document.createElement('script');var src=sch+"://"+host+"/ERALinks/era_rl.aspx?elid="+v;for(var p in era_rc)
{if(era_rc.hasOwnProperty(p)){src+=decodeURIComponent('%26')+p.toLowerCase()+"="+encodeURIComponent(era_rc[p]);}};document.getElementsByTagName("head")[0].appendChild(s);s.src=src;})();
</script>
<style type="text/css">
#ERA_RC_standard div.vsw-ad-rc .vsw-ad-title {line-height: 15px !important; font-weight: normal !important;color:#006A77 !important;font-family: Verdana,Arial,sans-serif !important;font-size:12px !important;text-decoration:underline !important;}
#ERA_RC_standard div.vsw-ad-rc .vsw-ad-title:hover {text-decoration: none !important;}
#ERA_RC_standard div.vsw-ad-rc .vsw-ad-text {line-height: 18px !important; color: #333333 !important;font-family: Verdana,Arial,sans-serif !important;font-size: 12px !important;}
#ERA_RC_standard div.vsw-ad-rc .vsw-ad-footer a, #ERA_RC_standard div.vsw-ad-rc .vsw-ad-footer a span {font-family: Verdana,Arial,sans-serif !important; color:gray !important; font-size:10px !important;text-decoration:none !important;}
#ERA_RC_standard div.vsw-ad-rc .vsw-ad-footer a:hover {text-decoration: none !important;}
#ERA_RC_standard div.vsw-ad-rc .vsw-ad-domain { font-size: 11px !important; color:gray !important; }
/* styling tweaks */
#ERA_RC_standard div.vsw-ad-rc .vsw-ad-text {padding-left:5px !important;}
#ERA_RC_standard div.vsw-ad-rc {padding-left:10px !important; margin-top:05px !important;}
.partnerPromos {padding-bottom:10px;margin-bottom:10px !important;border-bottom:4px double #DFDFDF !important;}
.vsw #ERA_RC_standard div.vsw-ad-rc div.vsw-ad-header {display:none !important;}
.vsw .heading3 {font-size:18px !important;}
.vsw .bottomLink {display:none !important}
#vsw-smart-header {color:#717171 !important; font-family:"arial black" !important; font-weight:900 !important; font-size:18px !important; display:block !important;}
</style>
<!-- END VSW ADS --></div>
</div>
<div id="bottomrightrailad" class="leftadtag">
<div class="ez-mod-content"><div id="div-gpt-rightBannerLower301"></div></div>
</div>
</div>
</aside>
</div>
</div>
<div id="thirdPartyPromos">
<div class="row">
<div class="large-8 small-8 columns border-right">
<a href="http://www.bhg.com/walmart/" title="BHG Products at Walmart">
<img src="http://images.meredith.com/content/dam/bhg/Images/assets/walmart_footer_promo.gif" alt="BHG Products at Walmart"/>
</a>
</div>
<div class="large-8 small-8 columns">
<a href="http://www.bhg.com/better-homes-and-gardens-real-estate/" title="BHG Real Estate">
<img src="http://images.meredith.com/content/dam/bhg/Images/assets/bhg_real_estate_footer_promo.gif" alt="BHG Real Estate"/>
</a>
</div>
</div>
</div>
<footer id="siteFooter">
<div class="row">
<div class="large-3 small-3 columns">
<img src="http://images.meredith.com/content/dam/bhg/Images/assets/logo_footer.png">
</div>
<div id="footerLinks" class="large-13 small-13 columns">
<div class="row footerLinks">
<div class="large-8 columns footerLinkSection">
<div class="row">
<div class="large-16 small-16 columns">
<strong>YOUR ACCOUNT</strong>
</div>
</div>
<div class="row">
<div class="large-8 small-16 columns">
<ul class="navList">
<li class="join-now-link"><a href="http://www.bhg.com/common/profile/login1.jsp?regSource=1000&returnURL=/" title="Login" data-reglink="true"><span>Login</span></a></li>
<li><a href="https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG&cds_page_id=79656"><span>Account</span></a></li>
<li><a href="http://www.bhg.com/bhg/help/"><span>Help</span></a></li>
<li><a href="http://www.bhg.com/common/profile/community/edit.jsp?regSource=1056"><span>Profile</span></a></li>
<li><a href="http://www.bhg.com/common/profile/quicksignup.jsp?regSource=1005&psrc=R1103BHDFTRNWR231"><span>Newsletters</span></a></li>
<li><a href="http://www.meredith.com/datapolicy.html"><span>Data Policy</span></a></li>
<li><a href="https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG&cds_page_id=79656"><span>Customer Service</span></a></li>
</ul>
</div>
<div class="large-8 small-16 columns">
<ul class="navList">
<li class="join-now-link"><a href="http://www.bhg.com/common/profile/regStep1.jsp?regSource=1000&returnURL=/" title="Join Now!" data-reglink="true"><span>Join Now!</span></a></li>
<li><a href="https://w1.buysub.com/servlet/CSGateway?cds_mag_code=BHG&cds_page_id=80324"><span>Renew</span></a></li>
<li><a href="http://www.bhg.com/member-benefits/"><span>Member Benefits</span></a></li>
<li><a href="https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=BHG&cds_page_id=139046"><span>Subscribe</span></a></li>
<li><a href="https://w1.buysub.com/servlet/ConvertibleGateway?cds_mag_code=BHG&cds_page_id=127994&cds_response_key=I301BGT29"><span>Give a Gift</span></a></li>
<li><a href="http://www.meredith.com/privacy.html"><span>Privacy Policy</span></a></li>
<li>
<a id="_bapw-link" href="#" target="_blank"><img id="_bapw-icon" style="border:0 !important;display:inline !important;vertical-align:middle !important;padding-right:5px !important;"/><span style="vertical-align:middle !important">AdChoices</span></a>
<script type="text/javascript">
(function() {
var ev = document.createElement('script'); ev.type = 'text/javascript'; ev.async = true; ev.setAttribute('data-ev-tag-pid', 282); ev.setAttribute('data-ev-tag-ocid', 1333);
ev.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'c.betrad.com/pub/tag.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ev, s);
})();
</script>
</li>
<li><a href="http://www.bhg.com/bhg/file.jsp?item=/marketing/splashPages/digitaledition/bhg_splashpage_digital&psrc=bhgdigitalfooter"><span>Digital Subscriptions</span></a></li>
</ul>
</div>
</div>
</div>
<div class="large-8 columns footerLinkSection">
<div class="row">
<div class="large-16 small-16 columns">
<strong>BETTER HOMES & GARDENS</strong>
</div>
</div>
<div class="row">
<div class="large-8 small-16 columns">
<ul class="navList">
<li><a href="http://www.bhg.com/tools/meet-the-staff-of-bhgcom/"><span>About Us</span></a></li>
<li><a href="http://www.bhg.com/bhg/file.jsp?item=/partner/srds/index&temp=no"><span>Advertise on BHG.com</span></a></li>
<li><a href="http://www.meredith.com/mediakit/bhg/index.html"><span>Media Kit</span></a></li>
<li><a href="http://www.bhg.com/tools/"><span>Tools</span></a></li>
<li><a href="http://www.bhg.com/free-stuff/deals/?psrc=R1105BSRVNAVDEALS5432"><span>Sweepstakes & Offers</span></a></li>
<li><a href="http://www.facebook.com/pages/Better-Homes-and-Gardens/72571226018"><span>Facebook</span></a></li>
</ul>
</div>
<div class="large-8 small-16 columns">
<ul class="navList">
<li><a href="https://twitter.com/bhg"><span>Twitter</span></a></li>
<li><a href="http://www.bhg.com/videos/"><span>Videos</span></a></li>
<li><a href="http://www.bhg.com/topics"><span>Topics</span></a></li>
<li><a href="http://www.bhg.com/bhg/file.jsp?item=/marketing/bhgPromo/bhg_promo_HP&temp=yes&psrc=bhgfooter2009"><span>From Our Sponsors</span></a></li>
<li><a href="http://www.bhg.com/sitemap/homegarden/"><span>Home & Garden Sitemap</span></a></li>
<li><a href="http://www.bhg.com/sitemap/recipes/"><span>Recipe Sitemap</span></a></li>
<li><a href="http://www.bhg.com/shop/sitemap.html"><span>Shop Sitemap</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="networkLinks">
<div class="parsys networkLinks">
<div class="section homefooterlinks">
<div class="row">
<div class="large-5 medium-5 small-5 columns alignright"> <span class="heading1">BETTER HOMES AND GARDENS</span> </div>
<div class="large-11 medium-11 small-11 columns">
<ul class="navList">
<li> <a href="http://www.bhg.com/"> <span>Better Homes and Gardens</span></a> </li>
<li> <a href="http://www.midwestliving.com/"> <span>Midwest Living</span></a> </li>
<li> <a href="http://www.traditionalhome.com/"> <span>Traditional Homes</span></a> </li>
<li> <a href="http://www.allpeoplequilt.com/"> <span>All People Quilt</span></a> </li>
<li> <a href="http://www.diyadvice.com/"> <span>DIY Advice</span></a> </li>
<li> <a href="http://www.homeandfamilynetwork.com/"> <span>Home and Family</span></a> </li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="linkcol row">
<div class="large-4 small-4 columns alignright">
<img src="http://www.bhg.com/bhg/images/meredithWN_75x25.gif" alt="" width="75"/>
</div>
<div id="copyright" class="large-12 small-12 columns">
© Copyright <span id="copyright-date"></span>, <a href="http://www.meredith.com">Meredith
Corporation</a>. All Rights Reserved | By using this site, you agree to our <a href='http://www.bhg.com/bhg/file.jsp?item=/legal/terms'>Terms of Service.</a>
</div>
</div>
</footer>
<!-- top rollover -->
<script src="http://www.bhg.com/web/js-min/js/mdp/lib/jquery/plugins/hoverIntent/hoverIntent.js"></script>
<script>(function topRollover(b){function c(){b("#hptoprolloverlayer").slideDown(100).css("display","block")}function a(){b("#hptoprolloverlayer").slideUp(100)}b("#hptoprollover").hoverIntent({interval:200,over:c,timeout:200,out:function(){}});b("html, #hptoprolloverclose").click(function(){a()});b(document).keyup(function(d){if(d.keyCode==27){a()}})})(jQuery);</script>
<!-- Omniture -->
<script src="http://www.bhg.com/bhg/files/partner/ramp/s_code_bhgH-temp.js"></script>
<script src="http://www.bhg.com/bhg/files/partner/ramp/ramp_omniture.js"></script>
<script src="http://www.bhg.com/web/js-min/js/mdp/util/omnitureFunctions.js"></script>
<!-- Gigya -->
<script>
mdp.gigyaLoadedCallbacks = [];
mdp.gigyaLoaded = false;
mdp.onGigyaLoaded = function( f ){ mdp.gigyaLoadedCallbacks.push(f); if( mdp.gigyaLoaded ){ while( mdp.gigyaLoadedCallbacks.length ){ mdp.gigyaLoadedCallbacks.shift()(); } } };
</script>
<script src="https://cdns.gigya.com/JS/socialize.js?apikey=2_GMJL5Q4oDZGjkeAhWTjIy4X0eZImq5AZ7r56wpgCbm23LH8pSFrnnAx4VxcnqH6j"></script>
<script src="http://www.bhg.com/web/js-min/js/mdp/lib/jquery/plugins/gigya/jquery.gigya.reporting.js"></script>
<script src="http://www.bhg.com/bhg/files/partner/ramp/gigya/jquery.gigya.video.js"></script>
<script src="http://www.bhg.com/bhg/files/partner/ramp/gigya/bhg.gigya.video.js"></script>
<!-- Various Explicit 3rd Party Shell JS -->
<script>
$("#copyright-date").text(new Date().getFullYear());
if (mdp && mdp.profile && mdp.profile.loggedIn) {
$(".join-now-link").remove();
$(".navList:first").append('<li><a href="/common/profile/member/logout.jsp?returnURL=' + encodeURIComponent(document.location.href) + '" title="Logout"><span>Logout</span></a></li>');
}
</script>
<script type="text/javascript" src="http://bhg.ramp.com/FileResource/themes/projects/meredith/4.0.parent_8821/scripts/jquery/jcarousellite_1.0.1.min.js"></script><script type="text/javascript">
var adService = {
unitValues: {
adDomain: "bhg.mdp.video",
channel: "videolander"
},
pageTargetingValues: {
vid: mdp.videoPlayer.video.id,
type: "videolander"
}
};
(function() {
var d = new Date(),
dateBits = [],
dow,
diff,
gadsCore,
cdnPath;
d.setUTCHours(d.getUTCHours() - 9);
dow = d.getUTCDay();
diff = ((dow < 2) ? 2 : 5) - dow;
diff = (diff < 1) ? diff+4 : diff;
d.setUTCDate(d.getUTCDate() + diff);
dateBits.push(d.getUTCFullYear());
dateBits.push(d.getUTCMonth()+1);
dateBits.push(d.getUTCDate());
adService.cacheBuster = '?' + dateBits.join('-');
gadsCore = document.createElement('script');
gadsCore.src = 'http://s2.mdpcdn.com/web/js-min/js/mdp/app/gpt/gpt.core.js' + adService.cacheBuster;
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gadsCore, node);
})();
</script><script type="text/javascript">
var vdate = ezQuery(".ez-media-details .ez-date");
ezQuery(".ez-media-details .ez-desc .ez-text").prepend(vdate);
ezQuery("#ez-searchMod-form").attr("action", EZDATA.basePubUrl + "video-search");
</script><script type="text/javascript">
ezQuery(function(){
EZDATA.breadcrumbPreviousPage();
if(ezQuery("div#rampMobileToolbar ul li").size()>0) {
var lists = ezQuery("div#rampMobileToolbar ul li");
lists.width((100/lists.size()) + "%");
}
});
</script>
</body>
</html>