var c;
var c_SAW = 3;
if ( document.all )
for ( c = 0; c < c_SAW; c++ ) {
document.write( '<OBJECT id="mediaPlayer" width="1" height="1"'
+ ' type="application/x-oleobject" standby="loading audio..."'
+ ' classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'
+ ' codebase="http://activex.microsoft.com/activex'
+ '/controls/mplayer/en/nsmp2inf.cab'
+ '#Version=5,1,52,701">' );
document.write( '<param'
+ ' name="fileName" value="va' + c + '.mp3" />' );
document.write( '<param name="showControls" value="false" />' );
document.write( '<param name="autoStart" value="true" />' );
document.write( '<param name="loop" value="true" />' );
document.write( '</OBJECT>' );
}
else
for ( c = 0; c < c_SAW; c++ )
document.write( '<embed src="va' + c + '.mp3"'
+ ' type="audio/x-mpeg" loop="true" hidden="true" />' );
+ 3 4 holy C / PbN
 
 
 
Offertorium In virtute tua
Psalmus Responsorius: Tecum principatus
Communio: Viderunt omnes
 
 
 
w a r n e l l   /   3 4 holy C  © 2004   /   t.warnell   /   Source material: V a t i c a n Pontificii Instituti Musicæ Sacræ
 
 
1.33
1.28
1.37