/**
 *	global.js
 */
window.onload = function () {
	if (SWFObject) {
		var so = new SWFObject('images/matilde_sound.swf', 'matilde', '1', '1', '1', '#ffffff');
		so.write('flash');
	}
}