/*global $, document */$(document).ready(function(){
	$('#home_flash').flash({
		swf: '/flash/webstore/home/webstore.swf',
		height: 510,
		width: 950, 
		params: {
			wmode: 'transparent'
		}
	});
});
