// stops the video player.
function controlVideoPlayer ()
{
	getVideoSWF ( "marquee" ).controlVideo ();
}

// get the video player SWF by id.
function getVideoSWF ( id ) 
{
	return $j ( "#" + id ).get ( 0 );
}
