// JavaScript Document

$(document).ready(function() {
    $('#imgrotate1').removeClass('visi');
    $('#imgrotate2').removeClass('visi');
    $('#imgrotate3').removeClass('visi');
    $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
/*$(document).ready(function(){

	$('a[class^="vi"]').click(function(){
							text = '<object width="347" height="195"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id='+ $(this).attr('name') +'&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id='+ $(this).attr('name') +'&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="347" height="195"></embed></object>';
							$('#videogallery').html(text);
						});
});

$(document).ready(function(){

	$('a[class^="vi"]').click(function(){
							text = '<object width="347" height="195"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id='+ $(this).attr('name') +'&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id='+ $(this).attr('name') +'&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="347" height="195"></embed></object>';
							$('#videogallery').html(text);
						});
});*/

$(document).ready(function(){

	$('a[class^="vi"]').click(function(){
							text = '<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="347" height="195"><param name="movie" value="player-viral.swf" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="file=\'+ $(this).attr(\'name\') +\'&image=\'+ $(this).attr(\'value\') +\'" /><embed type="application/x-shockwave-flash" id="player2" name="player2" src="player-viral.swf" width="347" height="195" allowscriptaccess="always" allowfullscreen="true" flashvars="file='+ $(this).attr('name') +'&image='+ $(this).attr('value') +'" />';
							$('#videogallery').html(text);
						});
});
