$(function() {
	$('div.flash').flash({
			src: '/Static/flash/banner.swf',
			width: 355,
			height: 180
	});
});