(function($){

	function callOnDomReady() {
		//wait for the swfobject DOM-Ready, so we can return a proper reference to flash object
		swfobject.addDomLoadEvent(function(){
			var s = $('div.flash')
				.embedSWF();
		});
	}
	
	$(callOnDomReady);
})(jQuery);
