$(document).ready( function() {

	$('#flash-img').flash({
		swf: '/i/pryma1.swf',
		width: 556,
		height: 112,
		params:{wmode:"opaque"}
	});

});


