// JavaScript Document

function playmovie(filename){
	var str_video_1 = '<a href="http://www.stopalainbatupa.com/videos/' + filename + '"';
	var str_video_2 = 'style="display:block;width:550px;height:388px;" id="player"></a>';
	document.getElementById("player_wrapper").innerHTML = str_video_1 + str_video_2;
	//alert(document.getElementById("player_wrapper").innerHTML);
}