-
Notifications
You must be signed in to change notification settings - Fork 0
/
chicks-hens-pullets.html
604 lines (591 loc) · 58.2 KB
/
chicks-hens-pullets.html
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
<!DOCTYPE html>
<html class="nojs html css_verticalspacer" lang="en-US">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
<meta name="generator" content="2018.0.0.379"/>
<script type="text/javascript">
// Redirect to phone/tablet as necessary
(function(a,b,c){var d=function(){if(navigator.maxTouchPoints>1)return!0;if(window.matchMedia&&window.matchMedia("(-moz-touch-enabled)").matches)return!0;for(var a=["Webkit","Moz","O","ms","Khtml"],b=0,c=a.length;b<c;b++){var f=a[b]+"MaxTouchPoints";if(f in navigator&&navigator[f])return!0}try{return document.createEvent("TouchEvent"),!0}catch(d){}return!1}(),g=function(a){a+="=";for(var b=document.cookie.split(";"),c=0;c<b.length;c++){for(var f=b[c];f.charAt(0)==" ";)f=f.substring(1,f.length);if(f.indexOf(a)==
0)return f.substring(a.length,f.length)}return null};if(g("inbrowserediting")!="true"){var f,g=g("devicelock");g=="phone"&&c?f=c:g=="tablet"&&b&&(f=b);if(g!=a&&!f)if(window.matchMedia)window.matchMedia("(max-device-width: 415px)").matches&&c?f=c:window.matchMedia("(max-device-width: 960px)").matches&&b&&d&&(f=b);else{var a=Math.min(screen.width,screen.height)/(window.devicePixelRatio||1),g=window.screen.systemXDPI||0,i=window.screen.systemYDPI||0,g=g>0&&i>0?Math.min(screen.width/g,screen.height/i):
0;(a<=370||g!=0&&g<=3)&&c?f=c:a<=960&&b&&d&&(f=b)}if(f)document.location=f+(document.location.search||"")+(document.location.hash||""),document.write('<style type="text/css">body {visibility:hidden}</style>')}})("desktop","","phone/chicks-hens-pullets.html");
// Update the 'nojs'/'js' class on the html node
document.documentElement.className = document.documentElement.className.replace(/\bnojs\b/g, 'js');
// Check that all required assets are uploaded and up-to-date
if(typeof Muse == "undefined") window.Muse = {}; window.Muse.assets = {"required":["museutils.js", "museconfig.js", "jquery.musemenu.js", "jquery.watch.js", "require.js", "chicks-hens-pullets.css"], "outOfDate":[]};
</script>
<link media="only screen and (max-width: 370px)" rel="alternate" href="http://baxterbarn.org/phone/chicks-hens-pullets.html"/>
<title>Chicks, Hens, and Pullets</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/site_global.css?crc=4076706775"/>
<link rel="stylesheet" type="text/css" href="css/master_a-master.css?crc=127912388"/>
<link rel="stylesheet" type="text/css" href="css/chicks-hens-pullets.css?crc=404352561" id="pagesheet"/>
<!-- JS includes -->
<!--[if lt IE 9]>
<script src="scripts/html5shiv.js?crc=4241844378" type="text/javascript"></script>
<![endif]-->
<!--custom head HTML-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7766656-5']);
_gaq.push(['_setDomainName', 'baxterbarn.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="clearfix" id="page"><!-- group -->
<div class="clearfix grpelem" id="ppu2369-3"><!-- column -->
<div class="clearfix colelem" id="pu2369-3"><!-- group -->
<div class="clearfix grpelem" id="u2369-3" data-ibe-flags="txtStyleSrc"><!-- content -->
<p> </p>
</div>
<div class="clip_frame grpelem" id="u1942"><!-- image -->
<img class="block" id="u1942_img" src="images/12191664_994785827230909_4163042609309591773_n-crop-u1942.jpg?crc=3969974447" alt="" width="952" height="247"/>
</div>
<nav class="MenuBar clearfix grpelem" id="menuu1960"><!-- horizontal box -->
<div class="MenuItemContainer clearfix grpelem" id="u2012"><!-- vertical box -->
<a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u2036" href="index.html" data-href="page:U68"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2037-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Home</p></div></a>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u5552"><!-- vertical box -->
<a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u5555" href="about-us.html" data-href="page:U4432"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u5556-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>About Us</p></div></a>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u2040"><!-- vertical box -->
<div class="MenuItem MenuItemWithSubMenu clearfix colelem" id="u2041"><!-- horizontal box -->
<div class="MenuItemLabel NoWrap clearfix grpelem" id="u2043-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Farm Business</p>
</div>
</div>
<div class="SubMenu MenuLevel1 clearfix" id="u2045"><!-- vertical box -->
<ul class="SubMenuView clearfix colelem" id="u2046"><!-- vertical box -->
<li class="MenuItemContainer clearfix colelem" id="u10082"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u10083" href="bulk--cof--compost.html" data-href="page:U10081"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u10084-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Bulk / COF / Compost</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u2075"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu MuseMenuActive clearfix grpelem" id="u2078" href="chicks-hens-pullets.html" data-href="page:U1271"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2080-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Chicks, Hens, and Pullets</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u7928"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u7929" href="pet-products.html" data-href="page:U7927"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u7932-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Pet Products</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u2061"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u2062" href="donkeys.html" data-href="page:U1217"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2065-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Donkeys</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u6427"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u6430" href="feed--farm-supplies.html" data-href="page:U6426"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u6432-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Feed / Farm Supplies</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u2047"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u2050" href="fresh-eggs.html" data-href="page:U1287"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2053-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Fresh Eggs</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u2068"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u2069" href="online-products.html" data-href="page:U1303"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2071-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Online Products</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u2082"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u2085" href="pumpkins.html" data-href="page:U1319"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2086-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Pumpkins</p></div></a></li>
</ul>
</div>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u1975"><!-- vertical box -->
<div class="MenuItem MenuItemWithSubMenu clearfix colelem" id="u1976"><!-- horizontal box -->
<div class="MenuItemLabel NoWrap clearfix grpelem" id="u1979-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Visit Us</p>
</div>
</div>
<div class="SubMenu MenuLevel1 clearfix" id="u1980"><!-- vertical box -->
<ul class="SubMenuView clearfix colelem" id="u1981"><!-- vertical box -->
<li class="MenuItemContainer clearfix colelem" id="u2581"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u2582" href="private-farm-tours.html" data-href="page:U2580"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2584-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Private Farm Tours</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u3713"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u3714" href="educational-programs.html" data-href="page:U3712"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u3716-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Educational Programs</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u3784"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u3785" href="hands-on-education.html" data-href="page:U3783"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u3787-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Hands on Education</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u3644"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u3645" href="pumpkin-tours.html" data-href="page:U3643"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u3648-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Pumpkin Tours</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u3837"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u3838" href="rental-venue.html" data-href="page:U3836"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u3840-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Rental Venue</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u3882"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u3885" href="tours.html" data-href="page:U3881"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u3886-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Tours</p></div></a></li>
</ul>
</div>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u1961"><!-- vertical box -->
<div class="MenuItem MenuItemWithSubMenu clearfix colelem" id="u1962"><!-- horizontal box -->
<div class="MenuItemLabel NoWrap clearfix grpelem" id="u1964-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>For Kids</p>
</div>
</div>
<div class="SubMenu MenuLevel1 clearfix" id="u1966"><!-- vertical box -->
<ul class="SubMenuView clearfix colelem" id="u1967"><!-- vertical box -->
<li class="MenuItemContainer clearfix colelem" id="u3935"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u3936" href="coloring-book.html" data-href="page:U3934"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u3938-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Coloring Book</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u3979"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u3980" href="farming-animals.html" data-href="page:U3978"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u3983-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Farming Animals</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u4328"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4329" href="games.html" data-href="page:U4327"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4332-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Games</p></div></a></li>
</ul>
</div>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u1968"><!-- vertical box -->
<div class="MenuItem MenuItemWithSubMenu clearfix colelem" id="u1971"><!-- horizontal box -->
<div class="MenuItemLabel NoWrap clearfix grpelem" id="u1974-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>News and Press</p>
</div>
</div>
<div class="SubMenu MenuLevel1 clearfix" id="u1969"><!-- vertical box -->
<ul class="SubMenuView clearfix colelem" id="u1970"><!-- vertical box -->
<li class="MenuItemContainer clearfix colelem" id="u4690"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4691" href="awards.html" data-href="page:U4689"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4693-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Awards</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u4733"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4734" href="baxter-letter.html" data-href="page:U4732"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4737-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Baxter Letter</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u4773"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4774" href="blog.html" data-href="page:U4772"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4775-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Blog</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u4797"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4798" href="news.html" data-href="page:U4796"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4799-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>News</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u5135"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u5138" href="third-grade-thank-yous.html" data-href="page:U5134"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u5141-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Third Grade Thank Yous</p></div></a></li>
</ul>
</div>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u6753"><!-- vertical box -->
<a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u6791" href="pricing.html" data-href="page:U6752"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u6793-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Pricing</p></div></a>
<div class="SubMenu MenuLevel1 clearfix" id="u6754"><!-- vertical box -->
<ul class="SubMenuView clearfix colelem" id="u6755"><!-- vertical box -->
<li class="MenuItemContainer clearfix colelem" id="u6801"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u6802" href="specials.html" data-href="page:U6800"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u6804-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Specials</p></div></a></li>
</ul>
</div>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u2005"><!-- vertical box -->
<a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u2006" href="photo-gallery.html" data-href="page:U1156"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2008-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Photo Gallery</p></div></a>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u1982"><!-- vertical box -->
<a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u1985" href="contact-us.html" data-href="page:U1189"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u1988-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Contact Us</p></div></a>
</div>
</nav>
<nav class="MenuBar clearfix grpelem" id="menuu2089"><!-- horizontal box -->
<div class="MenuItemContainer clearfix grpelem" id="u2090"><!-- vertical box -->
<a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u2093" href="community.html" data-href="page:U4500"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u2095-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Community</p></div></a>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u8468"><!-- vertical box -->
<a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix colelem" id="u8471" href="sno-valley-horse-directory.html" data-href="page:U8502"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u8473-4" data-ibe-flags="txtStyleSrc"><!-- content --><p> Sno Valley Horse Directory</p></div></a>
</div>
<div class="MenuItemContainer clearfix grpelem" id="u4554"><!-- vertical box -->
<div class="MenuItem MenuItemWithSubMenu clearfix colelem" id="u4555"><!-- horizontal box -->
<div class="MenuItemLabel NoWrap clearfix grpelem" id="u4558-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Supporters</p>
</div>
</div>
<div class="SubMenu MenuLevel1 clearfix" id="u4559"><!-- vertical box -->
<ul class="SubMenuView clearfix colelem" id="u4560"><!-- vertical box -->
<li class="MenuItemContainer clearfix colelem" id="u4561"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4562" href="how-to-support-us.html" data-href="page:U4597"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4564-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>How to Support Us</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u4571"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4574" href="our-supporters.html" data-href="page:U4610"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4575-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Our Supporters</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u4578"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4579" href="support-an-animal.html" data-href="page:U4623"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4582-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Support an Animal</p></div></a></li>
<li class="MenuItemContainer clearfix colelem" id="u4585"><!-- horizontal box --><a class="nonblock nontext MenuItem MenuItemWithSubMenu clearfix grpelem" id="u4588" href="visitor-feedback.html" data-href="page:U4636"><!-- horizontal box --><div class="MenuItemLabel NoWrap clearfix grpelem" id="u4591-4" data-ibe-flags="txtStyleSrc"><!-- content --><p>Visitor Feedback</p></div></a></li>
</ul>
</div>
</div>
</nav>
<div class="clip_frame grpelem" id="u7641"><!-- image -->
<img class="block" id="u7641_img" src="images/hanging%20sign%20fall.png?crc=3766566064" alt="" width="257" height="106"/>
</div>
</div>
<!-- m_editable region-id="editable-static-tag-U2534-BP_infinity" template="chicks-hens-pullets.html" data-type="html" data-ice-options="disableImageResize,link,txtStyleTarget" -->
<div class="clearfix colelem" id="u2534-4" data-muse-uid="U2534" data-muse-type="txt_frame" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Chicks, Hens, and Pullets</p>
</div>
<!-- /m_editable -->
<div class="clearfix colelem" id="pu10220-21"><!-- group -->
<!-- m_editable region-id="editable-static-tag-U10220-BP_infinity" template="chicks-hens-pullets.html" data-type="html" data-ice-options="disableImageResize,link,txtStyleTarget" -->
<div class="clearfix grpelem" id="u10220-21" data-muse-uid="U10220" data-muse-type="txt_frame" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Hours: 10-4 Tuesday-Saturday by Appointment</p>
<p> </p>
<p>Largest selection of: Birds, Supplies and Coops in the North West.</p>
<p> </p>
<p>Check out our Poultry list and Pricing, on <a class="nonblock" href="http://www.facebook.com/baxterbarn">Facebook</a> weekly or Request by emailing us at [email protected].</p>
<p> </p>
<p>Sorry No Shipping pick up ONLY!</p>
<p>*except fertile Olive Eggers/Chocolate Easter Eggers</p>
<p>hatching eggs</p>
<p> </p>
</div>
<!-- /m_editable -->
<div class="clearfix grpelem" id="u10406"><!-- group -->
<!-- m_editable region-id="editable-static-tag-U10390-BP_infinity" template="chicks-hens-pullets.html" data-type="image" -->
<div class="clip_frame grpelem" id="u10390" data-muse-uid="U10390" data-muse-type="img_frame"><!-- image -->
<img class="block" id="u10390_img" src="images/avianclean1.png?crc=63409397" alt="" width="99" height="100" data-muse-src="images/avianclean1.png?crc=63409397"/>
</div>
<!-- /m_editable -->
<!-- m_editable region-id="editable-static-tag-U10384-BP_infinity" template="chicks-hens-pullets.html" data-type="image" -->
<div class="clip_frame grpelem" id="u10384" data-muse-uid="U10384" data-muse-type="img_frame"><!-- image -->
<img class="block" id="u10384_img" src="images/avianclean.png?crc=484006664" alt="" width="99" height="100" data-muse-src="images/avianclean.png?crc=484006664"/>
</div>
<!-- /m_editable -->
<!-- m_editable region-id="editable-static-tag-U10396-BP_infinity" template="chicks-hens-pullets.html" data-type="image" -->
<div class="clip_frame grpelem" id="u10396" data-muse-uid="U10396" data-muse-type="img_frame"><!-- image -->
<img class="block" id="u10396_img" src="images/npip-crest2.png?crc=346110039" alt="" width="233" height="100" data-muse-src="images/npip-crest2.png?crc=346110039"/>
</div>
<!-- /m_editable -->
</div>
</div>
<div class="clearfix colelem" id="pu2539"><!-- group -->
<!-- m_editable region-id="editable-static-tag-U2539-BP_infinity" template="chicks-hens-pullets.html" data-type="image" -->
<div class="clip_frame grpelem" id="u2539" data-muse-uid="U2539" data-muse-type="img_frame"><!-- image -->
<img class="block" id="u2539_img" src="images/picture2.png?crc=208945519" alt="" width="324" height="215" data-muse-src="images/picture2.png?crc=208945519"/>
</div>
<!-- /m_editable -->
<div class="clearfix grpelem" id="pu8623-14"><!-- column -->
<!-- m_editable region-id="editable-static-tag-U8623-BP_infinity" template="chicks-hens-pullets.html" data-type="html" data-ice-options="disableImageResize,link,txtStyleTarget" -->
<div class="clearfix colelem" id="u8623-14" data-muse-uid="U8623" data-muse-type="txt_frame" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>All chicks and eggs are produced from</p>
<p>U.S. APPROVED PULLORUM-TYPHOID & H5/H7 AI clean flocks</p>
<p>To ensure healthy birds we suggest: Continuing them on the same Feed ($2 extra per bird without feed),</p>
<p><a class="nonblock" href="http://baxterbarn.org/online-products.html">Immune Boost</a>, and Ampro on hand if needed.</p>
<p>A min 2 birds or 3 chicks if not $5 fee is added</p>
</div>
<!-- /m_editable -->
<!-- m_editable region-id="editable-static-tag-U2536-BP_infinity" template="chicks-hens-pullets.html" data-type="html" data-ice-options="disableImageResize,link,txtStyleTarget" -->
<div class="clearfix colelem" id="u2536-13" data-muse-uid="U2536" data-muse-type="txt_frame" data-ibe-flags="txtStyleSrc"><!-- content -->
<p> </p>
<p>Chicken / Quail / Pheasant/ Ducks / Turkeys</p>
<p> </p>
<p>Chicks</p>
<p> </p>
<p>Pullets</p>
<p> </p>
<p>Hens</p>
</div>
<!-- /m_editable -->
<!-- m_editable region-id="editable-static-tag-U2535-BP_infinity" template="chicks-hens-pullets.html" data-type="html" data-ice-options="disableImageResize,link,txtStyleTarget" -->
<div class="clearfix colelem" id="u2535-10" data-muse-uid="U2535" data-muse-type="txt_frame" data-ibe-flags="txtStyleSrc"><!-- content -->
<p id="u2535-5"><a class="nonblock" href="assets/my-chicken-book.pdf" data-href="upload:U9017" target="_blank">Click here for more informatio<span id="u2535-2">n</span> and our coloring book for hatching eggs in the classroom!</a></p>
<p> </p>
<p>For more information and availability please check our weekly post on Facebook or email us!</p>
</div>
<!-- /m_editable -->
</div>
</div>
<div class="clearfix colelem" id="pu21253"><!-- group -->
<div class="rounded-corners grpelem" id="u21253"><!-- custom html -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=647777055236276";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" data-href="https://www.facebook.com/BaxterBarn" data-width="292" data-height="515" data-show-faces="true" data-header="true" data-stream="true" data-show-border="true"></div>
</div>
<div class="grpelem" id="u2537"><!-- custom html -->
<iframe width="560" height="315" src="//www.youtube.com/embed/VB-ovLNmJ2Q?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<!-- m_editable region-id="editable-static-tag-U9018-BP_infinity" template="chicks-hens-pullets.html" data-type="html" data-ice-options="disableImageResize,link,txtStyleTarget" -->
<div class="clearfix colelem" id="u9018-5" data-muse-uid="U9018" data-muse-type="txt_frame" data-ibe-flags="txtStyleSrc"><!-- content -->
<p><a class="nonblock" href="assets/10-do-s-and-don-ts.pdf" data-href="upload:U21042" target="_blank"> Click here for the 10 Do's and Don'ts of Keeping Chickens!</a></p>
</div>
<!-- /m_editable -->
<!-- m_editable region-id="editable-static-tag-U10320-BP_infinity" template="chicks-hens-pullets.html" data-type="image" -->
<div class="clip_frame colelem" id="u10320" data-muse-uid="U10320" data-muse-type="img_frame"><!-- image -->
<img class="block" id="u10320_img" src="images/barlogoc.png?crc=4153078032" alt="" width="123" height="127" data-muse-src="images/barlogoc.png?crc=4153078032"/>
</div>
<!-- /m_editable -->
<!-- m_editable region-id="editable-static-tag-U6295-BP_infinity" template="chicks-hens-pullets.html" data-type="html" data-ice-options="disableImageResize,link,txtStyleTarget" -->
<div class="clearfix colelem" id="u6295-72" data-muse-uid="U6295" data-muse-type="txt_frame" data-ibe-flags="txtStyleSrc"><!-- content -->
<p id="u6295-2">We are a small, family owned farm in Fall City. We lovingly raise a variety of animals including chickens, horses, rabbits, pheasants, quail and mini-donkeys. We also produce a line of chicken feed, chicken supplements, and horse feed. We are dedicated to raising happy and healthy animals, producing the highest quality product, and demonstrating sustainable farming practices.</p>
<p id="u6295-3"> </p>
<p id="u6295-7"><a class="nonblock" href="http://baxterbarn.org/feed--farm-supplies.html">WE CARRY ALL THE SUPPLIES AND FEED YOU NEED</a>:</p>
<p id="u6295-9">• Feed</p>
<p id="u6295-11">• Coops</p>
<p id="u6295-13">• Watering containers</p>
<p id="u6295-15">• Feeders</p>
<p id="u6295-17">• Heat lamps</p>
<p id="u6295-19">• Bulbs</p>
<p id="u6295-21">• Brooders (We do not rent due to spreading of potential disease)</p>
<p id="u6295-23">• ...and other farm supplies!</p>
<p> </p>
<p>TIPS ON HOW TO RAISE CHICKS AND HOW WE RAISE OURS:</p>
<p id="u6295-28">• WARNING: Check with breeders before buying</p>
<p id="u6295-30"> Most breeders sell straight run, which are 50/50 (unless indicated-mostly Bantams)</p>
<p id="u6295-32">• WE SELL SEXED BIRDS its 95%-99.9% female</p>
<p id="u6295-34"> • Our birds are not guaranteed on show quality or egg color</p>
<p id="u6295-35"> </p>
<p><span id="u6295-36">OUR CHICKS</span> are from breeding stock that is vaccinated. Vaccinated chicks or chicks that are from vaccinated breeding stock will reduce the risk of disease. The chicks also have been vaccinated for Mareks. This is a safe way of raising chicks. To raise chickens organically it still is important to vaccinate. When introducing different stock without vaccination and medication you can increase the risk for disease among your brood.</p>
<p> </p>
<p>For any new chick/hen, separate from other brood at least a minimum of 4 weeks, 6 weeks is ideal. This can reduce stress and the spread of bacteria. Within that time, it's important to keep them on the same feed to reduce the stress.</p>
<p> </p>
<p>We start our chicks on <a class="nonblock" href="http://baxterbarn.org/feed--farm-supplies.html">Baxter Barn Quality Feed Chick Starter</a>, which has pro-biotic and pre-biotic with a complete nutritional diet of organic vitamins and organic/inorganic trace minerals. For the first three days of the chick's life and during stressful times in their life we use a water-soluble powder containing organic acidifiers, electrolytes, enzymes, and a supplemental source of live, naturally occurring micro-organisms. We use an all Vegetable Diet, No Hormones, No Antibiotics, No Stimulants, No Animal Fat No Animal by-products.</p>
<p> </p>
<p>We recommend a non-medicated feed with a dose of medication once a week for the first 5 weeks which will reduce sickness and disease. It also works as a vaccination. The medication is out of the chick after 30 days. On medicated feed, you are medicating 140 days, not the 5 we recommend.</p>
<p> </p>
<p>We use a water-soluble powder containing organic acidifiers, electrolytes, enzymes, and a supplemental source of live, naturally occurring micro-organisms; once a week and during stress. <a class="nonblock" href="http://baxterbarn.org/online-products.html">Baxter Barn Immune Boost</a></p>
<p> </p>
<p>Breeding stock vaccinated/tested for: Pullorum-Typhoid, M.Galliseptrium, M. Synoviae, M. Meleagridis, S. Enteritidis, Salmonella, M. Gallisepticym, M. Synoviae, Avian Influenza, Marek.</p>
<p> </p>
<p>We do have boxes if needed!</p>
<p> </p>
<p>Feel free to contact us for questions.</p>
<p>Thank You!</p>
<p> </p>
<p>Open by Appointment!</p>
<p> </p>
</div>
<!-- /m_editable -->
<!-- m_editable region-id="editable-static-tag-U6533-BP_infinity" template="chicks-hens-pullets.html" data-type="image" data-ice-options="clickable" data-ice-editable="link" -->
<a class="nonblock nontext clip_frame colelem" id="u6533" href="feed--farm-supplies.html#chickenfeed" data-href="anchor:U6404:U6473" data-muse-uid="U6533" data-muse-type="img_frame"><!-- image --><img class="block" id="u6533_img" src="images/21_ibe_555x369_1x.jpg" alt="" width="555" height="369" data-muse-src="images/chickenfeed.png?crc=435320720" data-original-image="images/21.jpg" title=""/></a>
<!-- /m_editable -->
<div class="clearfix colelem" id="pu8696-190"><!-- group -->
<!-- m_editable region-id="editable-static-tag-U8696-BP_infinity" template="chicks-hens-pullets.html" data-type="html" data-ice-options="disableImageResize,link,txtStyleTarget" -->
<div class="clearfix grpelem" id="u8696-190" data-muse-uid="U8696" data-muse-type="txt_frame" data-ibe-flags="txtStyleSrc"><!-- content -->
<p id="u8696-4">Learn how to fix the TOP 10 Chicken Problems! <a class="nonblock" href="http://www.grit.com/animals/poultry/chickens/chicken-health-zm0z14mjztri.aspx?PageId=1">(Grit Rural American Know-How)</a></p>
<p id="u8696-5"> </p>
<p id="u8696-7">Chicken health</p>
<p id="u8696-9">From the time they emerge from their eggs and throughout their adult lives, chickens can develop a variety of common problems. But don’t let the fear of any of these conditions deter you from the fulfilling pursuit of raising chickens for meat and eggs. Most often, when conditions in the brooder, coop and foraging ground are kept reasonably clean, the chickens will enjoy a life of very few problems, predation being the main concern. However, it’s nice to be prepared in the rare instance that your birds do in fact face a health condition that you, the steward, need to treat.</p>
<p id="u8696-10"> </p>
<p id="u8696-12">Curled toes</p>
<p id="u8696-14">Curled toes in baby chicks appear as a clubbed foot. If both feet have curled toes, it is most likely from a vitamin deficiency passed on from the mother hen. On the other hand, curled toes that occur only on one foot usually develop from an injury during the hatching process or while in the brooder.</p>
<p id="u8696-15"> </p>
<p id="u8696-17">Treatment</p>
<p id="u8696-19">• Add poultry vitamins and electrolytes to their water supply. Follow the packaging directions.</p>
<p id="u8696-21">• Gently straighten the curled toes and splint them by placing their foot into the padded portion of a Band-Aid and securing the sticky portion of the Band-Aid to the top of the foot.</p>
<p id="u8696-22"> </p>
<p id="u8696-24">Splayed legs</p>
<p id="u8696-26">Chicks with splayed legs have difficulty standing, and their leg juts out to the side. Common causes of splayed leg include issues during incubation, trauma, nutritional deficiencies, and slippery bedding in the hatching tray or brooder.</p>
<p id="u8696-27"> </p>
<p id="u8696-29">Treatment</p>
<p id="u8696-31">• Add poultry vitamins and electrolytes to the drinking water.</p>
<p id="u8696-33">• Change the brooder bedding to paper towels covered with pine shavings for the first couple of weeks.</p>
<p id="u8696-35">• Try splinting the legs together with rubber bands, fabric tape, and so forth.</p>
<p id="u8696-36"> </p>
<p id="u8696-38">Pasty butt</p>
<p id="u8696-40">Baby chicks can develop a condition called “pasty butt” or “pasting up,” which occurs when droppings remain attached to their vents. The droppings dry and cake onto the vent’s opening, preventing the chick from passing any other droppings. Pasty butt can be life threatening and can occur while chicks are in transit from the hatchery as well as during their first few weeks of life. Some breeds are more prone to pasty butts than others. If chicks continue to have pasty butt, consider changing to a higher quality chick feed.</p>
<p id="u8696-41"> </p>
<p id="u8696-43">Treatment</p>
<p id="u8696-45">• The dried-on dropping will need to be removed. Moisten a paper towel with warm water and gently wet and loosen the droppings. Do not pull. Gently clean the vent area of all droppings. Dry the chick and apply a bit of triple antibiotic ointment to the vent. Be sure to check on this chick and the others to ensure the issue resolves.</p>
<p id="u8696-46"> </p>
<p id="u8696-48">Managing the crop</p>
<p id="u8696-50">A chicken’s crop is located in the middle of the breast. A full, normal crop feels round and about the size of a golf ball. It is soft and non-tender. It should not be hard. If the crop is empty, it will feel “deflated” and you might even feel a bit of grit inside. Crops can become sour, impacted or pendulous. If your chicken has crop issues, it will appear ill. It will stop eating, isolate itself, and appear lethargic.</p>
<p id="u8696-51"> </p>
<p id="u8696-53"><span id="u8696-52">Impacted Crop</span></p>
<p id="u8696-55">Crops can become impacted from eating long blades of grass, hay or straw, tough meat, foreign objects, or from infection. The crop will feel firm, tender to touch, and enlarged — some might even become as large as a tennis ball.</p>
<p id="u8696-56"> </p>
<p id="u8696-58">To test if the crop is impacted, put your chicken to roost at night without access to food. First thing in the morning before feeding, feel the chicken’s crop. It should be empty. If it still feels about the same, help move things along. Usually when a crop is enlarged, the first thing to do is to withhold water for the first 12 hours, and food for the first 24. You need that crop emptied for any treatment to work, and adding volume to the clog isn’t going to help.</p>
<p id="u8696-59"> </p>
<p id="u8696-61">Treatment</p>
<p id="u8696-63">• Feed the chicken only soft bread soaked in olive oil and fresh water.</p>
<p id="u8696-65">• Avoid table scraps, hay, long grass, seeds and the like until the problem is better.</p>
<p id="u8696-67">• If treatment is unsuccessful in a couple of days, contact a veterinarian to help empty the crop mechanically, or you could cull birds that get chronic crop problems because of eating odd forage.</p>
<p id="u8696-68"> </p>
<p id="u8696-70"><span id="u8696-69">Sour Crop</span></p>
<p id="u8696-72">The chicken’s breath smells fermented and yeasty, and the crop may be enlarged. Sour crop can be caused by fungal infection resulting from impacted crop, recent use of antibiotics, delayed crop emptying, or worms.</p>
<p id="u8696-73"> </p>
<p id="u8696-75">Treatment</p>
<p id="u8696-77">• Withhold food and water, and see if the crop empties.</p>
<p id="u8696-79">• Next, try acidifying the digestive tract by adding 1 tablespoon of apple cider</p>
<p id="u8696-81">vinegar per gallon to the drinking water.</p>
<p id="u8696-83">• Add probiotics to the chicken’s drinking water to help the healthy bacterial flora return to normal.</p>
<p id="u8696-85">• If the above treatments don’t work, seek veterinary assistance for evaluation and possible antifungal medication.</p>
<p id="u8696-86"> </p>
<p id="u8696-88"><span id="u8696-87">Pendulous Crop</span></p>
<p id="u8696-90">Pendulous crop, which can be chronic, is caused by a lack of muscle strength, possibly from a previously impacted crop or from heavy food. The crop will dangle toward the ground.</p>
<p id="u8696-91"> </p>
<p id="u8696-93">Treatment</p>
<p id="u8696-95">• Let the crop rest for a period of 24 hours and only give the chicken water. Then reintroduce chicken feed with plenty of grit and water.</p>
<p id="u8696-96"> </p>
<p id="u8696-98">Egg eating</p>
<p id="u8696-100">Chickens occasionally develop the habit of eating eggs, and it can be difficult to fix. Causes are not clearly known, but it may stem from boredom, curiosity or nutritional deficiencies. Some folks have limited success reversing this behavior by offering layer feed with at least 16-percent protein along with a reliable calcium source, such as crushed oyster shell (be careful using oyster shell if anyone in your family has a shellfish allergy) or limestone. Collect eggs frequently, and never toss broken or cracked eggs into the run for the chickens to eat.</p>
<p id="u8696-101"> </p>
<p id="u8696-103">Treatment</p>
<p id="u8696-105">• Clean up broken eggs and egg-soiled bedding immediately.</p>
<p id="u8696-107">• Prevent boredom, and provide adequate space for the flock.</p>
<p id="u8696-109">• Keep nesting boxes dark, and the bedding a few inches deep.</p>
<p id="u8696-111">• Use special nesting boxes that make eggs inaccessible to hens after eggs are laid.</p>
<p id="u8696-113">• Set a trap for your egg-eating chickens: Empty an egg and fill it with mustard.</p>
<p id="u8696-115">• Try giving your flock a bit of milk.</p>
<p id="u8696-117">• Remove the egg eater from the flock.</p>
<p id="u8696-118"> </p>
<p id="u8696-120">Broodiness</p>
<p id="u8696-122">Most hens have the ability to go broody. However, some breeds are more likely than others. During broody periods, hens will typically stop laying eggs, and sit on the nest, only leaving one to two times per 24-hour period to eat, drink, and eliminate waste. The average broody cycle lasts three weeks. Some folks use broody hens as nature’s incubators, while others find the reduced egg production to be unacceptable.</p>
<p id="u8696-123"> </p>
<p id="u8696-125">Treatment</p>
<p id="u8696-127">• Let broodiness run its course, which is approximately three weeks.</p>
<p id="u8696-129">• Be sure the hen has food and water in close proximity.</p>
<p id="u8696-131">• Try harvesting eggs more frequently to curtail this behavior.</p>
<p id="u8696-132"> </p>
<p id="u8696-134">Pest Problems</p>
<p id="u8696-135"> </p>
<p id="u8696-137">Common poultry pests include lice, mites, ticks and fleas; prevention is best.</p>
<p id="u8696-138"> </p>
<p id="u8696-140">Treatment</p>
<p id="u8696-142">• Keep coop and run clean — avoid overcrowding the birds.</p>
<p id="u8696-144">• Regular coop cleaning can break a pest’s life cycle after an infestation.</p>
<p id="u8696-146">• Provide chickens with an area — or a pan or tray of fine stone dust, such as limestone for bathing mixed with diatomaceous earth — for dust bathing.</p>
<p id="u8696-148">• Remove the pests that you can see, such as ticks.</p>
<p id="u8696-150">• Treat the areas outside the coop for ticks and flies.</p>
<p id="u8696-151"> </p>
<p id="u8696-153">Adapting to the seasons</p>
<p id="u8696-154"> </p>
<p id="u8696-156">If you live in an area with seasons, then it is recommended to make a few seasonal adjustments to optimize your chickens’ health. It is important to remember that birds are not mammals like you or me, so they will not adapt to the temperatures and conditions to which they are exposed the same as we do. Be sure to select chicken breeds that are appropriate for your climate — i.e., cold-hardy versus heat-hardy. One wonderful resource at your disposal is neighbors who are already raising birds.</p>
<p id="u8696-157"> </p>
<p id="u8696-159">On warmer days:</p>
<p id="u8696-161">• Know the signs of heat stress and how to avoid it.</p>
<p id="u8696-163">• Keep fresh, cool water available.</p>
<p id="u8696-165">• Add a fan to the coop.</p>
<p id="u8696-167">• Provide shade.</p>
<p id="u8696-169">• Treat your flock to a treat of cool fruits and vegetables.</p>
<p id="u8696-170"> </p>
<p id="u8696-172">On colder days:</p>
<p id="u8696-174">• Prevent waterers from freezing.</p>
<p id="u8696-176">• Add an additional layer of bedding to the coop.</p>
<p id="u8696-178">• Weatherproof the coop; prevent drafts, though some ventilation is necessary.</p>
<p id="u8696-180">• Stack bales of hay around the coop for extra insulation.</p>
<p id="u8696-182">• Be sure to keep the bedding in the coop dry to avoid excess humidity.</p>
<p id="u8696-184">• Research and consider using the deep-litter method.</p>
<p id="u8696-186">• Rub a bit of Vaseline on combs and wattles to prevent frost bite.</p>
<p id="u8696-188">• Always keep chicken feed available.</p>
</div>
<!-- /m_editable -->
<!-- m_editable region-id="editable-static-tag-U10355-BP_infinity" template="chicks-hens-pullets.html" data-type="image" -->
<div class="clip_frame grpelem" id="u10355" data-muse-uid="U10355" data-muse-type="img_frame"><!-- image -->
<img class="block" id="u10355_img" src="images/banner-albc.png?crc=3838687655" alt="" width="244" height="94" data-muse-src="images/banner-albc.png?crc=3838687655"/>
</div>
<!-- /m_editable -->
</div>
<!-- m_editable region-id="editable-static-tag-U10346-BP_infinity" template="chicks-hens-pullets.html" data-type="image" -->
<div class="clip_frame colelem" id="u10346" data-muse-uid="U10346" data-muse-type="img_frame"><!-- image -->
<img class="block" id="u10346_img" src="images/toplogo3.jpg?crc=3932430981" alt="" width="900" height="100" data-muse-src="images/toplogo3.jpg?crc=3932430981"/>
</div>
<!-- /m_editable -->
</div>
<div class="verticalspacer" data-offset-top="5429" data-content-above-spacer="5464" data-content-below-spacer="327"></div>
<div class="clearfix grpelem" id="u1951"><!-- group -->
<div class="clearfix grpelem" id="pu9808"><!-- column -->
<div class="clip_frame colelem" id="u9808"><!-- image -->
<img class="block" id="u9808_img" src="images/divider.png?crc=140668120" alt="" width="235" height="15"/>
</div>
<div class="clearfix colelem" id="u8195-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Upcoming Events</p>
</div>
<div class="clearfix colelem" id="pu8257"><!-- group -->
<div class="clearfix grpelem" id="u8257"><!-- group -->
<div class="clearfix grpelem" id="u8245"><!-- group -->
<div class="grpelem" id="u8217"><!-- simple frame --></div>
<div class="clearfix grpelem" id="u8239-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>14</p>
</div>
<div class="clearfix grpelem" id="u8242-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Feb</p>
</div>
</div>
<div class="Footer clearfix grpelem" id="u8256-6" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <a class="nonblock" href="http://#">Click here for more info!</a></p>
</div>
</div>
<div class="clearfix grpelem" id="u8258"><!-- group -->
<div class="clearfix grpelem" id="u8259"><!-- group -->
<div class="grpelem" id="u8260"><!-- simple frame --></div>
<div class="clearfix grpelem" id="u8262-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>14</p>
</div>
<div class="clearfix grpelem" id="u8261-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Feb</p>
</div>
</div>
<div class="Footer clearfix grpelem" id="u8263-6" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <a class="nonblock" href="http://#">Click here for more info!</a></p>
</div>
</div>
<div class="clearfix grpelem" id="u8264"><!-- group -->
<div class="clearfix grpelem" id="u8265"><!-- group -->
<div class="grpelem" id="u8267"><!-- simple frame --></div>
<div class="clearfix grpelem" id="u8268-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>14</p>
</div>
<div class="clearfix grpelem" id="u8266-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Feb</p>
</div>
</div>
<div class="Footer clearfix grpelem" id="u8269-6" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <a class="nonblock" href="http://#">Click here for more info!</a></p>
</div>
</div>
<div class="clearfix grpelem" id="u8882-7" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Day Old Chicks Friday (All Year Round)</p>
<p> </p>
<p>Pumpkins (Fall)</p>
</div>
<div class="clip_frame clearfix grpelem" id="u10611"><!-- image -->
<img class="position_content" id="u10611_img" src="images/fb_img_1430237174107.png?crc=4031929255" alt="" width="162" height="190"/>
</div>
</div>
</div>
<div class="clearfix grpelem" id="pu9814"><!-- column -->
<div class="clip_frame colelem" id="u9814"><!-- image -->
<img class="block" id="u9814_img" src="images/divider.png?crc=140668120" alt="" width="235" height="15"/>
</div>
<div class="clearfix colelem" id="u8347"><!-- column -->
<div class="clearfix colelem" id="u8193-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Hours and Information</p>
</div>
<div class="clearfix colelem" id="u8224-24" data-ibe-flags="txtStyleSrc"><!-- content -->
<p id="u8224-2">Closed on Sunday and Monday.</p>
<p id="u8224-3"> </p>
<p id="u8224-6">POULTRY AND TOURS <span id="u8224-5">(By Appointment Only)</span></p>
<p id="u8224-8"><span id="u8224-7">10am-4pm, Tuesday-Saturday</span></p>
<p id="u8224-10"><span id="u8224-9">(If over 70°, 10am-12pm)</span></p>
<p id="u8224-11"> </p>
<p id="u8224-13">FARM STORE (Feed & Supplies):</p>
<p id="u8224-15">10am-5pm, Tuesday-Saturday</p>
<p id="u8224-17">(No Appointment Necessary)</p>
<p id="u8224-18"> </p>
<p id="u8224-20">Tours Available by Appointment:</p>
<p id="u8224-22"><span id="u8224-21">$8/per person - $24 minimum</span></p>
</div>
</div>
<div class="Footer clearfix colelem" id="u8236-6" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Website Designed and Maintained by <a class="nonblock" href="http://photography.prahan.com">Pratik Vaidya</a></p>
</div>
</div>
<div class="clearfix grpelem" id="pu9817"><!-- column -->
<div class="clip_frame colelem" id="u9817"><!-- image -->
<img class="block" id="u9817_img" src="images/divider.png?crc=140668120" alt="" width="235" height="15"/>
</div>
<div class="clearfix colelem" id="u8194-5" data-ibe-flags="txtStyleSrc"><!-- content -->
<p><a class="nonblock" href="contact-us.html" data-href="page:U1189"><span id="u8194">Contact Us</span></a></p>
</div>
<div class="clearfix colelem" id="pu8225-29"><!-- group -->
<div class="clearfix grpelem" id="u8225-29" data-ibe-flags="txtStyleSrc"><!-- content -->
<p id="u8225-2"><span id="u8225">Please call or text during hours!</span></p>
<p id="u8225-7"><a class="nonblock" href="contact-us.html" data-href="page:U1189"><span id="u8225-3">Phone:</span></a> <span id="u8225-6">425-765-7883</span></p>
<p id="u8225-13"><a class="nonblock" href="contact-us.html" data-href="page:U1189"><span id="u8225-8">Email:</span></a> <a class="nonblock" href="mailto:[email protected]" target="_blank"><span id="u8225-11">[email protected]</span></a></p>
<p id="u8225-14"> </p>
<p id="u8225-17"><a class="nonblock" href="contact-us.html" data-href="page:U1189"><span id="u8225-15">Address:</span></a></p>
<p id="u8225-20"><a class="nonblock" href="https://maps.google.com/maps?q=31929+SE+44th+ST+Fall+City+WA+98024&hl=en&ll=47.564814,-121.915069&spn=0.009093,0.022724&sll=47.272986,-120.882277&sspn=4.681624,11.634521&t=h&hnear=31929+SE+44th+St,+Fall+City,+Washington+98024&z=16&iwloc=A" target="_blank"><span id="u8225-18">31929 SE 44th ST</span></a></p>
<p id="u8225-23"><a class="nonblock" href="https://maps.google.com/maps?q=31929+SE+44th+ST+Fall+City+WA+98024&hl=en&ll=47.564814,-121.915069&spn=0.009093,0.022724&sll=47.272986,-120.882277&sspn=4.681624,11.634521&t=h&hnear=31929+SE+44th+St,+Fall+City,+Washington+98024&z=16&iwloc=A" target="_blank"><span id="u8225-21">Fall City WA 98024</span></a></p>
<p id="u8225-24"> </p>
<p id="u8225-27"><a class="nonblock" href="contact-us.html" data-href="page:U1189"><span id="u8225-25">© Baxter Barn 2014</span></a></p>
</div>
<a class="nonblock nontext clip_frame grpelem" id="u8231" href="http://twitter.com/BaxterBarn" target="_blank"><!-- image --><img class="block" id="u8231_img" src="images/pasted%20image%2060x60.png?crc=3941661436" alt="" width="38" height="38"/></a>
<a class="nonblock nontext clip_frame grpelem" id="u8229" href="https://www.facebook.com/BaxterBarn" target="_blank"><!-- image --><img class="block" id="u8229_img" src="images/pasted%20image%2060x602.png?crc=378313357" alt="" width="38" height="38"/></a>
<a class="nonblock nontext clip_frame grpelem" id="u8227" href="http://youtube.com/user/BaxterBarnorg" target="_blank"><!-- image --><img class="block" id="u8227_img" src="images/youtube.png?crc=129223190" alt="" width="38" height="38"/></a>
<a class="nonblock nontext clip_frame grpelem" id="u17409" href="https://www.instagram.com/baxter_barn/"><!-- image --><img class="block" id="u17409_img" src="images/instagram.png?crc=293813615" alt="" width="38" height="38"/></a>
<a class="nonblock nontext clip_frame grpelem" id="u21312" href="https://www.pinterest.com/baxter_barn/" target="_blank"><!-- image --><img class="block" id="u21312_img" src="images/pinterest.png?crc=89343163" alt="" width="38" height="38"/></a>
</div>
<div class="clearfix colelem" id="u17972-4" data-ibe-flags="txtStyleSrc"><!-- content -->
<p>Subscribe to our Mailing List:</p>
</div>
<div class="colelem" id="u17970"><!-- custom html -->
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//baxterbarn.us12.list-manage.com/subscribe/post?u=31e35c4fe2cc1b599dbd5bfa9&id=3c92e5bfe4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required/>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_31e35c4fe2cc1b599dbd5bfa9_3c92e5bfe4" tabindex="-1" value=""/></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"/></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
<!-- Other scripts -->
<script type="text/javascript">
// Decide weather to suppress missing file error or not based on preference setting
var suppressMissingFileError = false
</script>
<script type="text/javascript">
window.Muse.assets.check=function(d){if(!window.Muse.assets.checked){window.Muse.assets.checked=!0;var b={},c=function(a,b){if(window.getComputedStyle){var c=window.getComputedStyle(a,null);return c&&c.getPropertyValue(b)||c&&c[b]||""}if(document.documentElement.currentStyle)return(c=a.currentStyle)&&c[b]||a.style&&a.style[b]||"";return""},a=function(a){if(a.match(/^rgb/))return a=a.replace(/\s+/g,"").match(/([\d\,]+)/gi)[0].split(","),(parseInt(a[0])<<16)+(parseInt(a[1])<<8)+parseInt(a[2]);if(a.match(/^\#/))return parseInt(a.substr(1),
16);return 0},g=function(g){for(var f=document.getElementsByTagName("link"),h=0;h<f.length;h++)if("text/css"==f[h].type){var i=(f[h].href||"").match(/\/?css\/([\w\-]+\.css)\?crc=(\d+)/);if(!i||!i[1]||!i[2])break;b[i[1]]=i[2]}f=document.createElement("div");f.className="version";f.style.cssText="display:none; width:1px; height:1px;";document.getElementsByTagName("body")[0].appendChild(f);for(h=0;h<Muse.assets.required.length;){var i=Muse.assets.required[h],l=i.match(/([\w\-\.]+)\.(\w+)$/),k=l&&l[1]?
l[1]:null,l=l&&l[2]?l[2]:null;switch(l.toLowerCase()){case "css":k=k.replace(/\W/gi,"_").replace(/^([^a-z])/gi,"_$1");f.className+=" "+k;k=a(c(f,"color"));l=a(c(f,"backgroundColor"));k!=0||l!=0?(Muse.assets.required.splice(h,1),"undefined"!=typeof b[i]&&(k!=b[i]>>>24||l!=(b[i]&16777215))&&Muse.assets.outOfDate.push(i)):h++;f.className="version";break;case "js":h++;break;default:throw Error("Unsupported file type: "+l);}}d?d().jquery!="1.8.3"&&Muse.assets.outOfDate.push("jquery-1.8.3.min.js"):Muse.assets.required.push("jquery-1.8.3.min.js");
f.parentNode.removeChild(f);if(Muse.assets.outOfDate.length||Muse.assets.required.length)f="Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.",g&&Muse.assets.outOfDate.length&&(f+="\nOut of date: "+Muse.assets.outOfDate.join(",")),g&&Muse.assets.required.length&&(f+="\nMissing: "+Muse.assets.required.join(",")),suppressMissingFileError?(f+="\nUse SuppressMissingFileError key in AppPrefs.xml to show missing file error pop up.",console.log(f)):alert(f)};location&&location.search&&location.search.match&&location.search.match(/muse_debug/gi)?
setTimeout(function(){g(!0)},5E3):g()}};
var muse_init=function(){require.config({baseUrl:""});require(["jquery","museutils","whatinput","jquery.musemenu","jquery.watch"],function(d){var $ = d;$(document).ready(function(){try{
window.Muse.assets.check($);/* body */
Muse.Utils.transformMarkupToFixBrowserProblemsPreInit();/* body */
Muse.Utils.prepHyperlinks(false);/* body */
Muse.Utils.makeButtonsVisibleAfterSettingMinWidth();/* body */
Muse.Utils.initWidget('.MenuBar', ['#bp_infinity'], function(elem) { return $(elem).museMenu(); });/* unifiedNavBar */
Muse.Utils.fullPage('#page');/* 100% height page */
Muse.Utils.showWidgetsWhenReady();/* body */
Muse.Utils.transformMarkupToFixBrowserProblems();/* body */
}catch(b){if(b&&"function"==typeof b.notify?b.notify():Muse.Assert.fail("Error calling selector function: "+b),false)throw b;}})})};
</script>
<!-- RequireJS script -->
<script src="scripts/require.js?crc=4157109226" type="text/javascript" async data-main="scripts/museconfig.js?crc=4153641093" onload="if (requirejs) requirejs.onError = function(requireType, requireModule) { if (requireType && requireType.toString && requireType.toString().indexOf && 0 <= requireType.toString().indexOf('#scripterror')) window.Muse.assets.check(); }" onerror="window.Muse.assets.check();"></script>
</body>
</html>