jQuery(function()
{

		$('#flash').flash(
			{
				swf: 'http://www.medtech.lt/media/swf/animation.swf',
				width: 641,
				height: 234
			}
		);

});


