Patty Blee performs Friday night, March 9.
Jim Fowler, owner of St. George?s Pub in Brigantine, and Jorge Penagos, his head chef, combine for more years working in the hospitality industry than the average life expectancy, and that?s a selling point Fowler seems most proud of. He?s been successful by recognizing quality, identifying what people want most, surrounding himself with talent and work ethics that meet his high standards, and giving back to a community that backs up his business ventures.?
Fowler?s history in hospitality is family rooted, and predates by a long stretch his building, managing, co-owning and owning outright St. George?s Pub, which debuted in 1991 and is among the longest-tenured residents ? if not the longest ? in the Brigantine Towne Center.
Recently, when local banks balked at financing due to a down economy, and bureaucratic red tape threatened an expansion project that would double St. George?s seating capacity and give it a state-of-the-art kitchen, Fowler tracked down a friend in financing who helped get the $300,000 job done. A new menu was brought in by Penagos, a master chef by anyone?s standards who?s created the kind of delicacies you might not expect to find in such an unassuming establishment. ?
Lately St. George?s has also bolstered its entertainment slate. Currently a revolving list of the area?s top local entertainers performs in the main bar area every Friday night, starting with mellow classics around 6pm that blend well with the dinner crowd, then morphing into a more nightlife-ish feel later in the evening. Last Friday (March 2) it was Jesse Boyington, a singer/acoustic guitarist who?s been popular in the area for over 30 years, and this Friday (March 9), songstress extraordinaire Patty Blee returns to perform in the town in which she was raised.?
?The entertainment has gotten better and better ? it?s gone off the chart,? says Fowler, a charter-boat captain on the side whose fresh-caught tuna often ends up in Penagos? culinary creations. ?This Friday night is Patty Blee, a local girl from Brigantine who?s really made a name for herself [having just released her third CD, From the Inside] and has opened for some big-time headliners [among them Martina McBride, Pat Benatar, Boz Scaggs, Gregg Allman, Soozie Tyrell and others]. We?re really looking forward to that, and we?ve got her booked for several other nights down the road along with Brian Smallwood [March 16], Mike Lupis [March 23] and Jeff Hornberger [March 30].??
St. George?s does a Quizzo night every Wednesday (starting 9pm), and while live music is currently contained mainly to Friday nights, that may be expanded to other nights during the busier summer months, or for certain special events. Fowler and his wife, Shirley, are actively involved in fishing tournaments that raise money for cancer research, such as the Greater Atlantic Bluefish Tournament (celebrating 25 years on June 2), and the Ladies Invitational Bluefish Tournament (28th year, June 16), the latter of which has seen Fowler?s 35-foot Carolina Classic Taildancer compete in every one of the first 27 tournaments. ?
On Saturday, March 17, St. George?s will host a St. Patrick?s Day bash with live bagpipers, and on Saturday, March 31, a full band will be on hand to celebrate Brian Smallwood?s birthday. Performing in that group will be guitarist and longtime St. George?s pub manager Paul Strong, who says bringing regular live music back to the pub has been very well received so far. ?
?We?ve had some really good crowds,? says Strong. ?A few might have been here anyway, but it?s definitely helped to bring out some people who just enjoy live entertainment. It?s just been something nice to be able to provide for our clientele.?
St. George's Pub
Where: 4282 Harbor Beach Blvd., Brigantine ?
When: Open 24 hours. Live music Fri., March 9, Patty Blee, 6pm; Fri., March 16, Brian Smallwood, 6pm; Sat., March 17, St. Patrick?s Day party, 1pm; Fri., March 23, Mike Lupis, 6pm; Fri., March 30, ?Jeff Hornberger, 6pm. ?
Web: stgeorgespub.com ?
Phone: 266-1001?
Patty Blee
*/ var formWrap = $( 'add_comment_form' ); var formDivs = $$( '#add_comment_form div' ); for ( i = 0; i ' + name + ' said... on ' + timeStamp }); var commentPar = new Element( 'p', { 'html': '?' + comment + '?' }); var ruleDiv = new Element( 'div', { 'class': 'rule' }); authorPar.inject( commentDiv ); commentPar.inject( commentDiv ); commentDiv.inject( commentWrap ); ruleDiv.inject( commentWrap ); } else { msgPar.innerHTML = "Comment has been sent for approval"; } } } // FUNCTION TO DISPLAY LATEST COMMENT ON MULTIMEDIA PAGES TRIGGERED BY AJAX CALL BACK function showMMComment(theName, theComment) { // 'name' and 'comment' have placeholder content for testing, actual data would be sent from DB var name = theName; var comment = theComment; var flagged = false; var status; var error; /* COMMENT HTML MARKUP STRUCTURE
*/ var formWrap = $( 'media_add_comment' ); var commentForm = formWrap.getElement( 'form' ); commentForm.setStyle( 'display', 'none' ); var msgPar = new Element( 'p', { 'html': 'Thank you, your comment has been added.' }); msgPar.inject( formWrap ); if ( comment != '' ) { if ( !flagged ) { if ( name == '' ) name = 'Anonymous'; var commentWrap = $( 'comments_wrap' ); var commentUl = commentWrap.getElement( 'ul' ); var commentLi = new Element( 'li', { 'class': 'clear' }); var numDiv = new Element( 'div', { 'class': 'num', 'html': '?' }); var commentPar = new Element( 'p', { 'html': '
' + comment }); numDiv.inject( commentLi ); commentPar.inject( commentLi ); commentLi.inject( commentUl ); } else { msgPar.set( 'html', 'Comment has been sent for approval' ); } } } function displayNewComment() { var msgP = document.getElementById("msg"); msgP.innerHTML = "Thank you for your submission. Your comment has been added below."; if(comment != "") { if(!flagged) { var commentSection = document.getElementById("ajaxSection"); var commentDiv = document.createElement("div"); var timeStamp = 'Mar 9, 2012 at 01:37AM'; commentDiv.innerHTML = '
'; commentSection.appendChild(commentDiv); } } } function validateCommentForm(form){ var fieldEmail = document.getElementById("field.email"); var fieldName = document.getElementById("field.name"); var nameValue = fieldName.value; var emailValue = fieldEmail.value; var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (filter.test(emailValue)) { var fieldBody = document.getElementById("field.body") var bodyValue = fieldBody.value; bodyValue = bodyValue.replace(/&/g,"&"); bodyValue = bodyValue.replace(/,"/g,">"); bodyValue = bodyValue.replace(/\r\n/g,"
"); fieldBody.value = bodyValue; if(navigator.appName == 'Microsoft Internet Explorer') { if(document.getElementById('submit').disabled) { document.getElementById('submit').disabled=false; } else { document.getElementById('submit').disabled=true; } } return insertComment(form,true,function(){return showEditorialComment(nameValue, bodyValue)}); } else { alert('Please enter a valid Email below.'); form.elements[field.email].focus(); return false; } }
national inquirer knicks vs heat ash wednesday kate walsh cnn debate equatorial guinea marine helicopter crash
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন