if(rarebrick == undefined) var rarebrick = new Object();

rarebrick.isIntro = false;
rarebrick.headerContainerHeight = '576px';
rarebrick.headerHeight = '631px';

rarebrick.writeNoFlashMessage = function() {
	document.write('<strong>Welcome to The Settlers Inn</strong><br>');
    document.write('This site uses Flash. You do not have the flash player installed. Please <a href="http://www.adobe.com/products/flashplayer/" target="_blank">install the Adobe flash player</a> to continue.');
}

rarebrick.popup = function(theURL,winName,features) {
  window.open(theURL,winName,features);
}








