// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Table16' , 'Table16LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table7' , 'Table7LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table17' , 'Table17LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture196' , 'Picture196LYR', 'img', 'Layout',new Array(
,
	'Clicked','Layout','Go To','http://www.artundressed.net/ticket_sales.php',0),'',0);
 	F_OM('Table19' , 'Table19LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture196A').bind('click', function(__e) { return (F_e('Picture196', F_CL, __e)); } );
	$('#Picture196A').bind('mouseover', function(__e) { return (F_e('Picture196', F_MV, __e)); } );
	$('#Picture196A').bind('mouseout', function(__e) { return (F_e('Picture196', F_MT, __e)); } );
});
// End Actions

