hangry 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1566 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="https://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/">
3
+ <head>
4
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
5
+ <title>
6
+ Steve&#39;s Fish Tacos recipe | BigOven
7
+ </title>
8
+ <link rel="canonical" href="http://www.bigoven.com/recipe/178920/steves-fish-tacos" />
9
+ <meta name="keywords" content="Steve's Fish Tacos recipe, Steve's Fish Tacos recipes" />
10
+ <meta name="description" content="I had never tried fish tacos until my son, fresh out of boot camp, asked me to make them. I found a basic recipe, then adapted it from there, and now it&#39;s one of my favorite things to eat! - Steve's Fish Tacos" />
11
+ <meta property="og:description" content="I had never tried fish tacos until my son, fresh out of boot camp, asked me to make them. I found a basic recipe, then adapted it from there, and now it&#39;s one of my favorite things to eat! - Steve's Fish Tacos" />
12
+ <meta property="og:title" content="Steve's Fish Tacos" />
13
+ <meta property="og:site_name" content="BigOven.com" />
14
+ <meta property="og:image" content="http://mda.bigoven.com/pics/rs/256/steves-fish-tacos-2.jpg" />
15
+ <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# bigoven: http://ogp.me/ns/fb/bigoven#">
16
+ <meta property="og:type" content="bigoven:recipe">
17
+ <meta property="og:url" content="http://www.bigoven.com/recipe/178920/steves-fish-tacos">
18
+ <link rel="stylesheet" type="text/css" href="/combres.axd/siteCss/-356365674/"/>
19
+ <script type="text/javascript" src="/combres.axd/siteJs/1254212018/"></script>
20
+ <link rel="icon" type="image/png" href="/assets/images/icons/favicon.ico" />
21
+ <script type='text/javascript'>
22
+ var googletag = googletag || {};
23
+ var token = null;
24
+ googletag.cmd = googletag.cmd || [];
25
+ (function () {
26
+ var gads = document.createElement('script');
27
+ gads.async = true;
28
+ gads.type = 'text/javascript';
29
+ var useSSL = 'https:' == document.location.protocol;
30
+ gads.src = (useSSL ? 'https:' : 'http:') +
31
+ '//www.googletagservices.com/tag/js/gpt.js';
32
+ var node = document.getElementsByTagName('script')[0];
33
+ node.parentNode.insertBefore(gads, node);
34
+ })();
35
+ </script>
36
+ <script type='text/javascript'>
37
+ googletag.cmd.push(function () {
38
+ googletag.defineSlot('/1955554/160x600ROS', [160, 600], 'div-gpt-ad-1354225049630-0').addService(googletag.pubads());
39
+ googletag.defineSlot('/1955554/300x250ROS', [300, 250], 'div-gpt-ad-1354225049630-1').addService(googletag.pubads());
40
+ googletag.defineSlot('/1955554/728x90ROS', [728, 90], 'div-gpt-ad-1354225049630-2').addService(googletag.pubads());
41
+ googletag.pubads().enableSingleRequest();
42
+ googletag.enableServices();
43
+ });
44
+ </script>
45
+ <meta name="application-name" content="BigOven" />
46
+ <meta name="msapplication-TileColor" content="#630000" />
47
+ <meta name="msapplication-TileImage" content="/assets/images/f351d2c0-7a37-42dc-ba6d-103b406acdb9.png" />
48
+ </head>
49
+ <body>
50
+ <div id="fb-root"></div>
51
+ <noscript>
52
+ <div style="background:none;height:100px;margin-top:20px;">
53
+ <div class="alert">
54
+ <h3>Please enable JavaScript</h3>
55
+ <p>JavaScript is <b>required</b> for BigOven to function properly. <b><a href="http://support.google.com/bin/answer.py?hl=en&answer=23852">Read how to enable Javascript</a></b> in your web browser.</p>
56
+ </div>
57
+ </div>
58
+ </noscript>
59
+ <script type="text/javascript">
60
+ var WRInitTime = (new Date()).getTime();
61
+ window.fbAsyncInit = function () {
62
+ // init the FB JS SDK
63
+ FB.init({
64
+ appId: '297564810272481',//'218572331543110', //
65
+ channelUrl: 'http://www.bigoven.com/channel.html',
66
+ status: true,
67
+ cookie: true,
68
+ xfbml: true
69
+ });
70
+
71
+ //FB.getLoginStatus(checkLoginStatus);
72
+
73
+ FB.getLoginStatus(showFBStatus);
74
+ if (typeof afterFBLoads == 'function') {
75
+ afterFBLoads();
76
+ }
77
+ };
78
+ (function (d, debug) {
79
+ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
80
+ if (d.getElementById(id)) { return; }
81
+ js = d.createElement('script'); js.id = id; js.async = true;
82
+ js.src = "http://connect.facebook.net/en_US/all" + (debug ? "/debug" : "") + ".js";
83
+ ref.parentNode.insertBefore(js, ref);
84
+ }(document, /*debug*/ false));
85
+
86
+ function showFBStatus(response) {
87
+ if (response && response.status == 'connected') {
88
+ $("#fbStatus").html('<a href="/account/facebookpreferences"><img title="You are connected via Facebook. Click here to change your preferences." src="/assets/images/icons/facebook16.png")"/></a>');
89
+ }
90
+ else {
91
+ $("#fbStatus").html('<a href="javascript:void(0);" onclick="authUser();"><img title="You are not connected via Facebook. Click here to log in." src="/assets/images/icons/facebook16-grey.png")</a>');
92
+ }
93
+ }
94
+ function authUser() { FB.login(checkLoginStatus, { scope: 'email,publish_actions' }); }
95
+ function checkLoginStatus(response) {
96
+ if (response && response.status == 'connected') {
97
+ $("#fbStatus").html("<a href='/account/facebookfriends'><img src='/assets/images/icons/facebook16.png'/></a>");
98
+ var fbId = response.authResponse.userID;
99
+ // signed into FB but not yet BO
100
+ token = response.authResponse.accessToken;
101
+
102
+ window.location = '/account/fblogin?token=' + token + '&ReturnUrl=/recipe/178920/steves-fish-tacos';
103
+
104
+ } else {
105
+ // no FB token
106
+ // Display the login button
107
+ $("#fbLoginB").show();
108
+ }
109
+ }
110
+ </script>
111
+ <div id="newHeader">
112
+ <div id="newMenu">
113
+ <span style="float:left;width:500px;z-index:5;height:120px;cursor:pointer;" onClick="window.location='/';"></span>
114
+ <div id="loginBox">
115
+ <div id="account_status" style="margin-top:8px;">
116
+ <div>
117
+ <span>
118
+ <b><a class="btn" href="/account/facebook">Join us</a></b>&nbsp;
119
+ </span>
120
+ <span>
121
+ <a class="btn" href="/account/login?ReturnUrl=/recipe/178920/steves-fish-tacos" style="margin-right: 8px;">Sign in</a>
122
+ <a href="#" onclick="authUser();" id="fbLoginB"><img src="/assets/images/icons/fb-login.png" style="vertical-align:middle;" title="Log in with your facebook account"></a>
123
+ </span>
124
+ </div>
125
+ </div>
126
+ </div>
127
+ <div>
128
+ <div id="search">
129
+ <form action="/Search/SimpleContainsSearch" method="post" onsubmit="return doSimpleSearch($(&#39;#txtSearch&#39;).attr(&#39;value&#39;));">
130
+ <div id="searchDiv" >
131
+ <span style="float:left;">
132
+ <input name="txtSearch" class="txtSearch" id="txtSearch" id="txtSearch" type="text" value="" style="margin-top:15px;z-index:300;" />
133
+ </span>
134
+ <span style="position:relative;left:-86px;top:27px;"><img src="/assets/images/icons/mag.png" /></span>
135
+ <span style="position:relative;display:inline;left:450px;top:-45px;width:32px;height:32px;">
136
+ <input name="searchTarget" id="searchTarget" value="recipes" type="hidden" />
137
+ </div>
138
+ </form>
139
+ </div>
140
+ </div>
141
+ <div id="menu">
142
+ <div class="container">
143
+ <ul class="topnav" style="z-index:500;">
144
+ <li id="help_Index"><a href="/help">Help</a></li>
145
+ <li id="mobile_Index"><a href="/mobile">Mobile Apps</a></li>
146
+ <li id="account_FacebookFriends"><a href="/account/FacebookFriends">Friends</a></li>
147
+ <li id="menu_Index"><a href="/menu">Menus</a></li>
148
+ <li id="plan_Index"><a href="/plan">Menu Planner</a></li>
149
+ <li id="grocery_Index"><a href="/grocery">Grocery List</a></li>
150
+ <li id="recipe_post"><a href="/recipe/post">Add Recipe</a></li>
151
+ <li class="on" id="recipes_Index"><a href="/recipes">Recipes</a></li>
152
+ <li id="home_Index"><a href="/">Home</a></li>
153
+ <li></li>
154
+ </ul>
155
+ </div>
156
+ </div>
157
+ </div>
158
+ </div>
159
+ <div id="content">
160
+ <div id="main">
161
+ <div id="main_container">
162
+ <div id="nosidebar_main">
163
+ <div id="left_content" style="overflow:hidden;">
164
+ <style type="text/css">
165
+ label {margin-left:5px;vertical-align:middle;}
166
+ .servingSize {vertical-align:middle;}
167
+ #right_content a {text-decoration:none;vertical-align:top;}
168
+ </style>
169
+ <div class="pitch">
170
+ <img src="/assets/images/icons/light-bulb16.png">&nbsp;
171
+ Get your recipes in the cloud and on your smartphone.&nbsp;&nbsp;<a href="/account/login" ><b>Join BigOven today</b></a> - it's free.
172
+ </div>
173
+ <script type="text/javascript">
174
+ $(document).ready(function () {
175
+ $('.pitch').fadeIn("slow");
176
+ });
177
+ </script>
178
+ <div class="hRecipe">
179
+ <div style="margin-top:12px;">
180
+ <div style="float: left; width: 420px; overflow:visible; margin-bottom:20px;">
181
+ <h1 class="fn" style="margin-bottom: 9px; float: left;">
182
+ <strong>Steve&#39;s Fish Tacos </strong>
183
+ </h1>
184
+ <div style="clear: both; float: left;">
185
+ <p>
186
+ <a href="/recipes">Recipes</a>&nbsp;&raquo;&nbsp; <a class="tag" href="/recipes/Main-Dish">
187
+ Main Dish</a> &nbsp;&raquo;&nbsp;
188
+ <a href="/recipes/Main-Dish/Fish-and-Shellfish">
189
+ Fish and Shellfish</a>
190
+ </p>
191
+ <span class="summary " rel="178920">
192
+ <p>I had never tried fish tacos until my son, fresh out of boot camp, asked me to make them. I found a basic recipe, then adapted it from there, and now it's one of my favorite things to eat!</p>
193
+ </span>
194
+ <p>
195
+ Yield: <span class="yield">6 Servings</span>
196
+ <span class="duration" style="clear:both;padding-left:10px;">Ready in 45 minutes
197
+ <span class="value-title" title="PT45M"></span>
198
+ </span>
199
+ </p>
200
+ <p>
201
+ Cuisine:
202
+ <a href="/recipes/search?title=American%20recipes&cuisine=American">American</a><span style="float:right;padding-left:10px;">Main Ingredient: <a href="/recipes/search?title=Fish%20recipes&include_ing=Fish">Fish</a></span>
203
+ </p>
204
+ <p>
205
+ <img style="height:14px;" src="/assets/images/favorite24.png" alt="Favorite" title="Favorite" /> 284
206
+ people favorited<br/>
207
+ <img style="height:14px;" src="/assets/images/trysoon24.png" alt="Try Soon" title="Try Soon" />272 people trying soon
208
+ </p>
209
+ <div>
210
+ <span class="review hreview-aggregate">
211
+ <a href="javascript:showReviewTab(-1);" >
212
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/></a>
213
+ <span class="rating">
214
+ <span id="rc">(<span class="average" style="display: inline;">4.9</span>, <span class="count" style="display: inline; margin: 0px; padding: 0px;">11</span>)</span>
215
+ </span>
216
+ <span id="Span2">
217
+ 100% would make again</span>
218
+ </span>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ <div style="float: right; width: 279px;">
223
+ <div class="images">
224
+ <div class="img">
225
+ <a href="#" onclick="$('#li-tab-photos').click(); return false;"><img class="photo rec-image photoreg" src="http://mda.bigoven.com/pics/rs/256/steves-fish-tacos-2.jpg" alt="Steve's Fish Tacos" title="Steve's Fish Tacos" /></a>
226
+ <div class="ppy-caption" style="visibility: visible; ">
227
+ <div class="ppy-captionwrap">
228
+ <div class="ppy-text">
229
+ <a href="http://www.bigoven.com/user/StevesKitchen"><img class="image-36" style="float: left;" src="http://www.bigoven.com/pics/avatarsquare/36/010210044618750515.jpg" /> </a>
230
+ <div style="float: left; margin-left: 8px; width: 200px;">
231
+ <div style="float: left;">
232
+ <br />
233
+ <span style="font-style: italic; float: left; margin-right: 5px; margin-top: 2px;">photo by <a style="font-style: normal;" href="http://www.bigoven.com/user/StevesKitchen">StevesKitchen</a></span>
234
+ <a href="/medal/award/750515/photo/26638"><img src="/assets/images/icons/addmedal.png" title="Give a medal for this photo" alt="Give a medal for this photo" /></a>
235
+ <img src="/assets/images/icons/badge-member.png" />
236
+ </div>
237
+ </div>
238
+ </div>
239
+ <div style="background: inherit; padding: 5px; clear: both; float: left;">
240
+ <img style="float: left; margin-right: 5px;" src="/assets/images/icons/picture_add.png" />
241
+ <a style="float:left;width:220px;" href="/media/upload/recipe/image/178920" >
242
+ Add a photo of this recipe...
243
+ </a>
244
+ </div>
245
+ </div>
246
+ </div>
247
+ <div style="float: left; clear: both; margin-top: 5px; margin-bottom: 5px;">
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ <div class="clearfix">
253
+ </div>
254
+ </div>
255
+ <ul class="tabs" style="float: left;">
256
+ <li id="li-tab-recipe" class="active"><a href="#tab-recipe">Recipe</a></li>
257
+ <li id="li-tab-reviews" ><a href="#tab-reviews">Reviews (11)</a></li>
258
+ <li id="li-tab-photos" ><a href="#tab-photos">Photos (1)</a></li>
259
+ <li id="li-tab-nutrition"><a href="#tab-nutrition">Nutrition</a></li>
260
+ <li id="li-tab-notes"><a href="#tab-notes"><img src="/assets/images/icons/notes16.png"/>&nbsp;Notes </a></li>
261
+ </ul>
262
+ <div class="tab_container" style="padding: 15px; width: 718px; margin-bottom: 10px;">
263
+ <div id="tab-recipe" class="tab_content">
264
+ <div style="float: left; width: 670px; clear: both; margin-bottom: 10px;">
265
+ <div style="float: left;width:340px;padding-right:10px;">
266
+ <div style="clear:both;">
267
+ <h2 style="float: left; margin-right: 10px; display:inline;margin-bottom:6px;">Ingredients</h2>
268
+ <a style="vertical-align:bottom;font-size:8pt;" href="/recipe/178920/customize">edit and save</a>
269
+ <br />
270
+ <br />
271
+ </div>
272
+ <!-- if user is a helper, let them grab verification -->
273
+ <div class="servingSize" style="clear:both;">
274
+ <form action="/recipe/178920/steves-fish-tacos" method="post">
275
+ <table>
276
+ <tr>
277
+ <td style="vertical-align:middle;"><input type="text" name="resizeTo" style="width:40px;margin-right:10px;" value="6"/>Servings
278
+ &nbsp;
279
+ </td>
280
+ <td style="vertical-align:middle;">
281
+ <input type="radio" name="usmetric" id="usradio" value="us" checked /><label for="usradio">as posted</label>
282
+ &nbsp;
283
+ </td>
284
+ <td style="vertical-align:middle;">
285
+ <input type="radio" name="usmetric" id="metricradio" value="metric" /><label for="metricradio">Metric</label>
286
+ &nbsp;
287
+ </td>
288
+ <td style="vertical-align:middle;">
289
+ <input type="hidden" name="id" value="178920" />
290
+ &nbsp;
291
+ </td>
292
+ <td style="vertical-align:top;">
293
+ <input type="submit" class="btn" value="resize" />
294
+ &nbsp;
295
+ </td>
296
+ </tr>
297
+ </table>
298
+ </form>
299
+ <div style="font-size:8pt;color:#aaaaaa;">Original recipe makes 6 Servings</div>
300
+ </div>
301
+ <div style="clear: both;">
302
+ <div class="ingredientbox" style="float: left; width: 340px; overflow:hidden; margin-top: 10px; margin-bottom: 10px;">
303
+ <table>
304
+ <tr >
305
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
306
+ <span class="ingredient">
307
+ <span class="amount"> 1 package of</span><span class="name" style="margin-left: 3px;">tortillas</span>; small
308
+ </span>
309
+ </td>
310
+ </tr>
311
+ <tr >
312
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
313
+ <span class="ingredient">
314
+ <span class="amount"> 0.5 cup</span><span class="name" style="margin-left: 3px;">sour cream</span>
315
+ </span>
316
+ </td>
317
+ </tr>
318
+ <tr >
319
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
320
+ <span class="ingredient">
321
+ <span class="amount"> 0.25 cup</span><span class="name" style="margin-left: 3px;">salsa</span>; favorite
322
+ </span>
323
+ </td>
324
+ </tr>
325
+ <tr >
326
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
327
+ <span class="ingredient">
328
+ <span class="amount"> 1 </span><span class="name" style="margin-left: 3px;">Salt</span>
329
+ </span>
330
+ </td>
331
+ </tr>
332
+ <tr >
333
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
334
+ <span class="ingredient">
335
+ <span class="amount"> 1 </span><span class="name" style="margin-left: 3px;">Pepper</span>
336
+ </span>
337
+ </td>
338
+ </tr>
339
+ <tr >
340
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
341
+ <span class="ingredient">
342
+ <span class="amount"> 1 pound</span><span class="name" style="margin-left: 3px;">Cod</span>; Flounder or Haddock work too
343
+ </span>
344
+ </td>
345
+ </tr>
346
+ <tr >
347
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
348
+ <span class="ingredient">
349
+ <span class="amount"> 1 </span><span class="name" style="margin-left: 3px;">egg</span>
350
+ </span>
351
+ </td>
352
+ </tr>
353
+ <tr >
354
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
355
+ <span class="ingredient">
356
+ <span class="amount"> 2 tablespoons</span><span class="name" style="margin-left: 3px;">milk</span>
357
+ </span>
358
+ </td>
359
+ </tr>
360
+ <tr >
361
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
362
+ <span class="ingredient">
363
+ <span class="amount"> 1 tablespoon</span><span class="name" style="margin-left: 3px;">Flour</span>
364
+ </span>
365
+ </td>
366
+ </tr>
367
+ <tr >
368
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
369
+ <span class="ingredient">
370
+ <span class="amount"> 1 tablespoon</span><span class="name" style="margin-left: 3px;">corn meal</span>
371
+ </span>
372
+ </td>
373
+ </tr>
374
+ <tr >
375
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
376
+ <span class="ingredient">
377
+ <span class="amount"> 2 tablespoons of</span><span class="name" style="margin-left: 3px;">olive oil</span>; you could use peanut oil or butter also
378
+ </span>
379
+ </td>
380
+ </tr>
381
+ <tr >
382
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
383
+ <span class="ingredient">
384
+ <span class="amount"> 2 </span><span class="name" style="margin-left: 3px;">limes</span>; fresh, you'll use the juice
385
+ </span>
386
+ </td>
387
+ </tr>
388
+ <tr >
389
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
390
+ <span class="ingredient">
391
+ <span class="amount"> 1 tablespoon</span><span class="name" style="margin-left: 3px;">cider vinegar</span>
392
+ </span>
393
+ </td>
394
+ </tr>
395
+ <tr >
396
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
397
+ <span class="ingredient">
398
+ <span class="amount"> 1 </span><span class="name" style="margin-left: 3px;">red onion</span>; small; diced
399
+ </span>
400
+ </td>
401
+ </tr>
402
+ <tr >
403
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
404
+ <span class="ingredient">
405
+ <span class="amount"> 1 </span><span class="name" style="margin-left: 3px;">tomato</span>; diced
406
+ </span>
407
+ </td>
408
+ </tr>
409
+ <tr >
410
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
411
+ <span class="ingredient">
412
+ <span class="amount"> 2 cups</span><span class="name" style="margin-left: 3px;">red cabbage</span>; shredded
413
+ </span>
414
+ </td>
415
+ </tr>
416
+ <tr >
417
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
418
+ <span class="ingredient">
419
+ <span class="amount"> </span><span class="name" style="margin-left: 3px;">cilantro</span>; chopped fine; optional
420
+ </span>
421
+ </td>
422
+ </tr>
423
+ <tr >
424
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
425
+ <span class="ingredient">
426
+ <span class="amount"> </span><span class="name" style="margin-left: 3px;">Jalapenos</span>; optional
427
+ </span>
428
+ </td>
429
+ </tr>
430
+ <tr >
431
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
432
+ <span class="ingredient">
433
+ <b>
434
+ <span class="amount"> </span><span class="name" style="margin-left: 3px;">Seasoning mix</span>
435
+ </b>
436
+ </span>
437
+ </td>
438
+ </tr>
439
+ <tr >
440
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
441
+ <span class="ingredient">
442
+ <span class="amount"> 1 </span><span class="name" style="margin-left: 3px;">Ground Cumin</span>
443
+ </span>
444
+ </td>
445
+ </tr>
446
+ <tr >
447
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
448
+ <span class="ingredient">
449
+ <span class="amount"> 1 </span><span class="name" style="margin-left: 3px;">Ground Coriander</span>
450
+ </span>
451
+ </td>
452
+ </tr>
453
+ <tr >
454
+ <td style="min-width: 150px; max-width:320px; margin-right: 10px;padding-bottom:8px;">
455
+ <span class="ingredient">
456
+ <span class="amount"> </span><span class="name" style="margin-left: 3px;">Hot sauce</span>
457
+ </span>
458
+ </td>
459
+ </tr>
460
+ </table>
461
+ </div>
462
+ </div>
463
+ <div class="clearfix">
464
+ </div>
465
+ </div>
466
+ <div style="float:right;width:310px;margin-right:-45px;">
467
+ <!-- 300x250ROS -->
468
+ <div id='div-gpt-ad-1354225049630-1' style='width:300px; height:250px;'>
469
+ <script type='text/javascript'>
470
+ googletag.cmd.push(function() { googletag.display('div-gpt-ad-1354225049630-1'); });
471
+ </script>
472
+ </div>
473
+ <div style="text-align:center;font:arial;color:#444444;font-size:8pt;">Ads keep BigOven free. <a href="/pro">Remove ads</a> with BigOven Pro</div>
474
+ </div>
475
+ </div>
476
+ <div style="clear:both;">
477
+ <h2 style="padding-top:10px;">Steve's Fish Tacos Preparation</h2>
478
+ <div class="display-field instructions">
479
+ <p>As with any recipe, adaptation to your taste is the key to success and your culinary enjoyment.</p>
480
+ <p>
481
+ This recipe is a preparation of optional ingredients, then you build the tacos as you like them.
482
+ </p>
483
+ <p>
484
+ 1. Cut across the cabbage on the end opposite the stem in 1/4 inch rounds, then turn the rings and cut again to shred into small bite size pieces. Place the cabbage in a gallon freezer bag. Add 1 tablespoon of lime juice, the vinegar and season with salt pepper, cumin and coriander as you like. Shake the bag every direction to mix the ingredients and let sit while you prepare everything else.
485
+ </p>
486
+ <p>
487
+ 2. For the fish - Cut the fish into fillets that you will later pull apart with two forks. Mix the egg and milk together. Mix the flour and cornmeal, and add seasonings that you like. I have a 22 herb/spice mix that I've come up with that I mix in with the flour and corn meal. Coriander, cumin, salt and pepper, garlic and onion powder are a good start. I'll post the mix as a separate recipe.
488
+ </p>
489
+ <p>
490
+ 3. Bathe the fish in the mile/egg mixture, and dredge in the flour/seasoning mixture on both sides. Set aside until all the fish is ready.
491
+ </p>
492
+ <p>
493
+ 4. Heat the oil or butter in a pan on medium high, and cook the fish, about 4 minutes per side. Take the fish out of the pan with tongs, set on a cutting board and squeeze lime juice over it. Let it cool.
494
+ </p>
495
+ <p>
496
+ 5. Prepare the tomato, onion and cilantro and set out in small bowls. Mix the salsa of your choice and sour cream.
497
+ </p>
498
+ <p>
499
+ 6. When the fish has cooled, use one fork to anchor it and shred with the another, flaking off small pieces. Place in a bowl.
500
+ </p>
501
+ <p>
502
+ 7. Set out the cabbage in a small bowl.
503
+ </p>
504
+ <p>
505
+ 8. Heat the tortillas in a microwave. Place two on a plate, and build up your tacos with sour cream mix, fish, onion, tomato, tomato, jalapenos, hot sauce - whatever you like!
506
+ </p>
507
+ <p>
508
+ Fold over and dig in, with a nice IPA or crisp white wine!
509
+ </p>
510
+ </div>
511
+ </div>
512
+ <h2 style="padding-top:20px;">Food Glossary</h2>
513
+ <p>Learn more about the ingredients in this recipe:&nbsp;&nbsp;&nbsp;
514
+ <a href="http://www.bigoven.com/recipes/tortillas/best">tortillas</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/sour%20cream/best">sour cream</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/salsa/best">salsa</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/Salt/best">Salt</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/Pepper/best">Pepper</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/Cod/best">Cod</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/egg/best">egg</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/milk/best">milk</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/Flour/best">Flour</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/corn%20meal/best">corn meal</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/olive%20oil/best">olive oil</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/limes/best">limes</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/cider%20vinegar/best">cider vinegar</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/red%20onion/best">red onion</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/tomato/best">tomato</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/red%20cabbage/best">red cabbage</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/cilantro/best">cilantro</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/Jalapenos/best">Jalapenos</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/Ground%20Cumin/best">Ground Cumin</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/Ground%20Coriander/best">Ground Coriander</a>&nbsp;&nbsp;<a href="http://www.bigoven.com/recipes/Hot%20sauce/best">Hot sauce</a>&nbsp;&nbsp;
515
+ </p>
516
+ <h2 style="padding-top:20px;">Link to another BigOven recipe</h2>
517
+ <p><a href="/Recipe/Link/178920">Add a link</a>
518
+ to another recipe! What would you serve with this?
519
+ </p>
520
+ <div style="clear: both;">
521
+ </div>
522
+ </div>
523
+ <div id="tab-reviews" class="tab_content">
524
+ <div class="comment_form">
525
+ <form id="comment-form" action="/recipe/postreview/178920#tab-reviews" method="post">
526
+ <div style="float: left; width: 680px; margin-bottom: 30px; padding: 10px; background-color: #f6f6f6;
527
+ border: 1px solid #eeeeee;">
528
+ <textarea id="mycomment" name="comment" rows="4" style="height:180px;width: 670px; float: left; clear: both;
529
+ margin-bottom: 10px; background-color:#fff9d7"
530
+ disabled="true"
531
+ ></textarea>
532
+ <span style="float: left; margin-right: 10px; font-size: 11px; font-weight: bold;
533
+ margin-top: 4px;">Give it a rating</span>
534
+ <span style="float: left; margin-top: 4px; margin-right: 20px;">
535
+ <input name="star-rating" type="radio" class="star" value="1" title="Awful" alt="Awful"/>
536
+ <input name="star-rating" type="radio" class="star" value="2" title="Poor" alt="Poor"/>
537
+ <input name="star-rating" type="radio" class="star" value="3" title="OK" alt="OK"/>
538
+ <input name="star-rating" type="radio" class="star" value="4" title="Very Good" alt="Very Good"/>
539
+ <input name="star-rating" type="radio" class="star" value="5" title="Excellent" alt="Excellent"/>
540
+ </span>
541
+ <span style="float: left; margin-right: 10px; font-size: 11px; font-weight: bold;
542
+ margin-top: 4px;">Would you make it again?</span><input type="checkbox" name="make-again" style="float: left; margin-top: 4px;" checked /><label for="make-again">&nbsp;yes</label>
543
+ &nbsp;&nbsp;[please sign in to add your comment]
544
+ <div id="wait" style="display:none;float:right;margin-top:6px;"><img src="/assets/images/icons/ajax-loader.gif" /></div>
545
+ </div>
546
+ </form>
547
+ </div>
548
+ <!--% List<BigOven.Model.UserComment> comments = (List<BigOven.Model.UserComment>)ViewData["recipecomments"]; %>-->
549
+ <!--% Dictionary<long, BigOven.Model.User> commentUsers = (Dictionary<long, BigOven.Model.User>)ViewData["commentusers"]; %-->
550
+ <h3>Steve's Fish Tacos Reviews</h3>
551
+ <br />
552
+ <table>
553
+ <tr>
554
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
555
+ <a href="/user/Jesimattson">
556
+ <img class="image-48" src="http://www.bigoven.com/images/avatar-nopicture48.png" />
557
+ </a>
558
+ </td>
559
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
560
+ padding-top: 5px;">
561
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
562
+ <div class="cannotEdit" rel="122290">I used black cod and it turned out great!</div>
563
+ </div>
564
+ <div style="float: left; clear: both;">
565
+ <img src="/assets/images/icons/star4.png" width="83" height="15" alt=""/>
566
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
567
+ <a style="float: left;" href="/user/Jesimattson"><b>
568
+ Jesimattson</b></a>
569
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
570
+ margin-top: 0px;" />
571
+ </div>
572
+ <span style="font-size: 11px; color: #555555;">
573
+ 2 months, 1 weeks, 10 hours, 10 minutes ago
574
+ </span>
575
+ </div>
576
+ </td>
577
+ </tr>
578
+ <tr>
579
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
580
+ <a href="/user/Jankrische">
581
+ <img class="image-48" src="http://www.bigoven.com/pics/avatarsquare/48/jankrische.jpg" />
582
+ </a>
583
+ </td>
584
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
585
+ padding-top: 5px;">
586
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
587
+ <div class="cannotEdit" rel="118853">It means little that I think these are the best fish tacos ever. It's a whole different matter that my husband (a devoted fish-taco lover) thinks they're the best. He says the search is over--these are the ones. Thanks, Steve</div>
588
+ </div>
589
+ <div style="float: left; clear: both;">
590
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
591
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
592
+ <a style="float: left;" href="/user/Jankrische"><b>
593
+ Jankrische</b></a>
594
+ <a href="/pro"><img src="/assets/images/icons/badge-pro.png" style="float: left; margin-left: 10px;
595
+ margin-top: 0px;" /></a>
596
+ </div>
597
+ <span style="font-size: 11px; color: #555555;">
598
+ 3 months, 1 weeks, 1 days, 22 hours, 25 minutes ago
599
+ </span>
600
+ </div>
601
+ </td>
602
+ </tr>
603
+ <tr>
604
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
605
+ <a href="/user/yashibella411">
606
+ <img class="image-48" src="http://www.bigoven.com/images/avatar-nopicture48.png" />
607
+ </a>
608
+ </td>
609
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
610
+ padding-top: 5px;">
611
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
612
+ <div class="cannotEdit" rel="110005">Really good and simple</div>
613
+ </div>
614
+ <div style="float: left; clear: both;">
615
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
616
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
617
+ <a style="float: left;" href="/user/yashibella411"><b>
618
+ yashibella411</b></a>
619
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
620
+ margin-top: 0px;" />
621
+ </div>
622
+ <span style="font-size: 11px; color: #555555;">
623
+ 5 months, 3 weeks, 3 days, 18 hours, 44 minutes ago
624
+ </span>
625
+ </div>
626
+ </td>
627
+ </tr>
628
+ <tr>
629
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
630
+ <a href="/user/Tinytot">
631
+ <img class="image-48" src="http://www.bigoven.com/images/avatar-nopicture48.png" />
632
+ </a>
633
+ </td>
634
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
635
+ padding-top: 5px;">
636
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
637
+ <div class="cannotEdit" rel="109531">Awesome!! Easy and very tasty. Good for kids and adults. I'll definitely make these again.</div>
638
+ </div>
639
+ <div style="float: left; clear: both;">
640
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
641
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
642
+ <a style="float: left;" href="/user/Tinytot"><b>
643
+ Tinytot</b></a>
644
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
645
+ margin-top: 0px;" />
646
+ </div>
647
+ <span style="font-size: 11px; color: #555555;">
648
+ 5 months, 4 weeks, 1 days, 16 hours, 28 minutes ago
649
+ </span>
650
+ </div>
651
+ </td>
652
+ </tr>
653
+ <tr>
654
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
655
+ <a href="/user/stevemur">
656
+ <img class="image-48" src="http://www.bigoven.com/pics/avatarsquare/48/stevemur-3.jpg" />
657
+ </a>
658
+ </td>
659
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
660
+ padding-top: 5px;">
661
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
662
+ <div class="cannotEdit" rel="108160">Loved them; easy to make and a good option to serve at a large casual gathering, as everyone can customize to their liking.</div>
663
+ </div>
664
+ <div style="float: left; clear: both;">
665
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
666
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
667
+ <a style="float: left;" href="/user/stevemur"><b>
668
+ stevemur</b></a>
669
+ <a href="/pro"><img src="/assets/images/icons/badge-pro.png" style="float: left; margin-left: 10px;
670
+ margin-top: 0px;" /></a>
671
+ </div>
672
+ <span style="font-size: 11px; color: #555555;">
673
+ 6 months, 1 weeks, 6 days, 1 hours, 39 minutes ago
674
+ </span>
675
+ </div>
676
+ </td>
677
+ </tr>
678
+ <tr>
679
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
680
+ <a href="/user/tanilaprice">
681
+ <img class="image-48" src="http://www.bigoven.com/pics/avatarsquare/48/tanilaprice.jpg" />
682
+ </a>
683
+ </td>
684
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
685
+ padding-top: 5px;">
686
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
687
+ <div class="cannotEdit" rel="91523">Great!</div>
688
+ </div>
689
+ <div style="float: left; clear: both;">
690
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
691
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
692
+ <a style="float: left;" href="/user/tanilaprice"><b>
693
+ tanilaprice</b></a>
694
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
695
+ margin-top: 0px;" />
696
+ </div>
697
+ <span style="font-size: 11px; color: #555555;">
698
+ 1 years, 1 weeks, 1 days, 10 hours, 4 minutes ago
699
+ </span>
700
+ </div>
701
+ </td>
702
+ </tr>
703
+ <tr>
704
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
705
+ <a href="/user/tanilaprice">
706
+ <img class="image-48" src="http://www.bigoven.com/pics/avatarsquare/48/tanilaprice.jpg" />
707
+ </a>
708
+ </td>
709
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
710
+ padding-top: 5px;">
711
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
712
+ <div class="cannotEdit" rel="91524">Great!</div>
713
+ </div>
714
+ <div style="float: left; clear: both;">
715
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
716
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
717
+ <a style="float: left;" href="/user/tanilaprice"><b>
718
+ tanilaprice</b></a>
719
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
720
+ margin-top: 0px;" />
721
+ </div>
722
+ <span style="font-size: 11px; color: #555555;">
723
+ 1 years, 1 weeks, 1 days, 10 hours, 4 minutes ago
724
+ </span>
725
+ </div>
726
+ </td>
727
+ </tr>
728
+ <tr>
729
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
730
+ <a href="/user/Tmcmullin1959">
731
+ <img class="image-48" src="http://www.bigoven.com/images/avatar-nopicture48.png" />
732
+ </a>
733
+ </td>
734
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
735
+ padding-top: 5px;">
736
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
737
+ <div class="cannotEdit" rel="74802">Easy and delicious. My family loved them and I will definitely prepare them again. Thanks!</div>
738
+ </div>
739
+ <div style="float: left; clear: both;">
740
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
741
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
742
+ <a style="float: left;" href="/user/Tmcmullin1959"><b>
743
+ Tmcmullin1959</b></a>
744
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
745
+ margin-top: 0px;" />
746
+ </div>
747
+ <span style="font-size: 11px; color: #555555;">
748
+ 1 years, 6 months, 2 weeks, 2 days, 15 hours, 2 minutes ago
749
+ </span>
750
+ </div>
751
+ </td>
752
+ </tr>
753
+ <tr>
754
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
755
+ <a href="/user/Artolsav">
756
+ <img class="image-48" src="http://www.bigoven.com/pics/avatarsquare/48/artolsav.jpg" />
757
+ </a>
758
+ </td>
759
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
760
+ padding-top: 5px;">
761
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
762
+ <div class="cannotEdit" rel="72945">Fantastic! I added lots of cumin and coriander and put Jalapeno Tabasco on top. This will now be a new staple recipe in our house.</div>
763
+ </div>
764
+ <div style="float: left; clear: both;">
765
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
766
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
767
+ <a style="float: left;" href="/user/Artolsav"><b>
768
+ Artolsav</b></a>
769
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
770
+ margin-top: 0px;" />
771
+ </div>
772
+ <span style="font-size: 11px; color: #555555;">
773
+ 1 years, 7 months, 2 weeks, 14 hours, 5 minutes ago
774
+ </span>
775
+ </div>
776
+ </td>
777
+ </tr>
778
+ <tr>
779
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
780
+ <a href="/user/davoseventyseven">
781
+ <img class="image-48" src="http://www.bigoven.com/images/avatar-nopicture48.png" />
782
+ </a>
783
+ </td>
784
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
785
+ padding-top: 5px;">
786
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
787
+ <div class="cannotEdit" rel="45712"></div>
788
+ </div>
789
+ <div style="float: left; clear: both;">
790
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
791
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
792
+ <a style="float: left;" href="/user/davoseventyseven"><b>
793
+ davoseventyseven</b></a>
794
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
795
+ margin-top: 0px;" />
796
+ </div>
797
+ <span style="font-size: 11px; color: #555555;">
798
+ 2 years, 11 months, 3 weeks, 4 days, 22 hours, 44 minutes ago
799
+ </span>
800
+ </div>
801
+ </td>
802
+ </tr>
803
+ <tr>
804
+ <td style="padding-right: 10px; padding-top: 5px; padding-bottom: 25px;">
805
+ <a href="/user/StevesKitchen">
806
+ <img class="image-48" src="http://www.bigoven.com/pics/avatarsquare/48/010210044618750515.jpg" />
807
+ </a>
808
+ </td>
809
+ <td style="vertical-align: top; padding-left: 6px; padding-bottom: 25px;
810
+ padding-top: 5px;">
811
+ <div style="float: left; clear: both; margin-bottom: 5px; padding-right: 10px;">
812
+ <div class="cannotEdit" rel="42559">[I posted this recipe.]</div>
813
+ </div>
814
+ <div style="float: left; clear: both;">
815
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/>
816
+ <div style="float: left; clear: both; margin-bottom: 5px; margin-right: 5px;">
817
+ <a style="float: left;" href="/user/StevesKitchen"><b>
818
+ StevesKitchen</b></a>
819
+ <img src="/assets/images/icons/badge-member.png" style="float: left; margin-left: 10px;
820
+ margin-top: 0px;" />
821
+ </div>
822
+ <span style="font-size: 11px; color: #555555;">
823
+ 3 years, 1 months, 1 weeks, 18 hours, 7 minutes ago
824
+ </span>
825
+ </div>
826
+ </td>
827
+ </tr>
828
+ </table>
829
+ </div>
830
+ <div id="tab-photos" class="tab_content" style="padding: 20px; width: 710px;">
831
+ <li style="margin-top:10px;float:left;margin-right:20px;width:280px;height:340px;list-style-type:none;" id="26638">
832
+ <a href="http://mda.bigoven.com/pics/steves-fish-tacos-2.jpg" rel="nofollow" style="clear:both;"><img class="photoreg" src="http://mda.bigoven.com/pics/rs/256/steves-fish-tacos-2.jpg"/></a>
833
+ <p class="caption">
834
+ photo by <span class="avatarlink"><a href="/user/StevesKitchen"><img alt="StevesKitchen" title="StevesKitchen" src="http://www.bigoven.com/pics/avatarsquare/16/010210044618750515.jpg"></a>&nbsp;<a href="/user/StevesKitchen">StevesKitchen</a></span>
835
+ </p>
836
+ </li>
837
+ </div>
838
+ <div id="tab-nutrition" class="tab_content">
839
+ <div style="float: right;">
840
+ <div class="alert" style="width: 600px; padding-left: 75px; margin-bottom:40px; font-size: 11px; background: #FFF9D7 url(/assets/images/icons/badge-pro.png) no-repeat 12px 50%;">
841
+ <b>Calories Per Serving</b>: <span class="nutrition"><span class="calories">203</span></span><br />Want detailed nutrition information, including line-by-line <a href="http://blog.bigoven.com/blog/2012/04/look-inside-recipes-with-nutrition-insights-from-bigoven.html">nutrition insights</a>?&nbsp;&nbsp;<a href="/premium/benefits">Try BigOven Pro for Free for 14 days</a>!
842
+ </div>
843
+ <!-- 300x250ROS -->
844
+ <div id='div-gpt-ad-1354225049630-1' style='width:300px; height:250px;'>
845
+ <script type='text/javascript'>
846
+ googletag.cmd.push(function() { googletag.display('div-gpt-ad-1354225049630-1'); });
847
+ </script>
848
+ </div>
849
+ <div style="text-align:center;font:arial;color:#444444;font-size:8pt;">Ads keep BigOven free. <a href="/pro">Remove ads</a> with BigOven Pro</div>
850
+ </div>
851
+ </div>
852
+ <div id="tab-notes" class="tab_content">
853
+ <style type="text/css">
854
+ table#notesTable td {
855
+ font-size:9pt;
856
+ line-height: 1.2em;
857
+ padding:6px 6px 12px 0px;
858
+ }
859
+ .editableRow:hover { background-color:#fff9d7;
860
+ }
861
+ th {
862
+ color:#888888;
863
+ font-style:italic;
864
+ }
865
+ #noteDate {
866
+ width: 68px;
867
+ font-size: 9px;
868
+ }
869
+ </style>
870
+ <table id="notesTable">
871
+ <tr>
872
+ <th>Date</th>
873
+ <th>My private notes</th>
874
+ </tr>
875
+ <div class="comment_form">
876
+ <tr id="addNoteForm">
877
+ <td style="vertical-align:top;">
878
+ <input id="noteDate" type="text" name="date" />
879
+ </td>
880
+ <td>
881
+ <textarea id="note" name="note" rows="3" style="width: 400px; height:90px;float: left; clear: both;
882
+ margin-bottom: 10px; background-color:#fff9d7"></textarea>
883
+ </td>
884
+ <td style="vertical-align:top;">
885
+ <div>
886
+ <input type="button" id="submit2" class="btn" value="Add Private Note" onclick="javascsript:window.location = '/pro';"/>
887
+ </div>
888
+ <div class="caption">Add notes with <a href="/pro">BigOven Pro</a>!</div>
889
+ </td>
890
+ </tr>
891
+ </table>
892
+ <div id="Div1" style="display:none;float:right;margin-top:6px;"><img src="/assets/images/icons/ajax-loader.gif" /></div>
893
+ </div>
894
+ </div>
895
+ </div>
896
+ <div class="container" >
897
+ <!-- 728x90ROS -->
898
+ <div id='div-gpt-ad-1354225049630-2' style='width:728px; height:90px;'>
899
+ <script type='text/javascript'>
900
+ googletag.cmd.push(function() { googletag.display('div-gpt-ad-1354225049630-2'); });
901
+ </script>
902
+ </div>
903
+ <div style="text-align:center;font:arial;color:#444444;font-size:8pt;">Ads keep BigOven free. <a href="/pro">Remove ads</a> anywhere you log in with BigOven Pro</div>
904
+ </div>
905
+ <div>
906
+ <h4>Tags</h4>
907
+ <div style="clear:both;margin-top: 10px;">
908
+ <div id="editTagPanel" style="display:none;">
909
+ <form action="/utils/postTags" method="post" id="tagform-full" style="max-width:100%;">
910
+ <b>Edit the <b>public tags</b> for this recipe</b><br />
911
+ <p>Type in words separated by commas. Make sure they're useful to lots of people, not just you (Ex: gluten-free, easy cleanup)</p>
912
+ <div>
913
+ <input type="hidden" name="recipeid" value="178920" />
914
+ <input type="text" name="tag[0]" value="" class="tag" />
915
+ <input type="text" name="tag[0]" value="" class="tag" />
916
+ <input type="text" name="tag[0]" value="" class="tag" />
917
+ <input type="text" name="tag[0]" value="" class="tag" />
918
+ <input type="text" name="tag[0]" value="Fish" class="tag" />
919
+ <input type="text" name="tag[0]" value="American" class="tag" />
920
+ <input type="text" name="tag[0]" value="" class="tag" />
921
+ <div style="clear:both;margin-top:10px;display:block;">
922
+ <input type="submit" class="btn" id="btnSaveTags" style="width:90px;" value="Save"/>
923
+ <input type="button" class="btn" id="btnCancelTags" type="button" style="width:90px;" name="cancel" value="Cancel" onclick="cancelEditTags();" />
924
+ </div>
925
+ </div>
926
+ <br />
927
+ <br />
928
+ </form>
929
+ </div>
930
+ <ol class="recipe-tags">
931
+ <li class="tagedit-listelement tag"><a href="/recipes/Fish/tag">Fish</a></li>
932
+ <li class="tagedit-listelement tag"><a href="/recipes/American/tag">American</a></li>
933
+ </ol>
934
+ </div>
935
+ </div>
936
+ <div style="clear:both;">
937
+ <br />
938
+ <h2>Related Recipes</h2>
939
+ <div class="search-results">
940
+ <div class="result" style="margin-right:10px;">
941
+ <div class="result-image">
942
+ <a href="http://www.bigoven.com/recipe/160008/Steve's-Mushroom,-Spinach-and-Ground-Turkey-Lasagna">
943
+ <img class="image-64" alt="Steve's Mushroom, Spinach and Ground Turkey Lasagna" title="Steve's Mushroom, Spinach and Ground Turkey Lasagna" src="http://mda.bigoven.com/pics/rs/64/steves-mushroom-spinach-and-ground--12.jpg" /></a>
944
+ </div>
945
+ <div class="result-info">
946
+ <div>
947
+ <img src="/assets/images/icons/star45.png" width="83" height="15" alt=""/><span id="Span1">(31)</span>
948
+ </div>
949
+ <a href="http://www.bigoven.com/recipe/160008/Steve's-Mushroom,-Spinach-and-Ground-Turkey-Lasagna">
950
+ Steve's Mushroom, Spinach and Ground Turkey Lasagna</a>
951
+ <div>
952
+ </div>
953
+ </div>
954
+ </div>
955
+ <div class="result" style="margin-right:10px;">
956
+ <div class="result-image">
957
+ <a href="http://www.bigoven.com/recipe/157649/Steve's-Turkey-Burgers">
958
+ <img class="image-64" alt="Steve's Turkey Burgers" title="Steve's Turkey Burgers" src="http://mda.bigoven.com/pics/rs/64/steves-turkey-burgers-6.jpg" /></a>
959
+ </div>
960
+ <div class="result-info">
961
+ <div>
962
+ <img src="/assets/images/icons/star5.png" width="83" height="15" alt=""/><span id="Span1">(18)</span>
963
+ </div>
964
+ <a href="http://www.bigoven.com/recipe/157649/Steve's-Turkey-Burgers">
965
+ Steve's Turkey Burgers</a>
966
+ <div>
967
+ </div>
968
+ </div>
969
+ </div>
970
+ <div class="result" style="margin-right:10px;">
971
+ <div class="result-image">
972
+ <a href="http://www.bigoven.com/recipe/157504/Steve's-Chicken-Stir-Fry">
973
+ <img class="image-64" alt="Steve's Chicken Stir-Fry" title="Steve's Chicken Stir-Fry" src="http://mda.bigoven.com/pics/rs/64/steves-chicken-stir-fry-5.jpg" /></a>
974
+ </div>
975
+ <div class="result-info">
976
+ <div>
977
+ <img src="/assets/images/icons/star4.png" width="83" height="15" alt=""/><span id="Span1">(8)</span>
978
+ </div>
979
+ <a href="http://www.bigoven.com/recipe/157504/Steve's-Chicken-Stir-Fry">
980
+ Steve's Chicken Stir-Fry</a>
981
+ <div>
982
+ </div>
983
+ </div>
984
+ </div>
985
+ <div class="result" style="margin-right:10px;">
986
+ <div class="result-image">
987
+ <a href="http://www.bigoven.com/recipe/162205/Steve's-Yellow-Chicken-Curry">
988
+ <img class="image-64" alt="Steve's Yellow Chicken Curry" title="Steve's Yellow Chicken Curry" src="http://mda.bigoven.com/pics/rs/64/steves-yellow-chicken-curry-5.jpg" /></a>
989
+ </div>
990
+ <div class="result-info">
991
+ <div>
992
+ <img src="/assets/images/icons/star45.png" width="83" height="15" alt=""/><span id="Span1">(27)</span>
993
+ </div>
994
+ <a href="http://www.bigoven.com/recipe/162205/Steve's-Yellow-Chicken-Curry">
995
+ Steve's Yellow Chicken Curry</a>
996
+ <div>
997
+ </div>
998
+ </div>
999
+ </div>
1000
+ <div class="result" style="margin-right:10px;">
1001
+ <div class="result-image">
1002
+ <a href="http://www.bigoven.com/recipe/158017/Steve's-Pasta-Primavera">
1003
+ <img class="image-64" alt="Steve's Pasta Primavera" title="Steve's Pasta Primavera" src="http://mda.bigoven.com/pics/rs/64/steves-pasta-primavera-4.jpg" /></a>
1004
+ </div>
1005
+ <div class="result-info">
1006
+ <div>
1007
+ <img src="/assets/images/icons/star4.png" width="83" height="15" alt=""/><span id="Span1">(8)</span>
1008
+ </div>
1009
+ <a href="http://www.bigoven.com/recipe/158017/Steve's-Pasta-Primavera">
1010
+ Steve's Pasta Primavera</a>
1011
+ <div>
1012
+ </div>
1013
+ </div>
1014
+ </div>
1015
+ </div>
1016
+ </div>
1017
+ <div>
1018
+ <br />
1019
+ <h3>Blogger? <a id="getlink" href="#">Grab a link</a> to this recipe</h3>
1020
+ <br />
1021
+ <div id="linkdlg" class="reveal-modal">
1022
+ <div style="vertical-align:top;">
1023
+ Link type:&nbsp;&nbsp;
1024
+ <input type="radio" id="radText" class="rad" name="radType" value="1" /><label for="radText" style="margin-left:8px;">Text Link</label>&nbsp;&nbsp;
1025
+ <input type="radio" id="radThumb" class="rad" name="radType" value="2" /><label for="radThumb" style="margin-left:8px;">Picture Link (120x120)</label>
1026
+ <p>Want a link to this recipe? Just copy the text below and paste it into your blog:</p>
1027
+ <textarea id="txtLink" rows="4" cols="80" style="width:700px;height:90px;"></textarea>
1028
+ <br />
1029
+ <p><b>here's how it will appear in your blog:</b></p>
1030
+ <div id="smpl"></div>
1031
+ <a class="close-reveal-modal">&#215;</a>
1032
+ </div>
1033
+ </div>
1034
+ <br />
1035
+ <script type="text/javascript">
1036
+ $('#getlink').click(function () {
1037
+ $('#linkdlg').reveal();
1038
+ $('#radThumb').click();
1039
+ return false;
1040
+ });
1041
+ $("#txtLink").focus(
1042
+ function () {
1043
+ // only select if the text has not changed
1044
+ if (this.value == this.defaultValue) {
1045
+ this.select();
1046
+ }
1047
+ }
1048
+ );
1049
+ $(".rad").click(
1050
+ function () {
1051
+ var choice = this.value;
1052
+
1053
+ switch (choice) {
1054
+ case '1':
1055
+ var ht1 = '<a href="http://www.bigoven.com/recipe/178920/steves-fish-tacos" title="Steves Fish Tacos">Steves Fish Tacos recipe</a>';
1056
+ $('#txtLink').attr('value', ht1 );
1057
+ $('#smpl').html(ht1);
1058
+ break;
1059
+ case '2':
1060
+
1061
+ var ht2 = '<div><a href="http://www.bigoven.com/recipe/178920/steves-fish-tacos" title="Steves Fish Tacos"><img src="http://mda.bigoven.com/pics/rs/120/steves-fish-tacos-2.jpg" style="border:1px solid #444444;" title="Steves Fish Tacos" alt="Steves Fish Tacos" /></a><br/><a href="http://www.bigoven.com/recipe/178920/steves-fish-tacos" title="Steves Fish Tacos">Steves Fish Tacos recipe</a></div>';
1062
+ $('#txtLink').attr('value', ht2);
1063
+ $('#smpl').html(ht2);
1064
+
1065
+ break;
1066
+ }
1067
+
1068
+ }
1069
+
1070
+ );
1071
+
1072
+ function afterFBLoads(response) {
1073
+ getFriendsPanel('friendsPnl', 3);
1074
+ }
1075
+
1076
+ </script>
1077
+ </div>
1078
+ <script type="text/javascript">
1079
+ function verifyRecipe() {
1080
+ var url = '/recipe/178920/verify';
1081
+ $.ajax({
1082
+ type: 'POST',
1083
+ url: '/recipe/178920/verify',
1084
+ success: function () {
1085
+ $("#kitchenHelperDiv").replaceWith('<p><b>verified</b>, thanks! Want <a href="/recipes/verify">another</a>?</p>');
1086
+ }
1087
+ });
1088
+ }
1089
+
1090
+ function cookToFB() {
1091
+
1092
+ alert("Tell your friends on Facebook what you've made! First, you need to link your BigOven and Facebook accounts on the next screen.");
1093
+ window.location = "/account/me";
1094
+ return;
1095
+
1096
+ }
1097
+
1098
+ function editTags() {
1099
+ $("#editTagPanel").show();
1100
+ $("#editTagLink").hide();
1101
+ $(".tagedit-list").click();
1102
+ }
1103
+
1104
+ function buildMenu(recipeId) {
1105
+ window.location = "/menu/create?rid=" + recipeId;
1106
+ }
1107
+
1108
+ function cancelEditTags() {
1109
+ $("#editTagPanel").hide();
1110
+ $("#editTagLink").show();
1111
+
1112
+ }
1113
+
1114
+ function RecipeNote() {
1115
+ this.Date = null;
1116
+ this.ID = null;
1117
+ this.Notes = null;
1118
+ this.People = null;
1119
+ this.Variations = null;
1120
+ this.UserID = 0;
1121
+ this.RecipeID = 0;
1122
+ }
1123
+
1124
+ var existingRow;
1125
+ function addNote() {
1126
+ $("#addNoteBtn").attr('value', 'Adding...');
1127
+ var theNote = new RecipeNote();
1128
+ theNote.Date = $("#noteDate").attr('value');
1129
+ theNote.ID = 0;
1130
+ theNote.UserID = -1;
1131
+ theNote.Notes= $("#note").val();
1132
+ theNote.Notes = theNote.Notes.replace(/[<,>]/g,'');
1133
+ $.ajax({
1134
+ type: 'POST',
1135
+ url: '/proxy/api/notes?rid=178920',
1136
+ data: JSON.stringify(theNote),
1137
+ success: function (data) {
1138
+
1139
+ $("#addNoteBtn").attr('value', 'Add');
1140
+ $("#addNoteForm").before('<tr class="editableRow"><td style="vertical-align:top;" rel="'+data.ID+'" class="date">'+theNote.Date+'</td><td style="vertical-align:top;" rel="'+data.ID+'" class="note">'+theNote.Notes+'</td></tr>');
1141
+ $("#note").val('');
1142
+ $("#note").focus();
1143
+ },
1144
+ dataType: 'json'
1145
+ });
1146
+
1147
+ }
1148
+ function cancelRow() {
1149
+ $("#notesBtn").remove();
1150
+ $(".editingRow").replaceWith('<tr class="editableRow">' + existingRow + '</tr>');
1151
+ $(".editingRow").removeClass("editingRow").addClass("editableRow");
1152
+ $("#addNoteForm").show();
1153
+ $("#addNoteBtn").show();
1154
+ }
1155
+
1156
+ function submitEditingRow(id) {
1157
+ var obj = new Object();
1158
+ obj.date = $("#uDate").attr('value');
1159
+ obj.note = $("#uNote").val();
1160
+ $.ajax({
1161
+ type: 'POST',
1162
+ url: '/utils/note/' + id + '/update',
1163
+ data: obj,
1164
+ success: function (data) {
1165
+ $("#notesBtn").remove();
1166
+ $("#addNoteForm").show();
1167
+ $("#addNoteBtn").show();
1168
+ $(".editingRow").replaceWith('<tr class="editableRow"><td style="vertical-align:top;" rel="'+data.ID+'" class="date">'+formatDateShort(data.Date)+'</td><td style="vertical-align:top;" rel="'+data.ID+'" class="note">'+data.Notes+'</td></tr>');
1169
+
1170
+ },
1171
+ dataType:'json'
1172
+ });
1173
+
1174
+ // reload the page
1175
+ }
1176
+ function delEditingRow(id) {
1177
+ $.ajax({
1178
+ type: 'POST',
1179
+ url: '/utils/note/'+id+'/delete',
1180
+ data: null,
1181
+ success: function () {
1182
+ $("#notesBtn").remove();
1183
+ $(".editingRow").replaceWith('');
1184
+ $("#addNoteForm").show();
1185
+ $("#addNoteBtn").show();
1186
+ }
1187
+ });
1188
+
1189
+ }
1190
+
1191
+ function checkIfInView(element){
1192
+ var offset = element.offset().top - $(window).scrollTop();
1193
+ if(offset > window.innerHeight){
1194
+ $('html,body').animate({scrollTop: offset}, 1000);
1195
+ return false;
1196
+ }
1197
+ return true;
1198
+ }
1199
+
1200
+ function showNotes()
1201
+ {
1202
+ $("ul.tabs li").removeClass("active");
1203
+ $(".tab_content").hide();
1204
+ $("ul.tabs #li-tab-notes").addClass("active");
1205
+ $("#tab-notes").show();
1206
+ $("#note").focus();
1207
+ }
1208
+
1209
+ $(document).ready(function () {
1210
+
1211
+ $(document).bind('DOMSubtreeModified', function () {
1212
+ if (($('script[src*="onetsp"]').length > 0)
1213
+ || $('SCRIPT[src*="ziplist"]').length > 0)
1214
+ {
1215
+ $('script[src*="onetsp"]').remove();
1216
+ alert("Sorry, that's not an authorized use of BigOven. Please review our terms of use at www.bigoven.com/site/terms.\n\nLooking for an easy way to organize recipes and create portable grocery lists from your recipes? Consider BigOven PRO!");
1217
+ window.location = "/pro";
1218
+ }
1219
+ });
1220
+
1221
+ $(".editableRow").live('click', function () {
1222
+ // turn into editing
1223
+
1224
+ if ($(this).hasClass("editableRow")) {
1225
+ $("#addNoteForm").hide();
1226
+ $("#addNoteBtn").hide();
1227
+ var curRow = $(this).find(".note").attr('rel');
1228
+ existingRow = $(this).html();
1229
+ $(this).removeClass("editableRow");
1230
+ $(this).addClass("editingRow");
1231
+ var dt = $(this).find(".date").html();
1232
+ $(this).find(".date").html('<input id="uDate" style="width:68px;" class="datePicker" value="' + dt + '"></input>');
1233
+ $(this).find(".note").html('<textarea id="uNote" rows="3" style="width: 400px; height:80px; float: left; clear: both;margin-bottom: 10px; background-color:#fff9d7">' + $(this).find('.note').html() + '</textarea>');
1234
+ $(this).append('<td><input type="submit" value="Update" onclick="submitEditingRow(' + curRow + ');" class="btn"/><br/><input type="submit" value="Delete" onclick="delEditingRow(' + curRow + ');" class="btn"/><input type="button" value="Cancel" onclick="cancelRow();" class="btn"/></td>');
1235
+ $(".datePicker").datepicker();
1236
+ }
1237
+ });
1238
+
1239
+ $("#noteDate").datepicker();
1240
+ $("#noteDate").attr('value', '3/10/2013');
1241
+
1242
+ $("#txtSearch").focus();
1243
+
1244
+ $(".unlinkedBullet").tipsy({ gravity: 's' });
1245
+ $(".linkedBullet").tipsy({ gravity: 's' });
1246
+
1247
+ // Fullexample
1248
+ $("#tagform-full").find('input.tag').tagedit({
1249
+ });
1250
+
1251
+ $("#submitreview").click(function (e) {
1252
+ var myRating = parseInt( $("input[name='star-rating']").val());
1253
+
1254
+ // show the spinner
1255
+ $("#submitreview").hide();
1256
+ $("#wait").show();
1257
+ $("#wait").html("<img src=\"/assets/images/icons/ajax-loader.gif\"/>&nbsp;&nbsp;thanks! one moment...");
1258
+ });
1259
+
1260
+ $('#comment-form :radio.star').rating();
1261
+ setClickable(0);
1262
+
1263
+ setSubheadClickable(0);
1264
+ });
1265
+
1266
+ $(document).ready(function () {
1267
+
1268
+ $(".tab_content").hide();
1269
+ $("ul.tabs li:first").addClass("active").show();
1270
+ $(".tab_content:first").show();
1271
+
1272
+ //On Click Event
1273
+ $("ul.tabs li").click(function () {
1274
+ $("ul.tabs li").removeClass("active");
1275
+ $(this).addClass("active");
1276
+ $(".tab_content").hide();
1277
+ var activeTab = $(this).find("a").attr("href");
1278
+ $(activeTab).show();
1279
+ if (activeTab == "#tab-reviews") {
1280
+ $("#mycomment").focus();
1281
+ }
1282
+ return false;
1283
+ });
1284
+
1285
+ if (window.location.hash == '#tab-reviews') {
1286
+ $("ul.tabs li").removeClass("active");
1287
+ $(".tab_content").hide();
1288
+ $("ul.tabs #li-tab-reviews").addClass("active");
1289
+ $(window.location.hash).show();
1290
+ }
1291
+ else if (window.location.hash == '#tab-notes') {
1292
+ showNotes();
1293
+ }
1294
+ });
1295
+ </script>
1296
+ </div>
1297
+ <div id="right_content" style="overflow:hidden;">
1298
+ <div class="container">
1299
+ <div class="header open" style="font-weight: bold; margin-bottom: 9px; font-size: 12px;">
1300
+ Share
1301
+ <span style="float:right;margin-right:30px;">
1302
+ <a href="http://pinterest.com/pin/create/button/?url=http%3a%2f%2fwww.bigoven.com%2frecipe%2f178920%2fsteves-fish-tacos&media=http%3a%2f%2fmda.bigoven.com%2fpics%2frs%2f256%2fsteves-fish-tacos-2.jpg&description=Steve%27s+Fish+Tacos%20on%20BigOven%3A%20I+had+never+tried+fish+tacos+until+my+son%2c+fresh+out+of+boot+camp%2c+asked+me+to+make+them.+I+found+a+basic+recipe%2c+then+adapted+it+from+there%2c+and+now+it%27s+one+of+my+favorite+things+to+eat!" class="pin-it-button" count-layout="horizontal">Pin It</a>
1303
+ <script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script>
1304
+ </span>
1305
+ </div>
1306
+ <div id="addPlanDialog" style="display:none;">
1307
+ <br />
1308
+ <input type="hidden" id="addPlanRecipeID" />
1309
+ <input type="hidden" id="addPlanUserID" />
1310
+ <input type="hidden" id="addPlanResizeTo" />
1311
+ Add to
1312
+ <select name="mealChoice" id="mealChoice">
1313
+ <option value="1">Breakfast</option>
1314
+ <option value="3">Lunch</option>
1315
+ <option value="5" selected>Dinner</option>
1316
+ </select>
1317
+ on:
1318
+ <br /><br />
1319
+ <div id="addPlanDatePicker"></div>
1320
+ <br />
1321
+ <p style="text-align:center;">
1322
+ <input type="button" value="Add to Plan" class="btn" id="btnAddToPlan" onclick="javascript:addToPlanConfirmed();" />
1323
+ <input type="button" value="Cancel" class="btn" onclick="$('#addPlanDialog').dialog('close');" />
1324
+ </p>
1325
+ </div>
1326
+ <div style="font-size: 12px;">
1327
+ <div class="content" style="margin-bottom: 10px;">
1328
+ <a class="btn action-button" href="http://www.bigoven.com/recipe/178920/steves-fish-tacos" onclick="fbs_click();" title="Click to share this post on Facebook"><img src="/assets/images/icons/facebook16.png"/>Facebook</a>
1329
+ <a href="/recipe/email/178920?resizeTo=6" class="btn action-button" ><img src="/assets/images/email16.png" />Email</a>
1330
+ <a id="revmark" href="javascript:showReviewTab(-1);" class="btn action-button"><img src="/assets/images/review16.png" />Review it!</a>
1331
+ <a id="pmark" href="http://www.bigoven.com/recipe/178920/steves-fish-tacos/print?resizeTo=6" class="btn action-button"><img src="/assets/images/print16.png" />Print</a>
1332
+ </div>
1333
+ <br />
1334
+ <div class="header open" style="font-weight: bold; margin-bottom: 3px; font-size: 12px;">
1335
+ Plan
1336
+ </div>
1337
+ <div class="content" style="margin-bottom: 10px;">
1338
+ <a id="apmark" class="btn action-button" href="javascript:addToPlan(178920, -1, 6);"><img src="/assets/images/plan16.png" />+ Calendar</a>
1339
+ <a id="gsmark" class="btn action-button" href="javascript:addToGrocery(178920,-1,6);"><img src="/assets/images/grocery16.png" />+ Grocery</a><span id="glog"></span>
1340
+ <br />
1341
+ </div>
1342
+ <div class="header open" style="font-weight: bold; margin-bottom: 3px; font-size: 12px;">
1343
+ Organize
1344
+ </div>
1345
+ <div class="content">
1346
+ <a class="btn action-button" href="javascript:addToFavorites(178920, -1, '','http://www.bigoven.com/recipe/178920/steves-fish-tacos',false);" id="favmark"><img src="/assets/images/favorite16.png" />+ Favorite</a>
1347
+ <span id="favlog"></span>
1348
+ <a class="btn action-button" href="javascript:addToTrySoon(178920, -1, '','http://www.bigoven.com/recipe/178920/steves-fish-tacos',false);" id="tsmark"><img src="/assets/images/trysoon16.png" />+ Try Soon</a>
1349
+ <span id="tslog"></span>
1350
+ <a id="bmmark" class="btn action-button" href="javascript:buildMenu(178920);"><img src="/assets/images/plan16.png" />Create a Menu</a>
1351
+ <a class="btn action-button" href="/recipe/178920/customize"><img src="/assets/images/customize16.png" />Customize</a>
1352
+ <a class="btn action-button" id="slmark" href="#" onclick="javascript:addToStatusLog(178920, -1);openGraphAction('make','recipe','http://www.bigoven.com/recipe/178920/steves-fish-tacos', token,'sllog','made');">+ I've Made</a> <span id="sllog"></span>
1353
+ </div>
1354
+ </div>
1355
+ </div>
1356
+ <div class="container">
1357
+ <div class="header open" style="font-weight: bold; margin-bottom: 3px; font-size: 12px;">
1358
+ Explore more recipes
1359
+ </div>
1360
+ <a class="tag" href="/recipes/Main-Dish">
1361
+ Main Dish</a><br />
1362
+ <a href="/recipes/Main-Dish/Fish and Shellfish">
1363
+ Fish and Shellfish</a>
1364
+ </div>
1365
+ <!-- sidebar ad space-->
1366
+ <div class="container">
1367
+ <div style="font-size: 12px; margin-bottom: 15px; float: left;">
1368
+ <div class="header open" style="font-weight: bold; margin-bottom: 20px; font-size: 12px;">
1369
+ Posted By
1370
+ </div>
1371
+ <div class="content" style="margin-bottom: 10px;">
1372
+ <a href="/user/StevesKitchen"><img class="image-48" style="float: left;" src="http://www.bigoven.com/pics/avatarsquare/48/010210044618750515.jpg" /></a>
1373
+ <div style="float: left; margin-left: 8px; width: 90px;">
1374
+ <div style="float: left; font-weight: bold;">
1375
+ <a class="author" href="/user/StevesKitchen">StevesKitchen</a>
1376
+ <img src="/assets/images/icons/badge-member.png" style="margin-top: 5px;" />
1377
+ </div>
1378
+ <img src="/assets/images/icons/addmedal.png" style="float: left;" />
1379
+ <a href="/medal/award/750515/recipe/178920" style="float: left; margin-left: 3px; font-size: 12px; margin-bottom: 3px;">
1380
+ Award Medal
1381
+ </a>
1382
+ </div>
1383
+ </div>
1384
+ </div>
1385
+ </div>
1386
+ <div id="friendsPnl"></div>
1387
+ <div class="container" >
1388
+ <!-- 160x600ROS -->
1389
+ <div id='div-gpt-ad-1354225049630-0' style='width:160px; height:600px;'>
1390
+ <script type='text/javascript'>
1391
+ googletag.cmd.push(function() { googletag.display('div-gpt-ad-1354225049630-0'); });
1392
+ </script>
1393
+ </div>
1394
+ <br />
1395
+ </div>
1396
+ <!-- ad -->
1397
+ </div>
1398
+ </div>
1399
+ </div>
1400
+ </div>
1401
+ </div>
1402
+ <div id="pleaseLogin" class="reveal-modal">
1403
+ <table>
1404
+ <tr>
1405
+ <td style="padding-right:30px;"><img src="/assets/images/icons/bigoven-glass.png"/></td>
1406
+ <td style="vertical-align:top;">
1407
+ <h1>Please <a href="/account/login" class="loginURL">sign in</a> first.</h1>
1408
+ <p>Not yet a BigOven member? <a href="/account/facebook">Join us</a>, save time and money!</p>
1409
+ <a class="close-reveal-modal">&#215;</a>
1410
+ <br />
1411
+ <h1>Ready? <a href="/account/login" class="loginURL">Let's get cooking</a>.</h1>
1412
+ </td>
1413
+ </tr>
1414
+ </table>
1415
+ </div>
1416
+ <style type="text/css">
1417
+ #footer a:hover {text-decoration:underline;}
1418
+ </style>
1419
+ <div id="footer" style="clear:both;">
1420
+ <div class="container" style="font-size: 11px;">
1421
+ <div style="float: left; width: 300px;">
1422
+ Copyright 2013 BigOven &reg;
1423
+ <br />
1424
+ Keep all your recipes here &trade;
1425
+ <br />
1426
+ [new server]
1427
+ <br />
1428
+ Visit us on <a href="http://www.facebook.com/bigoven">Facebook</a>, <a href="http://www.twitter.com/bigoven">Twitter</a> or <a href="https://plus.google.com/104376583525004369221" rel="publisher">Google+</a>
1429
+ <br /> <br />
1430
+ <a href="/account/me">My Profile and Settings</a>
1431
+ <br/><br/>
1432
+ <a href="/site/badges">Grab a badge and link to us!</a>
1433
+ </div>
1434
+ <div class="column" style="margin-left: 15px;">
1435
+ <span class="header"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fbigoven&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;font&amp;colorscheme=light&amp;action=like&amp;height=21&amp;appId=297564810272481" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe></span>
1436
+ <a href="/site/about">About us</a>
1437
+ <a href="/community">Community</a>
1438
+ <a href="/site/jobs">Jobs</a>
1439
+ <a href="/site/testimonials">Testimonials</a>
1440
+ <a href="http://blog.bigoven.com">Blog</a>
1441
+ </div>
1442
+ <div class="column">
1443
+ <span class="header">Support / Advertising</span>
1444
+ <a href="http://support.bigoven.com">Support</a>
1445
+ <a href="/site/advertise">Advertise with us</a>
1446
+ <a href="/rss">RSS feeds</a>
1447
+ <a href="/site/privacy">Privacy Policy</a>
1448
+ <a href="/article">Articles</a>
1449
+ </div>
1450
+ <div class="column">
1451
+ <span class="header">Software</span>
1452
+ <a href="http://api.bigoven.com">BigOven API</a>
1453
+ <br />
1454
+ <a href="/mobile">Recipe Software</a>
1455
+ <a href="/site/terms">Site Terms</a>
1456
+ <a href="/site/guidelines">Guidelines</a>
1457
+ </div>
1458
+ </div>
1459
+ </div>
1460
+ <script type="text/javascript">
1461
+ function noThanksFB()
1462
+ {
1463
+ $.cookie("noThanksFB", "true");
1464
+ $("#mepic").tipsy("hide");
1465
+
1466
+ $("#fb").tipsy("hide");
1467
+
1468
+ }
1469
+
1470
+ var vc;
1471
+
1472
+ function bumpViewCount()
1473
+ {
1474
+ vc = $.cookie("vc");
1475
+ vc = Number(vc)+1;
1476
+ $.cookie("vc", vc);
1477
+ }
1478
+
1479
+
1480
+ function setCookie(c_name,value,exdays)
1481
+ {
1482
+ var exdate=new Date();
1483
+ exdate.setDate(exdate.getDate() + exdays);
1484
+ var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
1485
+ document.cookie=c_name + "=" + c_value;
1486
+ }
1487
+
1488
+ function getCookie(c_name)
1489
+ {
1490
+ var i,x,y,ARRcookies=document.cookie.split(";");
1491
+ for (i=0;i<ARRcookies.length;i++)
1492
+ {
1493
+ x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
1494
+ y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
1495
+ x=x.replace(/^\s+|\s+$/g,"");
1496
+ if (x==c_name)
1497
+ {
1498
+ return unescape(y);
1499
+ }
1500
+ }
1501
+ }
1502
+
1503
+
1504
+
1505
+ $(document).ready(function () {
1506
+ var watermark = '250,000+ recipes... yum.';
1507
+ $('#txtSearch').blur(function () {
1508
+ if ($(this).val().length == 0)
1509
+ $(this).val(watermark).addClass('watermark');
1510
+ });
1511
+ $("#txtSearch").focus(function () {
1512
+ if ($(this).val() == watermark)
1513
+ $(this).val('').removeClass('watermark');
1514
+ }).val(watermark).addClass('watermark');
1515
+
1516
+ $('input#txtSearch').blur();
1517
+
1518
+ $("#shadow").css("height", $(document).height()).hide();
1519
+ /* Shared menu code */
1520
+ $("ul.subnav").parent().append("<span></span>");
1521
+
1522
+
1523
+
1524
+ });
1525
+
1526
+ var _gaq = _gaq || [];
1527
+ _gaq.push(['_setAccount', 'UA-987433-1']);
1528
+ _gaq.push(['_trackPageview']);
1529
+
1530
+ (function () {
1531
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1532
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
1533
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1534
+ })();
1535
+
1536
+
1537
+
1538
+ </script>
1539
+ <script type="text/javascript">
1540
+ var _qevents = _qevents || [];
1541
+ (function () {
1542
+ var elem = document.createElement('script');
1543
+ elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
1544
+ elem.async = true;
1545
+ elem.type = "text/javascript";
1546
+ var scpt = document.getElementsByTagName('script')[0];
1547
+ scpt.parentNode.insertBefore(elem, scpt);
1548
+ })();
1549
+
1550
+ _qevents.push({
1551
+ qacct: "p-6bZkVdvobY_PU"
1552
+
1553
+ });
1554
+ </script>
1555
+ <noscript>
1556
+ <div style="position:absolute;top:0px;left:0px;height:100px;margin-top:20px;">
1557
+ <div class="alert">
1558
+ <h3>Please enable JavaScript</h3>
1559
+ <p>JavaScript is <b>required</b> for BigOven to function properly.
1560
+ <b><a href="http://support.google.com/bin/answer.py?hl=en&answer=23852">Read how to enable Javascript</a></b> in your web browser.
1561
+ </p>
1562
+ </div>
1563
+ </div>
1564
+ </noscript>
1565
+ </body>
1566
+ </html>