function InsertSampleMovie(  c,  e,  code,  f, v, pbx )
{

	
	if (pluginlist.indexOf("QuickTime")==-1)
	{
		document.write("<span style='font-size:10px;'>Om de geluidsbestanden te beluisteren heeft u de Apple QuickTime speler nodig.\n\n U kunt deze <a href='http://www.apple.com/quicktime/download/'>hier</a> downloaden.");
	}
	else
	{
		if ( v == null )
		{
		document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="100" HEIGHT="15" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
		document.write('<PARAM name="SRC" VALUE="https://'+pbx+'.belcentrale.nl/file.php?c='+c+'&e='+e+'&f='+f+'&code='+code+'">\n');
		document.write('<PARAM name="AUTOPLAY" VALUE="false">\n'); 
		document.write('<PARAM NAME="TYPE" VALUE="video/quicktime">\n'); 
		document.write('<PARAM name="CONTROLLER" VALUE="true">\n');
		document.write('<EMBED SRC="https://'+pbx+'.belcentrale.nl/file.php?c='+c+'&e='+e+'&f='+f+'&code='+code+'" WIDTH="100" HEIGHT="15" AUTOPLAY="false" TYPE="video/quicktime" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">\n');
		document.write('</EMBED>\n');
		document.write('</OBJECT>\n');
		}
		else if ( v == 1 )
		{
		document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="100" HEIGHT="15" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
		document.write('<PARAM name="SRC" VALUE="https://'+pbx+'.belcentrale.nl/file.php?c='+c+'&e='+e+'&f='+f+'&code='+code+'&v=1">\n');
		document.write('<PARAM name="AUTOPLAY" VALUE="false">\n'); 
		document.write('<PARAM NAME="TYPE" VALUE="video/quicktime">\n'); 
		document.write('<PARAM name="CONTROLLER" VALUE="true">\n');
		document.write('<EMBED SRC="https://'+pbx+'.belcentrale.nl/file.php?c='+c+'&e='+e+'&f='+f+'&code='+code+'&v=1" WIDTH="100" HEIGHT="15" AUTOPLAY="false" TYPE="video/quicktime" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">\n');
		document.write('</EMBED>\n');
		document.write('</OBJECT>\n');
		}
	}
	

	return true;
}
