<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brooklyn Beefsteak</title>
	<atom:link href="http://brooklynbeefsteak.com/feed" rel="self" type="application/rss+xml" />
	<link>http://brooklynbeefsteak.com</link>
	<description>BEEF BEER FUN!</description>
	<lastBuildDate>Sat, 05 May 2012 21:47:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title></title>
		<link>http://brooklynbeefsteak.com/uncategorized/72.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=72</link>
		<comments>http://brooklynbeefsteak.com/uncategorized/72.html#comments</comments>
		<pubDate>Tue, 16 Aug 2011 05:04:39 +0000</pubDate>
		<dc:creator>dsilverman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brooklynbeefsteak.com/wordpress/?p=72</guid>
		<description><![CDATA[The 2011 Brooklyn Beefsteak would not have been possible if it weren&#8217;t for the generous support of McSorley’s Ale. So please, in the name of beef, beer and fun, go out a buy a sixer of New York&#8217;s oldest ale. We look forward to seeing you all again soon!]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://brooklynbeefsteak.com/wordpress/wp-content/uploads/2011/05/cheeringFans.png"></a></p>
<p style="text-align: left;"><a href="http://brooklynbeefsteak.com/wp-content/uploads/2011/08/seeyainthespring1.png"><img class="alignnone size-full wp-image-479" title="seeyainthespring" src="http://brooklynbeefsteak.com/wp-content/uploads/2011/08/seeyainthespring1.png" alt="" width="650" height="127" /></a></p>
<p style="text-align: left;">	<ul id="slideshow" style="display:none;">
							
				<li>
					<h3>stacker</h3>
					<span>http://brooklynbeefsteak.com/wp-content/uploads/slideshow-gallery/stacker.jpg</span>
					<p>stacker</p>
											<a href="" title="stacker"></a>
									</li>
					
				<li>
					<h3>Bread</h3>
					<span>http://brooklynbeefsteak.com/wp-content/uploads/slideshow-gallery/bread.jpg</span>
					<p>bread</p>
											<a href="" title="Bread"></a>
									</li>
					
				<li>
					<h3>big crowd</h3>
					<span>http://brooklynbeefsteak.com/wp-content/uploads/slideshow-gallery/bigcrowd.jpg</span>
					<p>big crowd</p>
											<a href="" title="big crowd"></a>
									</li>
					
				<li>
					<h3>The Band 2</h3>
					<span>http://brooklynbeefsteak.com/wp-content/uploads/slideshow-gallery/theband2.jpg</span>
					<p>adfkadf</p>
											<a href="" title="The Band 2"></a>
									</li>
					
				<li>
					<h3>The Band</h3>
					<span>http://brooklynbeefsteak.com/wp-content/uploads/slideshow-gallery/1831770_height370_width560.jpg</span>
					<p>The Band 2010</p>
											<a href="" title="The Band"></a>
									</li>
					
				<li>
					<h3>Eating Contest</h3>
					<span>http://brooklynbeefsteak.com/wp-content/uploads/slideshow-gallery/1831772_height370_width560.jpg</span>
					<p>Eating Contest 2010</p>
											<a href="" title="Eating Contest"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://brooklynbeefsteak.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 10;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>
</p>
<p><strong> </strong></p>
<p><strong><a href="http://brooklynbeefsteak.com/wp-content/uploads/2011/05/NYTHEARTBEEFSTEAKS.png"><img class="alignnone size-full wp-image-146" title="NYTHEARTBEEFSTEAKS" src="http://brooklynbeefsteak.com/wp-content/uploads/2011/05/NYTHEARTBEEFSTEAKS.png" alt="" width="631" height="47" /></a></strong></p>
<p style="text-align: justify;"><strong><img src="file:///Users/dereksilverman/Library/Caches/TemporaryItems/moz-screenshot.png" alt="" /><img src="file:///Users/dereksilverman/Library/Caches/TemporaryItems/moz-screenshot-1.png" alt="" /><span style="font-weight: normal;"><strong>The  2011 Brooklyn Beefsteak would not have been possible if it weren&#8217;t for  the generous support of<br />
</strong></span></strong><strong>McSorley’s Ale. So please, in the name of beef,  beer and fun, go out a buy a sixer of New York&#8217;s oldest<br />
</strong><strong>ale. We look  forward to seeing you all again soon!</strong></p>
<p style="text-align: left;"><strong><a href="http://brooklynbeefsteak.com/wp-content/uploads/2011/05/beefsteakaprons.png"><img class="alignnone size-full wp-image-158" title="beefsteakaprons" src="http://brooklynbeefsteak.com/wp-content/uploads/2011/05/beefsteakaprons.png" alt="" width="631" height="300" /></a><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://brooklynbeefsteak.com/uncategorized/72.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

