
$(document).ready(function() {
	
	/* This is used to add the Yelp link for this site to the header */
	var yelp_link = '<a id="yelp_link" target="_blank" href="http://www.yelp.com/biz/flag-overhead-garage-door-service-sunnyvale">' + 
		  '<img src="http://embed.yelpcdn.com/static/20101216574332360/img/ext/miniButton.gif" width="80" height="15" alt="Flag Overhead Garage Door Service" />' + 
		  '</a>';
	
	$('#brand').append(yelp_link);


	/* if ($.inArray("test", window.location.pathname.split("/"))) { 
	} */
});

