// JavaScript Document
function InsertClip(movieObject)
{
	document.write(movieObject);
}

