function FlvVideo(Gelen){
	if (Gelen == "1") {
	document.write("<img src='/Images/NoPhotos/noVideo.gif' width=160 height=120 />");
	}else if (Gelen == "2"){
	document.write("<img src='/Images/NoPhotos/noVideo.jpg' width=160 height=120 />");
	}else {
	Gelen = Gelen - 987650 ;
	document.write("<object type='application/x-shockwave-flash' data='/Flash/Player.swf' width=160 height=120><param name='movie' value='/Flash/Player.swf'/><param name='allowFullScreen' value='true'/><param name='FlashVars' value='showiconplay=1&amp;flv=http://video.gizlipartner.com/Profil/"+ Gelen +".flv&amp;width=160&amp;height=120&amp;margin=0&amp;showfullscreen=1&amp;showstop=1&amp;showvolume=1&amp;' /><p>Profil Video</p></object>")
	}
}