window.addEvent("domready", function() {

/*

	new iCarousel("example_3_content", {

		idPrevious: "example_3_previous",

		idNext: "example_3_next",

		idToggle: "undefined",

		item: {

			klass: "example_3_item",

			size: 86

		},

		animation: {

			duration: 1000,

			amount: 4

		}

	});



*/

});



function show_video(code) {

	document.getElementById('player').innerHTML = '<object width="440" height="362"><param name="movie" value="http://www.trilulilu.ro/embed/flash.php?type=video&hash='+code+'&userid=mbdragan&src=hi5"><param name="allowFullScreen" value="true"><param name="wmode" value="transparent"><embed src="http://www.trilulilu.ro/embed/flash.php?type=video&hash='+code+'&userid=mbdragan&src=hi5" type="application/x-shockwave-flash" wmode="transparent" allowfullscreen="true" width="440" height="362"></embed></object>';

}

function show_video_vimeo(code) {

	document.getElementById('player').innerHTML = '<iframe src="http://player.vimeo.com/video/'+code+'?title=0&amp;byline=0&amp;portrait=0" width="440" height="362" frameborder="0"></iframe><p><a href="http://vimeo.com/'+code+'">Video on Vimeo</a>.</p>';

}
