$(document).ready(function () { 

  $('#homeflash').flash({   
	swf: 'images/home.swf',
	params: {
	  quality: 'high',
	  scale: 'noscale',
	  salign: 'lt',
	  bgcolor: '#ffffff',
	  wmode: 'transparent'
    },
	
	width: '930',
  	height: '615'
  });

});
