// haber icine veya video sayfasina video koyar
function writeSWFVideoPlayer2(video_id, width, height, add_border) {
	if (width == null || width == "") width = 364;
	if (height == null || height == "") height = 318;
	// add_border default is false
	add_border = add_border != null && add_border;
	width = parseInt(width);
	height = parseInt(height);
	if (width < 200 || height < 190) {
		width = 200;
		height = 190;
	}