$(document).ready(function() {
    $('div#flash_container').flash({
		height: 260,
		swf: '/themes/site_themes/assets/flash/flash.swf',
		width: 640
	});
});
