function startGallery() {
	var myGallery = new gallery($('myGallery'), {
		timed: true
	});
}
window.addEvent('domready',startGallery);

jQuery(document).ready(function(){
    
    //flowplayer("homeVideoBruno", "/video/flowplayer-3.0.7.swf");
    
    swfobject.embedSWF(
        "/flash/donations-2010-08-18-2.swf",  "bikeFlash", 321, 163, "8", null, null,
        {bgcolor: 'transparent', wmode:'transparent'},  // params
        {id: 'bike'} // atts
    );
    
});

