// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','Alert','The New and Improved ROBO BEV is back!  Thanks to all the fans for your prayers and support during her recovery period.  See you at ..... The Nuthouse Lounge on March 12th',0));
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

