lita-onewheel-beer-base 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +19 -0
- data/.travis.yml +16 -0
- data/Gemfile +3 -0
- data/README.md +28 -0
- data/Rakefile +6 -0
- data/lib/lita-onewheel-beer-base.rb +12 -0
- data/lib/lita/handlers/onewheel_beer_base.rb +204 -0
- data/lita-onewheel-beer-base.gemspec +28 -0
- data/spec/fixtures/baileys.html +627 -0
- data/spec/fixtures/baileys_no_brewery_link.html +606 -0
- data/spec/lita/handlers/onewheel_baileys_spec.rb +188 -0
- data/spec/spec_helper.rb +14 -0
- metadata +187 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: c54ebdcebace3cd25a3ce0191979f7b8aed468db
|
4
|
+
data.tar.gz: 72fba2ea9980e8f99f09c0c7cd6022286bdcd93e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 371a6054871e5d85af6429677b6a44a36494cd7336d1865643f3638dcbbbda2138558c8425b0779afe85f0b20de003e99915214e098f889797587fc1ee7e97dd
|
7
|
+
data.tar.gz: c693eec4cd34ab15b7c1cc00dac1e667029d568a0a0e1dfac8e144b8a82d018a09c233a09c17b5d597165fa80708f56b2f5a19317cbc8f09339b1143ab6d03b2
|
data/.gitignore
ADDED
data/.travis.yml
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
language: ruby
|
2
|
+
|
3
|
+
rvm:
|
4
|
+
- 2.2.4
|
5
|
+
- 2.3.0
|
6
|
+
|
7
|
+
script: bundle exec rspec -fp spec
|
8
|
+
|
9
|
+
# Travis CI has an outdated version of bundler on older versions of ruby.
|
10
|
+
# See bundler/bundler#3558 for more information
|
11
|
+
#before_install:
|
12
|
+
# - gem update --system
|
13
|
+
# - gem update bundler
|
14
|
+
|
15
|
+
services:
|
16
|
+
- redis-server
|
data/Gemfile
ADDED
data/README.md
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
# lita-onewheel-beer-base
|
2
|
+
|
3
|
+
[![Build Status](https://travis-ci.org/onewheelskyward/lita-onewheel-beer-base.png?branch=master)](https://travis-ci.org/onewheelskyward/lita-onewheel-beer-base)
|
4
|
+
[![Coverage Status](https://coveralls.io/repos/onewheelskyward/lita-onewheel-beer-base/badge.png)](https://coveralls.io/r/onewheelskyward/lita-onewheel-beer-base)
|
5
|
+
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
Add lita-onewheel-beer-base to your Lita instance's Gemfile:
|
10
|
+
|
11
|
+
``` ruby
|
12
|
+
gem 'lita-onewheel-beer-base'
|
13
|
+
```
|
14
|
+
|
15
|
+
## Usage
|
16
|
+
|
17
|
+
taps
|
18
|
+
|
19
|
+
taps 4
|
20
|
+
|
21
|
+
taps nitro
|
22
|
+
|
23
|
+
taps >(=)5%
|
24
|
+
|
25
|
+
taps <(=)$5
|
26
|
+
|
27
|
+
taps roulette|random
|
28
|
+
|
data/Rakefile
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
require 'lita'
|
2
|
+
|
3
|
+
Lita.load_locales Dir[File.expand_path(
|
4
|
+
File.join('..', '..', 'locales', '*.yml'), __FILE__
|
5
|
+
)]
|
6
|
+
|
7
|
+
require 'lita/handlers/onewheel_beer_base'
|
8
|
+
|
9
|
+
Lita::Handlers::OnewheelBeerBase.template_root File.expand_path(
|
10
|
+
File.join('..', '..', 'templates'),
|
11
|
+
__FILE__
|
12
|
+
)
|
@@ -0,0 +1,204 @@
|
|
1
|
+
require 'rest-client'
|
2
|
+
require 'nokogiri'
|
3
|
+
require 'sanitize'
|
4
|
+
|
5
|
+
module Lita
|
6
|
+
module Handlers
|
7
|
+
class OnewheelBeerBase < Handler
|
8
|
+
route /^taps$/i,
|
9
|
+
:taps_list,
|
10
|
+
command: true,
|
11
|
+
help: {'taps' => 'Display the current taps.'}
|
12
|
+
|
13
|
+
route /^taps ([\w ]+)$/i,
|
14
|
+
:taps_deets,
|
15
|
+
command: true,
|
16
|
+
help: {'taps 4' => 'Display the tap 4 deets, including prices.'}
|
17
|
+
|
18
|
+
route /^taps ([<>=\w.\s]+)%$/i,
|
19
|
+
:taps_by_abv,
|
20
|
+
command: true,
|
21
|
+
help: {'taps >4%' => 'Display beers over 4% ABV.'}
|
22
|
+
|
23
|
+
route /^taps ([<>=\$\w.\s]+)$/i,
|
24
|
+
:taps_by_price,
|
25
|
+
command: true,
|
26
|
+
help: {'taps <$5' => 'Display beers under $5.'}
|
27
|
+
|
28
|
+
route /^taps (roulette|random)$/i,
|
29
|
+
:taps_by_random,
|
30
|
+
command: true,
|
31
|
+
help: {'taps roulette' => 'Can\'t decide? Let me do it for you!'}
|
32
|
+
|
33
|
+
route /^tapslow$/i,
|
34
|
+
:taps_by_remaining,
|
35
|
+
command: true,
|
36
|
+
help: {'tapslow' => 'Show me the kegs at <10% remaining, or the lowest one available.'}
|
37
|
+
|
38
|
+
route /^tapsabvlow$/i,
|
39
|
+
:taps_low_abv,
|
40
|
+
command: true,
|
41
|
+
help: {'tapslow' => 'Show me the lowest abv keg.'}
|
42
|
+
|
43
|
+
route /^tapsabvhigh$/i,
|
44
|
+
:taps_high_abv,
|
45
|
+
command: true,
|
46
|
+
help: {'tapslow' => 'Show me the highest abv keg.'}
|
47
|
+
|
48
|
+
def taps_list(response)
|
49
|
+
beers = get_source
|
50
|
+
reply = "Bailey's taps: "
|
51
|
+
beers.each do |tap, datum|
|
52
|
+
reply += "#{tap}) "
|
53
|
+
reply += get_tap_type_text(datum[:type])
|
54
|
+
reply += datum[:brewery] + ' '
|
55
|
+
reply += datum[:name] + ' '
|
56
|
+
end
|
57
|
+
reply = reply.strip.sub /,\s*$/, ''
|
58
|
+
|
59
|
+
Lita.logger.info "Replying with #{reply}"
|
60
|
+
response.reply reply
|
61
|
+
end
|
62
|
+
|
63
|
+
def taps_deets(response)
|
64
|
+
Lita.logger.debug "taps_deets started"
|
65
|
+
beers = get_source
|
66
|
+
beers.each do |tap, datum|
|
67
|
+
query = response.matches[0][0].strip
|
68
|
+
# Search directly by tap number OR full text match.
|
69
|
+
# Let's make cask and nitro taps specific.
|
70
|
+
if (query.match(/^\d+$/) and tap == query) or (datum[:search].match(/#{query}/i)) or (datum[:type].downcase.match(/#{query}/i)) # Cask and Nitro
|
71
|
+
send_response(tap, datum, response)
|
72
|
+
end
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
def taps_by_abv(response)
|
77
|
+
beers = get_source
|
78
|
+
beers.each do |tap, datum|
|
79
|
+
if datum[:abv].to_f == 0.0
|
80
|
+
next
|
81
|
+
end
|
82
|
+
query = response.matches[0][0].strip
|
83
|
+
# Search directly by abv matcher.
|
84
|
+
if (abv_matches = query.match(/([><=]+)\s*(\d+\.*\d*)/))
|
85
|
+
direction = abv_matches.to_s.match(/[<>=]+/).to_s
|
86
|
+
abv_requested = abv_matches.to_s.match(/\d+.*\d*/).to_s
|
87
|
+
if direction == '>' and datum[:abv].to_f > abv_requested.to_f
|
88
|
+
send_response(tap, datum, response)
|
89
|
+
end
|
90
|
+
if direction == '<' and datum[:abv].to_f < abv_requested.to_f
|
91
|
+
send_response(tap, datum, response)
|
92
|
+
end
|
93
|
+
if direction == '>=' and datum[:abv].to_f >= abv_requested.to_f
|
94
|
+
send_response(tap, datum, response)
|
95
|
+
end
|
96
|
+
if direction == '<=' and datum[:abv].to_f <= abv_requested.to_f
|
97
|
+
send_response(tap, datum, response)
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
def taps_by_price(response)
|
104
|
+
beers = get_source
|
105
|
+
beers.each do |tap, datum|
|
106
|
+
# if datum[:prices][1][:cost].to_f == 0.0
|
107
|
+
# next
|
108
|
+
# end
|
109
|
+
|
110
|
+
query = response.matches[0][0].strip
|
111
|
+
# Search directly by tap number OR full text match.
|
112
|
+
if (price_matches = query.match(/([><=]+)\s*\$(\d+\.*\d*)/))
|
113
|
+
direction = price_matches.to_s.match(/[<>=]+/).to_s
|
114
|
+
price_requested = price_matches.to_s.match(/\d+.*\d*/).to_s
|
115
|
+
if direction == '>' and datum[:prices][1][:cost].to_f > price_requested.to_f
|
116
|
+
send_response(tap, datum, response)
|
117
|
+
end
|
118
|
+
if direction == '<' and datum[:prices][1][:cost].to_f < price_requested.to_f
|
119
|
+
send_response(tap, datum, response)
|
120
|
+
end
|
121
|
+
if direction == '>=' and datum[:prices][1][:cost].to_f >= price_requested.to_f
|
122
|
+
send_response(tap, datum, response)
|
123
|
+
end
|
124
|
+
if direction == '<=' and datum[:prices][1][:cost].to_f <= price_requested.to_f
|
125
|
+
send_response(tap, datum, response)
|
126
|
+
end
|
127
|
+
end
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
def taps_by_random(response)
|
132
|
+
beers = get_source
|
133
|
+
beer = beers.to_a.sample
|
134
|
+
send_response(beer[0], beer[1], response)
|
135
|
+
end
|
136
|
+
|
137
|
+
def taps_by_remaining(response)
|
138
|
+
beers = get_source
|
139
|
+
response_sent = false
|
140
|
+
low_tap = nil
|
141
|
+
beers.each do |tap, datum|
|
142
|
+
unless low_tap
|
143
|
+
low_tap = tap
|
144
|
+
end
|
145
|
+
if low_tap and beers[low_tap][:remaining] > datum[:remaining]
|
146
|
+
low_tap = tap
|
147
|
+
end
|
148
|
+
if datum[:remaining].to_i <= 10
|
149
|
+
send_response(tap, datum, response)
|
150
|
+
response_sent = true
|
151
|
+
end
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
def taps_low_abv(response)
|
156
|
+
beers = get_source
|
157
|
+
low_tap = nil
|
158
|
+
beers.each do |tap, datum|
|
159
|
+
unless low_tap
|
160
|
+
low_tap = tap
|
161
|
+
end
|
162
|
+
if datum[:abv] != 0 and beers[low_tap][:abv] > datum[:abv]
|
163
|
+
low_tap = tap
|
164
|
+
end
|
165
|
+
end
|
166
|
+
send_response(low_tap, beers[low_tap], response)
|
167
|
+
end
|
168
|
+
|
169
|
+
def taps_high_abv(response)
|
170
|
+
beers = get_source
|
171
|
+
high_tap = nil
|
172
|
+
beers.each do |tap, datum|
|
173
|
+
unless high_tap
|
174
|
+
high_tap = tap
|
175
|
+
end
|
176
|
+
if datum[:abv] != 0 and beers[high_tap][:abv] < datum[:abv]
|
177
|
+
high_tap = tap
|
178
|
+
end
|
179
|
+
end
|
180
|
+
send_response(high_tap, beers[high_tap], response)
|
181
|
+
end
|
182
|
+
|
183
|
+
def send_response(tap, datum, response)
|
184
|
+
reply = "tap #{tap}) #{get_tap_type_text(datum[:type])}"
|
185
|
+
reply += "#{datum[:brewery]} "
|
186
|
+
reply += "#{datum[:name]} "
|
187
|
+
reply += "- #{datum[:desc]}, "
|
188
|
+
# reply += "Served in a #{datum[1]['glass']} glass. "
|
189
|
+
reply += "#{get_display_prices datum[:prices]}, "
|
190
|
+
reply += "#{datum[:remaining]}"
|
191
|
+
|
192
|
+
Lita.logger.info "send_response: Replying with #{reply}"
|
193
|
+
|
194
|
+
response.reply reply
|
195
|
+
end
|
196
|
+
|
197
|
+
def get_tap_type_text(type)
|
198
|
+
(type.empty?) ? '' : "(#{type}) "
|
199
|
+
end
|
200
|
+
|
201
|
+
Lita.register_handler(self)
|
202
|
+
end
|
203
|
+
end
|
204
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
Gem::Specification.new do |spec|
|
2
|
+
spec.name = 'lita-onewheel-beer-base'
|
3
|
+
spec.version = '0.0.1'
|
4
|
+
spec.authors = ['Andrew Kreps']
|
5
|
+
spec.email = ['andrew.kreps@gmail.com']
|
6
|
+
spec.description = %q{Lita base class for beer searches.}
|
7
|
+
spec.summary = %q{See above.}
|
8
|
+
spec.homepage = 'https://github.com/onewheelskyward/lita-onewheel-beer-base'
|
9
|
+
spec.license = 'MIT'
|
10
|
+
spec.metadata = { 'lita_plugin_type' => 'handler' }
|
11
|
+
|
12
|
+
spec.files = `git ls-files`.split($/)
|
13
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
14
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
15
|
+
spec.require_paths = ['lib']
|
16
|
+
|
17
|
+
spec.add_runtime_dependency 'lita', '~> 4.7'
|
18
|
+
spec.add_runtime_dependency 'sanitize', '~> 4.0'
|
19
|
+
spec.add_runtime_dependency 'rest-client', '~> 1.8'
|
20
|
+
|
21
|
+
spec.add_development_dependency 'bundler', '~> 1.3'
|
22
|
+
# spec.add_development_dependency 'pry-byebug', '~> 3.1'
|
23
|
+
spec.add_development_dependency 'rake', '~> 10.4'
|
24
|
+
spec.add_development_dependency 'rack-test', '~> 0.6'
|
25
|
+
spec.add_development_dependency 'rspec', '~> 3.0'
|
26
|
+
spec.add_development_dependency 'simplecov', '~> 0.10'
|
27
|
+
spec.add_development_dependency 'coveralls', '~> 0.8'
|
28
|
+
end
|
@@ -0,0 +1,627 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<!--[if IE 8]>
|
3
|
+
<html class="ie8" lang="en-US">
|
4
|
+
<![endif]-->
|
5
|
+
<!--[if !(IE 8) ]><!-->
|
6
|
+
<html lang="en-US">
|
7
|
+
<!--<![endif]-->
|
8
|
+
<head>
|
9
|
+
<meta charset="UTF-8">
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
11
|
+
<title>Draft List | Bailey's Taproom - A Beer Bar in Portland, Oregon</title>
|
12
|
+
<link rel="profile" href="http://gmpg.org/xfn/11">
|
13
|
+
<link rel="pingback" href="http://www.baileystaproom.com/xmlrpc.php">
|
14
|
+
<link href="/digitalpour/digitalPour.css" rel="stylesheet" media="all" type="text/css" />
|
15
|
+
<style type="text/css">
|
16
|
+
#follow.left {width:40px; position:fixed; left:0; top:100px;background-color:#a9a9a9;padding:10px 0;font-family:impact,charcoal,arial, helvetica,sans-serif;
|
17
|
+
-moz-border-radius-topright: 5px;
|
18
|
+
-webkit-border-top-right-radius:5px;
|
19
|
+
-moz-border-radius-bottomright:5px;
|
20
|
+
-webkit-border-bottom-right-radius:5px;
|
21
|
+
border:2px solid #fff;border-width:2px 2px 2px 0;
|
22
|
+
}
|
23
|
+
#follow.left ul {padding:0; margin:0; list-style-type:none !important;font-size:24px;color:black;}
|
24
|
+
#follow.left ul li {padding-bottom:10px;list-style-type:none !important;
|
25
|
+
}
|
26
|
+
#follow.left ul li.follow {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/follow-word-000-left.png) no-repeat; height:79px;margin:0 0 10px 4px;}
|
27
|
+
#follow.left ul li a {display:block;}
|
28
|
+
#follow.left ul li.text_replace a.facebook {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/facebook-word-left.png) no-repeat top right; height:91px;width:20px}
|
29
|
+
#follow.left ul li.text_replace a.facebook:hover {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/facebook-word-left.png) no-repeat top left; }
|
30
|
+
#follow.left ul li.text_replace a.twitter {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/twitter-word-left.png) no-repeat top right; height:65px;width:20px}
|
31
|
+
#follow.left ul li.text_replace a.twitter:hover {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/twitter-word-left.png) no-repeat top left;}
|
32
|
+
#follow.left ul li.text_replace a.rss {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/rss-word-left.png) no-repeat top right; height:31px; width:20px}
|
33
|
+
#follow.left ul li.text_replace a.rss:hover {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/rss-word-left.png) no-repeat top left;}
|
34
|
+
#follow.left ul li.text_replace a.stumble {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/stumble-word-left.png) no-repeat top right; height:134px; width:21px}
|
35
|
+
#follow.left ul li.text_replace a.stumble:hover {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/stumble-word-left.png) no-repeat top left;}
|
36
|
+
#follow.left ul li.text_replace a.youtube {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/youtube-word-left.png) no-repeat top right; height:81px; width:20px}
|
37
|
+
#follow.left ul li.text_replace a.youtube:hover {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/youtube-word-left.png) no-repeat top left;}
|
38
|
+
#follow.left ul li.text_replace a.myspace {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/myspace-word-left.png) no-repeat top right; height:90px; width:19px}
|
39
|
+
#follow.left ul li.text_replace a.myspace:hover {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/myspace-word-left.png) no-repeat top left;}
|
40
|
+
#follow.left ul li.text_replace a.orkut {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/orkut-word-left.png) no-repeat top right; height:58px;width:20px}
|
41
|
+
#follow.left ul li.text_replace a.orkut:hover {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/orkut-word-left.png) no-repeat top left;}
|
42
|
+
#follow.left ul li.text_replace a.hyves {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/hyves-word-left.png) no-repeat top right; height:58px;width:20px}
|
43
|
+
#follow.left ul li.text_replace a.hyves:hover {background:transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/images/hyves-word-left.png) no-repeat top left;}
|
44
|
+
#follow.left ul li.follow span, #follow ul li a span {display:none}
|
45
|
+
|
46
|
+
|
47
|
+
.size16 .digg {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/digg.png) no-repeat;}
|
48
|
+
.size16 .twitter {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/twitter.png) no-repeat; }
|
49
|
+
.size16 .stumble {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/stumbleupon.png) no-repeat; }
|
50
|
+
.size16 .reddit {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/reddit.png) no-repeat;}
|
51
|
+
.size16 .delicious {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/delicious.png) no-repeat;}
|
52
|
+
.size16 .hyves {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/hyves.png) no-repeat;}
|
53
|
+
.size16 .facebook {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/facebook.png) no-repeat;}
|
54
|
+
.size16 .orkut {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/orkut.png) no-repeat;}
|
55
|
+
.size16 .myspace {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/myspace.png) no-repeat;}
|
56
|
+
.size16 .rss {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/rss.png) no-repeat;}
|
57
|
+
.size16 .youtube {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/16/youtube.png) no-repeat;}
|
58
|
+
|
59
|
+
.size24 .digg {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/digg.png) no-repeat;}
|
60
|
+
.size24 .twitter {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/twitter.png) no-repeat; }
|
61
|
+
.size24 .stumble {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/stumbleupon.png) no-repeat; }
|
62
|
+
.size24 .reddit {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/reddit.png) no-repeat;}
|
63
|
+
.size24 .delicious {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/delicious.png) no-repeat;}
|
64
|
+
.size24 .hyves {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/hyves.png) no-repeat;}
|
65
|
+
.size24 .facebook {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/facebook.png) no-repeat;}
|
66
|
+
.size24 .orkut {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/orkut.png) no-repeat;}
|
67
|
+
.size24 .myspace {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/myspace.png) no-repeat;}
|
68
|
+
.size24 .rss {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/rss.png) no-repeat;}
|
69
|
+
.size24 .youtube {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/24/youtube.png) no-repeat;}
|
70
|
+
|
71
|
+
.size32 .digg {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/digg.png) no-repeat;}
|
72
|
+
.size32 .twitter {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/twitter.png) no-repeat; }
|
73
|
+
.size32 .stumble {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/stumbleupon.png) no-repeat; }
|
74
|
+
.size32 .reddit {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/reddit.png) no-repeat;}
|
75
|
+
.size32 .delicious {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/delicious.png) no-repeat;}
|
76
|
+
.size32 .hyves {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/hyves.png) no-repeat;}
|
77
|
+
.size32 .facebook {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/facebook.png) no-repeat;}
|
78
|
+
.size32 .orkut {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/orkut.png) no-repeat;}
|
79
|
+
.size32 .myspace {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/myspace.png) no-repeat;}
|
80
|
+
.size32 .rss {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/rss.png) no-repeat;}
|
81
|
+
.size32 .youtube {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/32/youtube.png) no-repeat;}
|
82
|
+
|
83
|
+
.size48 .digg {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/digg.png) no-repeat;}
|
84
|
+
.size48 .twitter {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/twitter.png) no-repeat; }
|
85
|
+
.size48 .stumble {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/stumbleupon.png) no-repeat; }
|
86
|
+
.size48 .reddit {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/reddit.png) no-repeat;}
|
87
|
+
.size48 .delicious {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/delicious.png) no-repeat;}
|
88
|
+
.size48 .hyves {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/hyves.png) no-repeat;}
|
89
|
+
.size48 .facebook {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/facebook.png) no-repeat;}
|
90
|
+
.size48 .orkut {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/orkut.png) no-repeat;}
|
91
|
+
.size48 .myspace {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/myspace.png) no-repeat;}
|
92
|
+
.size48 .rss {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/rss.png) no-repeat;}
|
93
|
+
.size48 .youtube {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/48/youtube.png) no-repeat;}
|
94
|
+
|
95
|
+
.size60 .digg {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/digg.png) no-repeat;}
|
96
|
+
.size60 .twitter {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/twitter.png) no-repeat; }
|
97
|
+
.size60 .stumble {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/stumbleupon.png) no-repeat; }
|
98
|
+
.size60 .reddit {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/reddit.png) no-repeat;}
|
99
|
+
.size60 .delicious {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/delicious.png) no-repeat;}
|
100
|
+
.size60 .hyves {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/hyves.png) no-repeat;}
|
101
|
+
.size60 .facebook {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/facebook.png) no-repeat;}
|
102
|
+
.size60 .orkut {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/orkut.png) no-repeat;}
|
103
|
+
.size60 .myspace {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/myspace.png) no-repeat;}
|
104
|
+
.size60 .rss {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/rss.png) no-repeat;}
|
105
|
+
.size60 .youtube {background: transparent url(http://www.baileystaproom.com/wp-content/plugins/share-and-follow/default/60/youtube.png) no-repeat;}
|
106
|
+
.share {margin:0 3px 3px 0;}
|
107
|
+
.phat span {display:inline;}
|
108
|
+
.size32 li.icon_text a {line-height:34px;padding-left:40px;}
|
109
|
+
.size16 li.icon_text a {padding-left:20px;line-height:20px;}
|
110
|
+
.size24 li.icon_text a {line-height:30px;padding-left:30px;}
|
111
|
+
.size48 li.icon_text a {line-height:56px;padding-left:56px;}
|
112
|
+
.size60 li.icon_text a {line-height:70px;padding-left:70px;}
|
113
|
+
|
114
|
+
ul.row {}
|
115
|
+
|
116
|
+
ul.row li {list-style-type:none;}
|
117
|
+
li.icon_text a {background-position:left center;}
|
118
|
+
li.text_only a {background-image:none !important;padding-left:0; }
|
119
|
+
li.iconOnly a span.head {display:none; zoom:1; *display: inline; _height: 30px; }
|
120
|
+
li.iconOnly a {float:left;margin:0 3px 3px 0; padding-right:10px; !important;}
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
.size16 li.iconOnly a {height:16px;width:16px;}
|
126
|
+
.size24 li.iconOnly a {height:24px;width:24px;}
|
127
|
+
.size32 li.iconOnly a {height:32px;width:32px;}
|
128
|
+
.size48 li.iconOnly a {height:48px ;width:48px;}
|
129
|
+
.size60 li.iconOnly a {height:60px ;width:60px;}
|
130
|
+
ul.socialwrap {list-style-type:none;margin:0; padding:0}
|
131
|
+
ul.socialwrap li {list-style-type:none;}
|
132
|
+
|
133
|
+
div.clean {clear:left;}
|
134
|
+
|
135
|
+
</style>
|
136
|
+
|
137
|
+
<!-- All in One SEO Pack 2.2.7.1 by Michael Torbert of Semper Fi Web Design[246,320] -->
|
138
|
+
<link rel="canonical" href="http://www.baileystaproom.com/draft-list/" />
|
139
|
+
<!-- /all in one seo pack -->
|
140
|
+
<link rel="alternate" type="application/rss+xml" title="Bailey's Taproom - A Beer Bar in Portland, Oregon » Feed" href="http://www.baileystaproom.com/feed/" />
|
141
|
+
<link rel="alternate" type="application/rss+xml" title="Bailey's Taproom - A Beer Bar in Portland, Oregon » Comments Feed" href="http://www.baileystaproom.com/comments/feed/" />
|
142
|
+
<script type="text/javascript">
|
143
|
+
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"http:\/\/www.baileystaproom.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=9c9c25011f3875fd55f3664e6ff64e73"}};
|
144
|
+
!function(a,b,c){function d(a){var c,d=b.createElement("canvas"),e=d.getContext&&d.getContext("2d"),f=String.fromCharCode;return e&&e.fillText?(e.textBaseline="top",e.font="600 32px Arial","flag"===a?(e.fillText(f(55356,56806,55356,56826),0,0),d.toDataURL().length>3e3):"diversity"===a?(e.fillText(f(55356,57221),0,0),c=e.getImageData(16,16,1,1).data.toString(),e.fillText(f(55356,57221,55356,57343),0,0),c!==e.getImageData(16,16,1,1).data.toString()):("simple"===a?e.fillText(f(55357,56835),0,0):e.fillText(f(55356,57135),0,0),0!==e.getImageData(16,16,1,1).data[0])):!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g;c.supports={simple:d("simple"),flag:d("flag"),unicode8:d("unicode8"),diversity:d("diversity")},c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.simple&&c.supports.flag&&c.supports.unicode8&&c.supports.diversity||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
|
145
|
+
</script>
|
146
|
+
<style type="text/css">
|
147
|
+
img.wp-smiley,
|
148
|
+
img.emoji {
|
149
|
+
display: inline !important;
|
150
|
+
border: none !important;
|
151
|
+
box-shadow: none !important;
|
152
|
+
height: 1em !important;
|
153
|
+
width: 1em !important;
|
154
|
+
margin: 0 .07em !important;
|
155
|
+
vertical-align: -0.1em !important;
|
156
|
+
background: none !important;
|
157
|
+
padding: 0 !important;
|
158
|
+
}
|
159
|
+
</style>
|
160
|
+
<link rel='stylesheet' id='kpicasa-css' href='http://www.baileystaproom.com/wp-content/plugins/kpicasa-gallery/kpicasa_gallery.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='screen' />
|
161
|
+
<link rel='stylesheet' id='shadowbox-css' href='http://www.baileystaproom.com/wp-content/plugins/kpicasa-gallery/shadowbox/shadowbox.css?ver=9c9c25011f3875fd55f3664e6ff64e73rc1' type='text/css' media='screen' />
|
162
|
+
<link rel='stylesheet' id='category-posts-css' href='http://www.baileystaproom.com/wp-content/plugins/category-posts/cat-posts.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
163
|
+
<link rel='stylesheet' id='menu-image-css' href='http://www.baileystaproom.com/wp-content/plugins/menu-image/menu-image.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
164
|
+
<link rel='stylesheet' id='simplyInstagram-css' href='http://www.baileystaproom.com/wp-content/plugins/simply-instagram/css/simply-instagram.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
165
|
+
<link rel='stylesheet' id='prettyPhoto-css' href='http://www.baileystaproom.com/wp-content/plugins/simply-instagram/css/simply-instagram-prettyPhoto.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
166
|
+
<link rel='stylesheet' id='videojs-plugin-css' href='http://www.baileystaproom.com/wp-content/plugins/videojs-html5-video-player-for-wordpress/plugin-styles.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
167
|
+
<link rel='stylesheet' id='videojs-css' href='//vjs.zencdn.net/4.5/video-js.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
168
|
+
<link rel='stylesheet' id='graphy-fonts-css' href='//fonts.googleapis.com/css?family=Lora%3A400%2C400italic%2C700%2C700italic%7CBitter%3A400&subset=latin%2Clatin-ext' type='text/css' media='all' />
|
169
|
+
<link rel='stylesheet' id='graphy-genericons-css' href='http://www.baileystaproom.com/wp-content/themes/graphy/genericons/genericons.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
170
|
+
<link rel='stylesheet' id='graphy-style-css' href='http://www.baileystaproom.com/wp-content/themes/graphy/style.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
171
|
+
<link rel='stylesheet' id='cart66-css-css' href='http://www.baileystaproom.com/wp-content/plugins/cart66/cart66.css?ver=9c9c25011f3875fd55f3664e6ff64e73' type='text/css' media='all' />
|
172
|
+
<script type='text/javascript' src='http://www.baileystaproom.com/wp-includes/js/jquery/jquery.js?ver=9c9c25011f3875fd55f3664e6ff64e73'></script>
|
173
|
+
<script type='text/javascript' src='http://www.baileystaproom.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=9c9c25011f3875fd55f3664e6ff64e73'></script>
|
174
|
+
<script type='text/javascript' src='http://www.baileystaproom.com/wp-includes/js/swfobject.js?ver=9c9c25011f3875fd55f3664e6ff64e73-20120417'></script>
|
175
|
+
<script type='text/javascript' src='http://www.baileystaproom.com/wp-content/plugins/kpicasa-gallery/shadowbox/shadowbox.js?ver=9c9c25011f3875fd55f3664e6ff64e73rc1'></script>
|
176
|
+
<script type='text/javascript' src='http://www.baileystaproom.com/wp-content/plugins/simply-instagram/js/simply-instagram-jquery.prettyPhoto.js?ver=9c9c25011f3875fd55f3664e6ff64e73'></script>
|
177
|
+
<link rel='https://api.w.org/' href='http://www.baileystaproom.com/wp-json/' />
|
178
|
+
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.baileystaproom.com/xmlrpc.php?rsd" />
|
179
|
+
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.baileystaproom.com/wp-includes/wlwmanifest.xml" />
|
180
|
+
|
181
|
+
<link rel='shortlink' href='http://wp.me/POYGM-8' />
|
182
|
+
<link rel="alternate" type="application/json+oembed" href="http://www.baileystaproom.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.baileystaproom.com%2Fdraft-list%2F" />
|
183
|
+
<link rel="alternate" type="text/xml+oembed" href="http://www.baileystaproom.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwww.baileystaproom.com%2Fdraft-list%2F&format=xml" />
|
184
|
+
<script type='text/javascript'>
|
185
|
+
Shadowbox.init();
|
186
|
+
</script>
|
187
|
+
<meta http-equiv="X-UA-Compatible" content="IE=8" />
|
188
|
+
<!-- BEGIN SimplyInstagram IE -->
|
189
|
+
<!-- [if IE 9]>
|
190
|
+
<style type="text/css">
|
191
|
+
|
192
|
+
.comment-profile{
|
193
|
+
margin: 2px;
|
194
|
+
width: 45px;
|
195
|
+
float: left;
|
196
|
+
}
|
197
|
+
.comment-profile img{
|
198
|
+
vertical-align: top;
|
199
|
+
}
|
200
|
+
.comment-holder{
|
201
|
+
top: 0px;
|
202
|
+
width: 200px;
|
203
|
+
float: left !important;
|
204
|
+
}
|
205
|
+
|
206
|
+
.comments-holder{
|
207
|
+
width: 210px;
|
208
|
+
float: left;
|
209
|
+
}
|
210
|
+
</style>
|
211
|
+
<![endif]-->
|
212
|
+
<!-- END SimplyInstagram IE -->
|
213
|
+
|
214
|
+
|
215
|
+
<script type="text/javascript"> document.createElement("video");document.createElement("audio");document.createElement("track"); </script>
|
216
|
+
<style type="text/css">
|
217
|
+
.site-logo { margin-top: px; padding-bottom: 10px; }
|
218
|
+
.entry-content a, .entry-summary a, .comment-content a, .comment-respond a, .navigation a, .comment-navigation a, .current-menu-item > a { color: #000000; }
|
219
|
+
a:hover { color: #000000; }
|
220
|
+
</style>
|
221
|
+
<meta name="generator" content="Cart66 Professional 1.5.6" />
|
222
|
+
<script type="text/javascript">
|
223
|
+
(function(url){
|
224
|
+
if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }
|
225
|
+
var addEvent = function(evt, handler) {
|
226
|
+
if (window.addEventListener) {
|
227
|
+
document.addEventListener(evt, handler, false);
|
228
|
+
} else if (window.attachEvent) {
|
229
|
+
document.attachEvent('on' + evt, handler);
|
230
|
+
}
|
231
|
+
};
|
232
|
+
var removeEvent = function(evt, handler) {
|
233
|
+
if (window.removeEventListener) {
|
234
|
+
document.removeEventListener(evt, handler, false);
|
235
|
+
} else if (window.detachEvent) {
|
236
|
+
document.detachEvent('on' + evt, handler);
|
237
|
+
}
|
238
|
+
};
|
239
|
+
var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');
|
240
|
+
var logHuman = function() {
|
241
|
+
var wfscr = document.createElement('script');
|
242
|
+
wfscr.type = 'text/javascript';
|
243
|
+
wfscr.async = true;
|
244
|
+
wfscr.src = url + '&r=' + Math.random();
|
245
|
+
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);
|
246
|
+
for (var i = 0; i < evts.length; i++) {
|
247
|
+
removeEvent(evts[i], logHuman);
|
248
|
+
}
|
249
|
+
};
|
250
|
+
for (var i = 0; i < evts.length; i++) {
|
251
|
+
addEvent(evts[i], logHuman);
|
252
|
+
}
|
253
|
+
})('//www.baileystaproom.com/?wordfence_logHuman=1&hid=3E260B47FCEC31D004977AB48E6E6130');
|
254
|
+
</script></head>
|
255
|
+
|
256
|
+
<body class="page page-id-8 page-template page-template-nosidebar page-template-nosidebar-php no-sidebar footer-0 has-avatars">
|
257
|
+
<div id="page" class="hfeed site">
|
258
|
+
|
259
|
+
<header id="masthead" class="site-header" role="banner">
|
260
|
+
<div class="site-branding">
|
261
|
+
<h1 class="site-logo"><a href="http://www.baileystaproom.com/" rel="home"><img alt="Bailey's Taproom – A Beer Bar in Portland, Oregon" src="http://www.baileystaproom.com/wp-content/uploads/Baileys__logo-e1439585571837.jpg" /></a></h1>
|
262
|
+
<div class="site-description">25 Rotating Taps of Craft Ales, Lagers, and Ciders</div>
|
263
|
+
</div>
|
264
|
+
|
265
|
+
<div class="main-navigation-wrapper">
|
266
|
+
<nav id="site-navigation" class="main-navigation" role="navigation">
|
267
|
+
<h1 class="menu-toggle">Menu</h1>
|
268
|
+
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
|
269
|
+
<div class="menu-main-menu-container"><ul id="menu-main-menu" class="menu"><li id="menu-item-2015" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2015"><a href="http://www.baileystaproom.com/" class='menu-image-title-after'><span class="menu-image-title">Home</span></a></li>
|
270
|
+
<li id="menu-item-743" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-8 current_page_item menu-item-743"><a href="http://www.baileystaproom.com/draft-list/" class='menu-image-title-after'><span class="menu-image-title">Draft List</span></a></li>
|
271
|
+
<li id="menu-item-746" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-746"><a href="http://www.baileystaproom.com/bottle-list/" class='menu-image-title-after'><span class="menu-image-title">Bottle List</span></a></li>
|
272
|
+
<li id="menu-item-1846" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1846"><a href="http://www.baileystaproom.com/events/" class='menu-image-title-after'><span class="menu-image-title">Events</span></a>
|
273
|
+
<ul class="sub-menu">
|
274
|
+
<li id="menu-item-2624" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2624"><a href="http://theupperlip.net/private-event-reservations/" class='menu-image-title-after'><span class="menu-image-title">Private Event Rental</span></a></li>
|
275
|
+
</ul>
|
276
|
+
</li>
|
277
|
+
<li id="menu-item-745" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-745"><a href="http://www.baileystaproom.com/photos/" class='menu-image-title-after'><span class="menu-image-title">Photos</span></a></li>
|
278
|
+
<li id="menu-item-2463" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2463"><a href="http://www.baileystaproom.com/store/" class='menu-image-title-after'><span class="menu-image-title">Store</span></a></li>
|
279
|
+
<li id="menu-item-2479" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2479"><a href="http://www.baileystaproom.com/store/cart/" class='menu-image-title-after menu-image-not-hovered'><img width="24" height="24" src="http://www.baileystaproom.com/wp-content/uploads/full-cart-dark-e1441931320686.png" class="menu-image menu-image-title-after" alt="full-cart-dark" /><span class="menu-image-title">Cart</span></a></li>
|
280
|
+
</ul></div> </nav><!-- #site-navigation -->
|
281
|
+
</div>
|
282
|
+
|
283
|
+
</header><!-- #masthead -->
|
284
|
+
|
285
|
+
<div id="content" class="site-content">
|
286
|
+
|
287
|
+
<div id="primary" class="content-area">
|
288
|
+
<main id="main" class="site-main" role="main">
|
289
|
+
|
290
|
+
|
291
|
+
|
292
|
+
<article id="post-8" class="post-8 page type-page status-publish hentry">
|
293
|
+
<header class="entry-header">
|
294
|
+
<h1 class="entry-title">Draft List</h1>
|
295
|
+
</header><!-- .entry-header -->
|
296
|
+
|
297
|
+
<div class="entry-content">
|
298
|
+
<p>
|
299
|
+
<div id="datafieldcontainer">
|
300
|
+
<div id="responsecontainer"">
|
301
|
+
|
302
|
+
<div id="boxfielddata" title="48% remaining" >
|
303
|
+
<img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30">
|
304
|
+
<b>
|
305
|
+
<span>1:
|
306
|
+
<a href="http://www.ciderriot.com" target="_blank">
|
307
|
+
Cider Riot!</a> <i>Plastic Paddy</i></span></b><br />Apple Cider w/ Irish tea 6.0% <a href="http://maps.google.com/maps?q=Portland, OR" target="_blank">Portland, OR</a> <span></span>
|
308
|
+
<div id="prices">10oz – $4 | 20oz – $7 |
|
309
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_30' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_30" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='30' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $10 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_30' id='addToCart_30' /> </form> <div id="stock_message_box_30" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_30"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_30" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_30"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_30" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_30"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_30" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_30"></div></div> </div>
|
310
|
+
</div>
|
311
|
+
<div><span style="position:relative;"></span>
|
312
|
+
<div class="percentbar3" style="width:100px;">
|
313
|
+
<div style="width:48px;font-size:8pt;"></div>
|
314
|
+
</div>
|
315
|
+
</div>
|
316
|
+
</div>
|
317
|
+
<div id="responsecontainer"">
|
318
|
+
<div id="boxfielddata" title="84% remaining" >
|
319
|
+
<img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30">
|
320
|
+
<b>
|
321
|
+
<span>2:
|
322
|
+
<a href="http://www.foxtailcider.com/" target="_blank">Fox Tail</a> <i>Rosenberry</i></span></b><br />Hard Cider w/ boysenberries 6.8% <a href="http://maps.google.com/maps?q=Hood River, OR" target="_blank">Hood River, OR</a> <span></span>
|
323
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
324
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_50' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_50" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='50' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $8 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_50' id='addToCart_50' /> </form> <div id="stock_message_box_50" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_50"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_50" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_50"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_50" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_50"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_50" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_50"></div></div> </div>
|
325
|
+
</div>
|
326
|
+
<div><span style="position:relative;"></span>
|
327
|
+
<div class="percentbar3" style="width:100px;">
|
328
|
+
<div style="width:84px;font-size:8pt;"></div>
|
329
|
+
</div>
|
330
|
+
</div>
|
331
|
+
</div>
|
332
|
+
<div id="responsecontainer"">
|
333
|
+
<div id="boxfielddata" title="57% remaining" >
|
334
|
+
<b>
|
335
|
+
<span>Cask 3: <a href="http://machinehousebrewery.com" target="_blank">Machine House</a>
|
336
|
+
<i>Crystal Maze</i></span></b>
|
337
|
+
<span id="rateLinks">
|
338
|
+
<a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Crystal Maze Crystal Maze" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">
|
339
|
+
RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Machine House Crystal Maze&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a>
|
340
|
+
</span>
|
341
|
+
<br />ESB 4.0%
|
342
|
+
<a href="http://maps.google.com/maps?q=Seattle, WA" target="_blank">Seattle, WA</a> <span></span>
|
343
|
+
<div id="prices">10oz – $3 | 20oz – $5 </div>
|
344
|
+
<div><span style="position:relative;"></span>
|
345
|
+
<div class="percentbar3" style="width:100px;">
|
346
|
+
<div style="width:57px;font-size:8pt;"></div>
|
347
|
+
</div>
|
348
|
+
</div>
|
349
|
+
</div>
|
350
|
+
<div id="responsecontainer"">
|
351
|
+
<div id="boxfielddata" title="26% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>4: <a href="http://www.wildridebrew.com/" target="_blank">Wild Ride</a>/Breakside <i>Solidarity</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Solidarity Solidarity" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Wild Ride Solidarity&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Abbey Dubbel – Barrel Aged (Pinot Noir) 8.2% <a href="http://maps.google.com/maps?q=Redmond, OR" target="_blank">Redmond, OR</a> <span></span>
|
352
|
+
<div id="prices">4oz Pour – $4 | 12oz – $7 </div>
|
353
|
+
<div><span style="position:relative;"></span>
|
354
|
+
<div class="percentbar2" style="width:100px;">
|
355
|
+
<div style="width:26px;font-size:8pt;"></div>
|
356
|
+
</div>
|
357
|
+
</div>
|
358
|
+
</div>
|
359
|
+
<div id="responsecontainer"">
|
360
|
+
<div id="boxfielddata" title="57% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>5: <a href="http://http://www.mazamabrewing.com" target="_blank">Mazama</a> <i>Gillian’s Red</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Gillian's Red Gillian's Red" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Mazama Gillian's Red&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Red Ale – Hops (Centennial, Cascade & Mosaic) 6.3% <a href="http://maps.google.com/maps?q=Corvallis, OR" target="_blank">Corvallis, OR</a> <span></span>
|
361
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
362
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_34' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_34" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='34' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $8 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_34' id='addToCart_34' /> </form> <div id="stock_message_box_34" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_34"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_34" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_34"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_34" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_34"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_34" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_34"></div></div> </div>
|
363
|
+
</div>
|
364
|
+
<div><span style="position:relative;"></span>
|
365
|
+
<div class="percentbar3" style="width:100px;">
|
366
|
+
<div style="width:57px;font-size:8pt;"></div>
|
367
|
+
</div>
|
368
|
+
</div>
|
369
|
+
</div>
|
370
|
+
<div id="responsecontainer"">
|
371
|
+
<div id="boxfielddata" title="98% remaining" ><b><span>Nitro 6: <a href="http://http://www.backwoodsbrewingcompany.com" target="_blank">Backwoods</a> <i>Winchester Brown</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Winchester Brown Winchester Brown" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Backwoods Winchester Brown&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Brown Ale 6.2% <a href="http://maps.google.com/maps?q=Carson, WA" target="_blank">Carson, WA</a> <span></span>
|
372
|
+
<div id="prices">10oz – $3 | 20oz – $5 </div>
|
373
|
+
<div><span style="position:relative;"></span>
|
374
|
+
<div class="percentbar3" style="width:100px;">
|
375
|
+
<div style="width:98px;font-size:8pt;"></div>
|
376
|
+
</div>
|
377
|
+
</div>
|
378
|
+
</div>
|
379
|
+
<div id="responsecontainer"">
|
380
|
+
<div id="boxfielddata" title="12% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>7: <a href="http://www.fortgeorgebrewery.com" target="_blank">Fort George</a> <i>Vortex</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Vortex Vortex" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Fort George Vortex&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />IPA 7.7% <a href="http://maps.google.com/maps?q=Astoria, OR" target="_blank">Astoria, OR</a> <span></span>
|
381
|
+
<div id="prices">10oz – $3 | 20oz – $5 </div>
|
382
|
+
<div><span style="position:relative;"></span>
|
383
|
+
<div class="percentbar1" style="width:100px;">
|
384
|
+
<div style="width:12px;font-size:8pt;"></div>
|
385
|
+
</div>
|
386
|
+
</div>
|
387
|
+
</div>
|
388
|
+
<div id="responsecontainer"">
|
389
|
+
<div id="boxfielddata" title="44% remaining" ><b><span>8: <a href="http://www.fatheadsportland.com" target="_blank">Fat Head’s</a> <i>Zeus Juice</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Zeus Juice Zeus Juice" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Fat Head's Zeus Juice&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Belgian Strong Blonde 10.0% <a href="http://maps.google.com/maps?q=Middleburg Heights, OH" target="_blank">Middleburg Heights, OH</a> <span></span>
|
390
|
+
<div id="prices">4oz Pour – $2 | 12oz – $4 |
|
391
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_37' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_37" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='37' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $9 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_37' id='addToCart_37' /> </form> <div id="stock_message_box_37" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_37"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_37" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_37"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_37" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_37"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_37" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_37"></div></div> </div>
|
392
|
+
</div>
|
393
|
+
<div><span style="position:relative;"></span>
|
394
|
+
<div class="percentbar2" style="width:100px;">
|
395
|
+
<div style="width:44px;font-size:8pt;"></div>
|
396
|
+
</div>
|
397
|
+
</div>
|
398
|
+
</div>
|
399
|
+
<div id="responsecontainer"">
|
400
|
+
<div id="boxfielddata" title="34% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>9: <a href="http://www.hopworksbeer.com" target="_blank">Hopworks</a> 2011 <i>Noggin’ Floggin’</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Noggin' Floggin' Noggin' Floggin'" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Hopworks Noggin' Floggin'&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Barleywine 11.0% <a href="http://maps.google.com/maps?q=Portland, OR" target="_blank">Portland, OR</a> <span></span>
|
401
|
+
<div id="prices">4oz Pour – $3 | 12oz – $6 |
|
402
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_38' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_38" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='38' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $13 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_38' id='addToCart_38' /> </form> <div id="stock_message_box_38" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_38"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_38" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_38"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_38" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_38"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_38" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_38"></div></div> </div>
|
403
|
+
</div>
|
404
|
+
<div><span style="position:relative;"></span>
|
405
|
+
<div class="percentbar2" style="width:100px;">
|
406
|
+
<div style="width:34px;font-size:8pt;"></div>
|
407
|
+
</div>
|
408
|
+
</div>
|
409
|
+
</div>
|
410
|
+
<div id="responsecontainer"">
|
411
|
+
<div id="boxfielddata" title="12% remaining" ><b><span>10: <a href="http://http://www.avbc.com/" target="_blank">Anderson Valley</a> <i>Briney Melon Gose</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Briney Melon Gose Briney Melon Gose" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Anderson Valley Briney Melon Gose&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Gose w/ watermelon 4.2% <a href="http://maps.google.com/maps?q=Boonville, CA " target="_blank">Boonville, CA </a> <span></span>
|
412
|
+
<div id="prices">10oz – $3 | 20oz – $5 </div>
|
413
|
+
<div><span style="position:relative;"></span>
|
414
|
+
<div class="percentbar1" style="width:100px;">
|
415
|
+
<div style="width:12px;font-size:8pt;"></div>
|
416
|
+
</div>
|
417
|
+
</div>
|
418
|
+
</div>
|
419
|
+
<div id="responsecontainer"">
|
420
|
+
<div id="boxfielddata" title="19% remaining" ><b><span>11: <a href="http://www.lagunitas.com" target="_blank">Lagunitas</a> <i>Copper Fusion Ale</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Copper Fusion Ale Copper Fusion Ale" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Lagunitas Copper Fusion Ale&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Copper Ale 4.0% <a href="http://maps.google.com/maps?q=Petaluma, CA" target="_blank">Petaluma, CA</a> <span></span>
|
421
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
422
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_39' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_39" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='39' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $8 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_39' id='addToCart_39' /> </form> <div id="stock_message_box_39" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_39"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_39" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_39"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_39" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_39"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_39" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_39"></div></div> </div>
|
423
|
+
</div>
|
424
|
+
<div><span style="position:relative;"></span>
|
425
|
+
<div class="percentbar2" style="width:100px;">
|
426
|
+
<div style="width:19px;font-size:8pt;"></div>
|
427
|
+
</div>
|
428
|
+
</div>
|
429
|
+
</div>
|
430
|
+
<div id="responsecontainer"">
|
431
|
+
<div id="boxfielddata" title="65% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>12: <a href="http://www.doublemountainbrewery.com" target="_blank">Double Mountain</a> <i>Fast Lane</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Fast Lane Fast Lane" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Double Mountain Fast Lane&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />IPA 6.8% <a href="http://maps.google.com/maps?q=Hood River, OR" target="_blank">Hood River, OR</a> <span></span>
|
432
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
433
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_40' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_40" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='40' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $9 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_40' id='addToCart_40' /> </form> <div id="stock_message_box_40" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_40"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_40" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_40"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_40" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_40"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_40" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_40"></div></div> </div>
|
434
|
+
</div>
|
435
|
+
<div><span style="position:relative;"></span>
|
436
|
+
<div class="percentbar3" style="width:100px;">
|
437
|
+
<div style="width:65px;font-size:8pt;"></div>
|
438
|
+
</div>
|
439
|
+
</div>
|
440
|
+
</div>
|
441
|
+
<div id="responsecontainer"">
|
442
|
+
<div id="boxfielddata" title="50% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>13: <a href="http://http://www.burnsidebrewco.com/" target="_blank">Burnside</a> <i>Couch Lager</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Couch Lager Couch Lager" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Burnside Couch Lager&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Helles Lager – Hops (Tettnang) 5.0% <a href="http://maps.google.com/maps?q=Portland, OR" target="_blank">Portland, OR</a> <span></span>
|
443
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
444
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_41' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_41" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='41' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $8 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_41' id='addToCart_41' /> </form> <div id="stock_message_box_41" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_41"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_41" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_41"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_41" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_41"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_41" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_41"></div></div> </div>
|
445
|
+
</div>
|
446
|
+
<div><span style="position:relative;"></span>
|
447
|
+
<div class="percentbar3" style="width:100px;">
|
448
|
+
<div style="width:50px;font-size:8pt;"></div>
|
449
|
+
</div>
|
450
|
+
</div>
|
451
|
+
</div>
|
452
|
+
</div>
|
453
|
+
<div id="shim"></div>
|
454
|
+
<div id="datafieldcontainer">
|
455
|
+
<div id="responsecontainer"">
|
456
|
+
<div id="boxfielddata" title="99% remaining" ><b><span>14: <a href="http://http://www.bellsbeer.com/" target="_blank">Bell’s</a> <i>Oatmeal Stout</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Oatmeal Stout Oatmeal Stout" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Bell's Oatmeal Stout&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Oatmeal Stout 7.0% <a href="http://maps.google.com/maps?q=Galesburg, MI" target="_blank">Galesburg, MI</a> <span></span>
|
457
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
458
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_51' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_51" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='51' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $9 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_51' id='addToCart_51' /> </form> <div id="stock_message_box_51" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_51"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_51" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_51"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_51" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_51"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_51" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_51"></div></div> </div>
|
459
|
+
</div>
|
460
|
+
<div><span style="position:relative;"></span>
|
461
|
+
<div class="percentbar3" style="width:100px;">
|
462
|
+
<div style="width:99px;font-size:8pt;"></div>
|
463
|
+
</div>
|
464
|
+
</div>
|
465
|
+
</div>
|
466
|
+
<div id="responsecontainer"">
|
467
|
+
<div id="boxfielddata" title="4% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>15: <a href="http://http://www.baerlicbrewing.com/" target="_blank">Baerlic</a> <i>Wildcat</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Wildcat Wildcat" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Baerlic Wildcat&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Saison w/ Meyer lemons 5.3% <a href="http://maps.google.com/maps?q=Portland, OR" target="_blank">Portland, OR</a> <span></span>
|
468
|
+
<div id="prices">10oz – $3 | 20oz – $5 </div>
|
469
|
+
<div><span style="position:relative;"></span>
|
470
|
+
<div class="percentbar1" style="width:100px;">
|
471
|
+
<div style="width:4px;font-size:8pt;"></div>
|
472
|
+
</div>
|
473
|
+
</div>
|
474
|
+
</div>
|
475
|
+
<div id="responsecontainer"">
|
476
|
+
<div id="boxfielddata" title="7% remaining" ><b><span>16: <a href="http://http://www.newbelgium.com" target="_blank">New Belgium</a> <i>La Folie</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=La Folie La Folie" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=New Belgium La Folie&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Sour Brown Ale – Barrel Aged (French Oak) 7.0% <a href="http://maps.google.com/maps?q=Fort Collins, CO" target="_blank">Fort Collins, CO</a> <span></span>
|
477
|
+
<div id="prices">4oz Pour – $3 | 12oz – $5 </div>
|
478
|
+
<div><span style="position:relative;"></span>
|
479
|
+
<div class="percentbar1" style="width:100px;">
|
480
|
+
<div style="width:7px;font-size:8pt;"></div>
|
481
|
+
</div>
|
482
|
+
</div>
|
483
|
+
</div>
|
484
|
+
<div id="responsecontainer"">
|
485
|
+
<div id="boxfielddata" title="93% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>17: <a href="http://http://culminationbrewing.com/" target="_blank">Culmination</a> <i>Urizen</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Urizen Urizen" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Culmination Urizen&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />India Session Ale 4.5% <a href="http://maps.google.com/maps?q=Portland, OR" target="_blank">Portland, OR</a> <span></span>
|
486
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
487
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_47' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_47" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='47' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $8 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_47' id='addToCart_47' /> </form> <div id="stock_message_box_47" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_47"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_47" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_47"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_47" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_47"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_47" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_47"></div></div> </div>
|
488
|
+
</div>
|
489
|
+
<div><span style="position:relative;"></span>
|
490
|
+
<div class="percentbar3" style="width:100px;">
|
491
|
+
<div style="width:93px;font-size:8pt;"></div>
|
492
|
+
</div>
|
493
|
+
</div>
|
494
|
+
</div>
|
495
|
+
<div id="responsecontainer"">
|
496
|
+
<div id="boxfielddata" title="25% remaining" ><b><span>18: <a href="http://http://kneedeepbrewing.com/" target="_blank">Knee Deep</a> <i>Hop Surplus</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Hop Surplus Hop Surplus" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Knee Deep Hop Surplus&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Triple IPA 10.0% <a href="http://maps.google.com/maps?q=Auburn, CA" target="_blank">Auburn, CA</a> <span></span>
|
497
|
+
<div id="prices">4oz Pour – $2 | 12oz – $4 |
|
498
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_48' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_48" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='48' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $10 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_48' id='addToCart_48' /> </form> <div id="stock_message_box_48" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_48"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_48" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_48"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_48" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_48"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_48" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_48"></div></div> </div>
|
499
|
+
</div>
|
500
|
+
<div><span style="position:relative;"></span>
|
501
|
+
<div class="percentbar2" style="width:100px;">
|
502
|
+
<div style="width:25px;font-size:8pt;"></div>
|
503
|
+
</div>
|
504
|
+
</div>
|
505
|
+
</div>
|
506
|
+
<div id="responsecontainer"">
|
507
|
+
<div id="boxfielddata" title="100% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>19: <a href="http://http://www.cascadelakes.com/" target="_blank">Cascade Lakes</a> <i>Ziggy Stardust</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Ziggy Stardust Ziggy Stardust" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Cascade Lakes Ziggy Stardust&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Strong Ale 6.5% <a href="http://maps.google.com/maps?q=Redmond, OR" target="_blank">Redmond, OR</a> <span></span>
|
508
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
509
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_49' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_49" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='49' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $9 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_49' id='addToCart_49' /> </form> <div id="stock_message_box_49" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_49"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_49" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_49"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_49" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_49"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_49" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_49"></div></div> </div>
|
510
|
+
</div>
|
511
|
+
<div><span style="position:relative;"></span>
|
512
|
+
<div class="percentbar3" style="width:100px;">
|
513
|
+
<div style="width:100px;font-size:8pt;"></div>
|
514
|
+
</div>
|
515
|
+
</div>
|
516
|
+
</div>
|
517
|
+
<div id="responsecontainer"">
|
518
|
+
<div id="boxfielddata" title="39% remaining" ><b><span>20: <a href="http://http://kneedeepbrewing.com/" target="_blank">Knee Deep</a> 2015 <i>Dark Horse</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Dark Horse Dark Horse" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Knee Deep Dark Horse&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Imperial Stout 12.0% <a href="http://maps.google.com/maps?q=Auburn, CA" target="_blank">Auburn, CA</a> <span></span>
|
519
|
+
<div id="prices">4oz Pour – $2 | 12oz – $4 |
|
520
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_52' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_52" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='52' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $10 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_52' id='addToCart_52' /> </form> <div id="stock_message_box_52" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_52"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_52" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_52"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_52" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_52"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_52" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_52"></div></div> </div>
|
521
|
+
</div>
|
522
|
+
<div><span style="position:relative;"></span>
|
523
|
+
<div class="percentbar2" style="width:100px;">
|
524
|
+
<div style="width:39px;font-size:8pt;"></div>
|
525
|
+
</div>
|
526
|
+
</div>
|
527
|
+
</div>
|
528
|
+
<div id="responsecontainer"">
|
529
|
+
<div id="boxfielddata" title="89% remaining" ><b><span>21: <a href="http://http://www.coronadobrewingcompany.com/" target="_blank">Coronado</a> <i>Orange Avenue Wit</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/beer/coronado-orange-avenue-wit/108146/" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://www.beeradvocate.com/beer/profile/2447/57631/?ba=bgildea" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Witbier 5.2% <a href="http://maps.google.com/maps?q=San Diego, CA, USA" target="_blank">San Diego, CA, USA</a> <span></span>
|
530
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
531
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_31' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_31" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='31' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $8 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_31' id='addToCart_31' /> </form> <div id="stock_message_box_31" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_31"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_31" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_31"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_31" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_31"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_31" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_31"></div></div> </div>
|
532
|
+
</div>
|
533
|
+
<div><span style="position:relative;"></span>
|
534
|
+
<div class="percentbar3" style="width:100px;">
|
535
|
+
<div style="width:89px;font-size:8pt;"></div>
|
536
|
+
</div>
|
537
|
+
</div>
|
538
|
+
</div>
|
539
|
+
<div id="responsecontainer"">
|
540
|
+
<div id="boxfielddata" title="37% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>22: <a href="http://www.goodlifebrewing.com" target="_blank">GoodLife</a> <i>29er</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=29er 29er" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=GoodLife 29er&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />India Brown Ale 6.0% <a href="http://maps.google.com/maps?q=Bend, OR" target="_blank">Bend, OR</a> <span></span>
|
541
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
542
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_43' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_43" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='43' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $8 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_43' id='addToCart_43' /> </form> <div id="stock_message_box_43" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_43"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_43" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_43"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_43" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_43"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_43" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_43"></div></div> </div>
|
543
|
+
</div>
|
544
|
+
<div><span style="position:relative;"></span>
|
545
|
+
<div class="percentbar2" style="width:100px;">
|
546
|
+
<div style="width:37px;font-size:8pt;"></div>
|
547
|
+
</div>
|
548
|
+
</div>
|
549
|
+
</div>
|
550
|
+
<div id="responsecontainer"">
|
551
|
+
<div id="boxfielddata" title="82% remaining" ><b><span>23: <a href="http://http://www.amnesiabrews.com/" target="_blank">Amnesia</a> <i>Slow Train Porter</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Slow Train Porter Slow Train Porter" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Amnesia Slow Train Porter&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Porter <a href="http://maps.google.com/maps?q=Washougal, WA" target="_blank">Washougal, WA</a> <span></span>
|
552
|
+
<div id="prices">10oz – $3 | 20oz – $5 |
|
553
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_44' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_44" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='44' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $8 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_44' id='addToCart_44' /> </form> <div id="stock_message_box_44" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_44"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_44" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_44"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_44" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_44"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_44" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_44"></div></div> </div>
|
554
|
+
</div>
|
555
|
+
<div><span style="position:relative;"></span>
|
556
|
+
<div class="percentbar3" style="width:100px;">
|
557
|
+
<div style="width:82px;font-size:8pt;"></div>
|
558
|
+
</div>
|
559
|
+
</div>
|
560
|
+
</div>
|
561
|
+
<div id="responsecontainer"">
|
562
|
+
<div id="boxfielddata" title="61% remaining" ><img src="http://devel.baileystaproom.com/wp-content/uploads/OregonOutline.png" style="vertical-align: text-bottom;" width="30"> <b><span>24: <a href="http://www.oakbrew.com" target="_blank">Oakshire</a> <i>Perfect Storm</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/advbeersearch.php?BeerName=Perfect Storm Perfect Storm" target=_blank title="Click to find a Rate Beer description of this beer!" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://beeradvocate.com/search?q=Oakshire Perfect Storm&qt=beer" target=_blank title="Click to find a Beer Advocate description of this beer!" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Imperial IPA 9.0% <a href="http://maps.google.com/maps?q=Eugene, OR" target="_blank">Eugene, OR</a> <span></span>
|
563
|
+
<div id="prices">10oz – $4 | 20oz – $6 |
|
564
|
+
<div id="GrowlerPrice"> <form id='cartButtonForm_56' class="Cart66CartButton" method="post" action="http://www.baileystaproom.com/store/cart/" > <input type='hidden' name='task' id="task_56" value='addToCart' /> <input type='hidden' name='cart66ItemId' value='56' /> <input type='hidden' name='product_url' value='http://www.baileystaproom.com/draft-list/' /> <span class="Cart66Price Cart66PriceDescription"> 32oz Crowler $10 </span> <input type='submit' value='Add to Cart' class='Cart66ButtonPrimary purAddToCart ajax-button' name='addToCart_56' id='addToCart_56' /> </form> <div id="stock_message_box_56" class="alert-message alert-error" style="display: none;"> <h2>We're Sorry</h2> <p id="stock_message_56"></p> <input type="button" name="close" value="OK" id="close" class="Cart66ButtonSecondary modalClose" /> </div> <div id="response_warning" class="alert-message warning_56" style="display: none;"> <p><strong><span class="message-header">Inventory Restriction</span></strong></p> <div id="message_warning" class="warning_message_56"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_error" class="alert-message alert-error error_56" style="display: none;"> <p><strong><span class="message-header">Inventory Failure</span></strong></p> <div id="message_error" class="error_message_56"></div> <input type="button" name="close" value="OK" class="Cart66ButtonSecondary modalClose"/></div><div id="response_success" class="alert-message success success_56" style="display: none;"> <p><strong><span class="message-header">Success!</span></strong></p> <div id="message_success" class="success_message_56"></div></div> </div>
|
565
|
+
</div>
|
566
|
+
<div><span style="position:relative;"><a href="/?page_id=7&so=brewery"><i>Available in bottles!</i></a></span>
|
567
|
+
<div class="percentbar3" style="width:100px;">
|
568
|
+
<div style="width:61px;font-size:8pt;"></div>
|
569
|
+
</div>
|
570
|
+
</div>
|
571
|
+
</div>
|
572
|
+
<div id="responsecontainer"">
|
573
|
+
<div id="boxfielddata" title="<= 1% remaining" ><b><span>25: <a href="http://www.greenflashbrew.com" target="_blank">Green Flash</a> <i>Passion Fruit Kicker</i></span></b><span id="rateLinks"><a href="http://www.ratebeer.com/beer/green-flash-passion-fruit-kicker/345347/" target=_blank title="Click to find a Rate Beer description of this beer!">RB</a><b>|</b><a href="http://www.beeradvocate.com/beer/profile/2743/178187/" target=_blank title="Click to find a Beer Advocate description of this beer!">BA</a></span><br />Wheat Ale w/ Passion Fruit 5.5% <a href="http://maps.google.com/maps?q=San Diego, CA" target="_blank">San Diego, CA</a> <span></span>
|
574
|
+
<div id="prices">10oz – $3 | 20oz – $5 </div>
|
575
|
+
<div><span style="position:relative;"></span>
|
576
|
+
<div class="percentbar1" style="width:100px;">
|
577
|
+
<div style="width:1px;font-size:8pt;"></div>
|
578
|
+
</div>
|
579
|
+
</div>
|
580
|
+
</div>
|
581
|
+
</div>
|
582
|
+
</div>
|
583
|
+
<div style="text-align:center;padding-top:20px;"><a href="http://www.digitalpour.com" target="_blank" style="text-decoration:none;" border="0"><img src="/images/digital_pour_logo.png" align="bottom" style="width:100px; padding:0px;border:0px solid black;" border=0></a><br /><span style="font-size:8pt; padding-top:-10px;">Data provided by <a href="http://www.digitalpour.com" target="_blank">DigitalPour</a></span></div></p>
|
584
|
+
</div><!-- .entry-content -->
|
585
|
+
</article><!-- #post-## -->
|
586
|
+
|
587
|
+
|
588
|
+
|
589
|
+
</main><!-- #main -->
|
590
|
+
</div><!-- #primary -->
|
591
|
+
|
592
|
+
|
593
|
+
</div><!-- #content -->
|
594
|
+
<footer id="colophon" class="site-footer" role="contentinfo">
|
595
|
+
<div class="site-info">
|
596
|
+
|
597
|
+
<ul class="FootNav">
|
598
|
+
<li>©Bailey's Taproom 2007-2016</li>
|
599
|
+
<li><a href="mailto:email@baileystaproom.com">Email</a></li>
|
600
|
+
|
601
|
+
<li><a href="http://www.baileystaproom.com/?cat=1">Blog</a></li>
|
602
|
+
|
603
|
+
|
604
|
+
<li><a href="http://local.google.com/local?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-15,GGGL:en&q=213+SW+Broadway%2C+Portland%2C+OR" target="_blank">213 SW Broadway</a></li>
|
605
|
+
</ul> </div><!-- .site-info -->
|
606
|
+
</footer><!-- #colophon -->
|
607
|
+
</div><!-- #page -->
|
608
|
+
|
609
|
+
<!-- This website uses Linkable Title Html And Php Widget v1.2.6 Wordpress plugin developed by PepLamb (PepLamb.com) --><style type="text/css" media="screen">.menu-item.hide_this_item{ display:none !important; }</style><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script><script type='text/javascript' src='http://www.baileystaproom.com/wp-content/themes/graphy/js/navigation.js?ver=9c9c25011f3875fd55f3664e6ff64e73'></script>
|
610
|
+
<script type='text/javascript' src='http://www.baileystaproom.com/wp-content/themes/graphy/js/skip-link-focus-fix.js?ver=9c9c25011f3875fd55f3664e6ff64e73'></script>
|
611
|
+
<script type='text/javascript'>
|
612
|
+
/* <![CDATA[ */
|
613
|
+
var C66 = {"youHave":"You have","inYourShoppingCart":"in your shopping cart","trackInventory":"1","ajaxurl":"http:\/\/www.baileystaproom.com\/?cart66AjaxCartRequests","products":{"56":{"id":"56","name":"Oakshire Perfect Storm","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"44":{"id":"44","name":"Amnesia Slow Train Porter","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"43":{"id":"43","name":"GoodLife 29er","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"31":{"id":"31","name":"Coronado Orange Avenue Wit","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"52":{"id":"52","name":"Knee Deep Dark Horse","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"49":{"id":"49","name":"Cascade Lakes Ziggy Stardust","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"48":{"id":"48","name":"Knee Deep Hop Surplus","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"47":{"id":"47","name":"Culmination Urizen","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"51":{"id":"51","name":"Bell\\'s Oatmeal Stout","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"41":{"id":"41","name":"Burnside Couch Lager","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"40":{"id":"40","name":"Double Mountain Fast Lane","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"39":{"id":"39","name":"Lagunitas Copper Fusion Ale","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"38":{"id":"38","name":"Hopworks Noggin\\' Floggin\\'","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"37":{"id":"37","name":"Fat Head\\'s Zeus Juice","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"34":{"id":"34","name":"Mazama Gillian\\'s Red","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"50":{"id":"50","name":"Fox Tail Rosenberry","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."},"30":{"id":"30","name":"Cider Riot! Plastic Paddy","ajax":"yes","returnUrl":"http:\/\/www.baileystaproom.com\/draft-list\/","addingText":"Adding..."}}};
|
614
|
+
/* ]]> */
|
615
|
+
</script>
|
616
|
+
<script type='text/javascript' src='http://www.baileystaproom.com/wp-content/plugins/cart66/js/cart66-library.js?ver=9c9c25011f3875fd55f3664e6ff64e73'></script>
|
617
|
+
<script type='text/javascript' src='http://www.baileystaproom.com/wp-includes/js/wp-embed.min.js?ver=9c9c25011f3875fd55f3664e6ff64e73'></script>
|
618
|
+
<!--stats_footer_test--><script src="http://stats.wordpress.com/e-201610.js" type="text/javascript"></script>
|
619
|
+
<script type="text/javascript">
|
620
|
+
st_go({blog:'12149692',v:'ext',post:'8'});
|
621
|
+
var load_cmc = function(){linktracker_init(12149692,8,2);};
|
622
|
+
if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
|
623
|
+
else load_cmc();
|
624
|
+
</script>
|
625
|
+
|
626
|
+
</body>
|
627
|
+
</html>
|