(function($) {
	$(document).ready(function() {
		$('#vidimg img').click(function() {
			var so = new SWFObject(swf,'ply','480','270','9');
			so.addParam('allowfullscreen','true');
			so.addParam('allowscriptaccess','always');
			so.addParam('wmode','transparent');
			so.addVariable('file', $('#vidfile').html());
			so.addVariable('image', $(this).attr('src'));
			so.addVariable('controlbar','none');
			so.addVariable('dock','false');
			so.addVariable('autostart', true);
			so.addVariable('logo.hide', 'true');
			so.addVariable('icons','false');
			so.addVariable('width', '480');
			so.addVariable('height', '270');
			so.addVariable('stretching', 'fill');
			so.write('vidimg');
		});
	});
})(jQuery);

/*
(function($) {
	$(document).ready(function() {
		$('#scorrevole').SetScroller({
			velocity:	60,
			direction: 	'horizontal',
			startfrom: 	'right',
			loop:		'infinite',
			movetype:	'linear',
			onmouseover:	'pause',
			onmouseout:	'play',
			onstartup:	'play',
			cursor:		'pointer'
		});
	});
})(jQuery);
*/
