<!-- // START SCRIPT





// CONTROLS ARE 16 HIGH





var width	= "640"			// PLAYER WIDTH

var height	= "367"			// PLAYER WIDTH

var movieQT	= "video-4-part2.mov"		// QUICKTIME MOVIE SOUND FILE NAME







// QUICKTIME PLAYER



// COPYRIGHT 2009 � Photographic Commerce LLC

// Unauthorized use or sale of this script is strictly prohibited by law



// YOU DO NOT NEED TO EDIT BELOW THIS LINE











document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="'+width+'" height="'+height+'" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');

document.write('<param name="src" value="'+movieQT+'">');

document.write('<param name="qtsrc" value="'+movieQT+'">');

document.write('<param name="autoplay" value="true">');

document.write('<param name="controller" value="true">');

document.write('<embed src="'+movieQT+'" qtsrc="'+movieQT+'" width="'+width+'" height="'+height+'" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed></object><br>');





//-->
