$(document).ready(function(){
	$('#flash').flash(
		{ src: '../clock.swf', width: 170, height: 170, wmode: 'transparent' }, 
		{ expressInstall: true }
	);
});