<!--
// protected email script by Jeff Sanders - http://www.randomactsdesign.com
// original script by Joe Maller - http://www.joemaller.com
// this script is free to use and distribute
// but please give credit
function protect(emailName,thisServer){
	if (thisServer == null){
		emailServer = 'tannersgrillandbar.com';
	} else {
		emailServer = thisServer;
	}
	document.write("<a href=" + "'mai" + "lto:" + emailName + "&#64;" + emailServer + "'>" + emailName + "&#64;" + emailServer +"</a>"); }
 //-->
 
<!--
/* ----------------------------------------------------------------------------
POPUP WINDOW
-----------------------------------------------------------------------------*/
//Popup Window Script created by Jeff Sanders - http://www.randomactsdesign.com
// this script is free to use and distribute
// but please give credit
function displayWindow(url){
	settings='fullWindow,fullscreen,scrollbars=no,addressbar=no';
	slideshow=window.open(url,"",settings);}
//--> 
 
<!--
// JQUERY COMMANDS
// blog subscribe form
$(document).ready(function() {
 // hides the email subscription for the blog
	$('#subscribe').hide();
 // toggles the email subscription form 
	$('a.email').click(function() {
		$('#subscribe').toggle('slow');
		return false;
	});
});
//-->

<!--
/* ----------------------------------------------------------------------------
ADD NON-BREAKING SPACES TO TITLES
-----------------------------------------------------------------------------*/
$(document).ready(function(){
		$.jqwidont.init();
 });
//-->


