// version 1.0
// thinkjam quicktime video gizmo
//
function embedQuicktime() {	
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="' + tj_width + '" height="' + (tj_height+15) + '" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<param name="src" value="http://video.thinkjam.com/index.php?h=' + tj_track_id + '&q='+tj_quality+'&m=qt">');
	document.write('<param name="autoplay" value="'+tj_autoplayvideo+'">');
	document.write('<param name="controller" value="true">');
	document.write('<param name="loop" value="false">');
	document.write('<embed src="http://video.thinkjam.com/index.php?h=' + tj_track_id + '&q='+tj_quality+'&m=qt" width="' + tj_width + '" height="' + (tj_height+15) + '" autoplay="'+tj_autoplayvideo+'" controller="true" loop="false" pluginspage="http://www.apple.com/quicktime/download/" />');
	document.write('</object>');
}
  embedQuicktime();        
        
        
        
       
       
        
        