function video(video, image, url, ancre, skin, width, height){
	var autostart = "false";
	var player = "http://bilelz.fr/web/mediaplayer/player.swf";
	
	if(video==null || video == ''){ video = "http://islamedia.free.fr/videos/Coran/Sourate_001_-_Prologue_(Al-Fatiha).flv"; }

	if(image==null || image == ''){ image = "http://islamedia.free.fr/videos/Coran/Sourate_001_-_Prologue_(Al-Fatiha).jpg"; }

	if(url==null || url == ''){ url = "http://islamedia.free.fr"; }

	if(skin==null || skin == ''){ skin = "http://bilelz.fr/web/mediaplayer/overlay.swf";  }

	if( (url!=null && url != '' && (self.location.href).replace(new RegExp(self.location.hash, "g"),"")==url ) 
		|| (ancre!=null && ancre != '' && self.location.hash==ancre) ){
		autostart="true";
	}
	if(width==null || width == ''){ width = "480"; }
	if(height==null || height == ''){ height = "360"; }
		
	document.write('<embed flashvars="file='+video+'&amp;image='+image+'&amp;skin='+skin+'&amp;controlbar=over&amp;autostart='+autostart+'&amp;wmode=transparent" allowfullscreen="true" wmode="transparent" allowscriptaccess="always" src="'+player+'" width="'+width+'" height="'+height+'"></embed>'); 
}
