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>';
}