$(document).ready(function() {
			// var video =  "maria1.wmv";
			// PLAYER.play(video);	
			player('laobraesp');
});

function player(video,youtube){
	$('#flash').hide();
	if(youtube==1){
		jwplayer("video").setup({ 
			flashplayer: "http://www.maria.tk/swf/player.swf", 
			file: "http://www.youtube.com/watch?v="+video, 
			width:480,
			height:360
			});
	}
	else{
		jwplayer("video").setup({ 
			flashplayer: "http://www.maria.tk/swf/player.swf", 
			image: "laobra.jpg",
			file: "http://www.maria.tk/videos/"+video+".flv", 
			width:480,
			height:360
			});
	}
}
