$(document).ready( function () {
	$('#flash-home-machines').flash({
		swf: '../swf/home-machines.swf',
		play: false,
		wmode: 'transparent',
		height: 400,
		width: 417
	});
	
	$('#book-installation-container').flash({
		swf: '../swf/bookinstallation.swf',
		play: false,
		wmode: 'transparent',
		height: 120,
		width: 330
	});
	
	$('#flash-brands-results').flash({
		swf: '../swf/resultbrand.swf',
		play: false,
		wmode: 'transparent',
		height: 110,
		width: 330
	});

});

