<!-- // START SCRIPT




var width	= "320"			// PLAYER WIDTH
var height	= "195"			// PLAYER WIDTH
var movieQT	= "http://qtp01sea.streaming.dmpcontent.com/regent/unconscioustrailer/Unconsciousgreenbandtrailer_version1_300k.mov"		// QUICKTIME MOVIE SOUND FILE NAME



// QUICKTIME PLAYER

// COPYRIGHT 2006 © Allwebco Design Corporation
// 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>');


//-->