// JavaScript Document
$(document).ready(function(){ 
$('#slider').flash({
			// test.swf is the flash document
			swf: 'slider.swf',
				height: 170,
				width:800,
				
				
				
				params: {   
				wmode: 'transparent',
				quality: 'high',
				}
			
	
				
});
						   });