$(document).ready(function() {
	$("#flashHome").flash({ 
		width: '100%', 
		height: '100%', 
		src: 'swf/preloader.swf', 
		wmode: 'transparent',
			scale: 'noscale' }, { version: 8 });
});
$(document).ready(function() {
	$("#flashNoise").flash({ 
		width: '100%', 
		height: '100%', 
		src: 'swf/home_noise.swf', 
		wmode: 'transparent',
			scale: 'noscale' }, { version: 8 });
});
