// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture2' , 'Picture2LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture2','Fly','In From Top',0,
	'Clicked','Layout','Go To','./html/biography.html',0),'',0);
 	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture6','Fly','In From Left',0,
	'Clicked','Layout','Go To','http://www.giulianasosciapinojodicequartet.com',0),'',0);
 	F_OM('Component5' , 'Component5LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Component5','Fly','In From Left',0),'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text1','Fly','In From Left',0),'',0);
 	F_OM('Picture7' , 'Picture7LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture7','Fly','In From Bottom',0,
	'Clicked','Layout','Go To','http://www.myspace.com/pinojodice',0),'',0);
 	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture8','Fly','In From Right',0,
	'Clicked','Layout','Go To','http://www.fonderiadellearti.com',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture2A').bind('click', function(__e) { return (F_e('Picture2', F_CL, __e)); } );
	$('#Picture7A').bind('click', function(__e) { return (F_e('Picture7', F_CL, __e)); } );
	$('#Picture6A').bind('click', function(__e) { return (F_e('Picture6', F_CL, __e)); } );
	$('#Picture8A').bind('click', function(__e) { return (F_e('Picture8', F_CL, __e)); } );
});
// End Actions

