function InsertMovie()
{
	document.write('<object width="776" height="440" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('	<param name="src" value="slingshot-demo-20081213.mov">');
	document.write('	<param name="controller" value="true">');
	document.write('	<param name="autoplay" value="true">');
	document.write('	<embed src="slingshot-demo-20081213.mov"');
	document.write('		width="776" height="440"');
	document.write('		controller="true" autoplay="false"');
	document.write('		scale="tofit" cache="true"');
	document.write('		pluginspage="http://www.apple.com/quicktime/download/"');
	document.write('	>');
	document.write('</object>');
}
function InsertYouTube()
{
	/*document.write('<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/kgh1dxFFh2Y&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kgh1dxFFh2Y&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object>');*/
	document.write('<p><a href="http://www.youtube.com/watch?v=8kRjkHBytDU">View Demo on YouTube</a></p>');
}
