// JavaScript Document

function InsertOISMovie()
{


// insert the caption text

document.write('<a href="javascript:document.OIS_movie.Play();">\n');
document.write('Hear Sidney D. Fowler, editorial director, talk about the readings for this summer in Ordinary Time.<br>\n');	
document.write('</a>\n');
document.write('<br>\n');


// Insert the Movie   original width = 240,   others are 320w x 240h
// original movie height = 180 +  16 h for controller 
document.write('<embed name="OIS_movie"\n');
document.write('src="http://a4.g.akamai.net/f/4/19675/0/newmill.download.akamai.com/19677/anon.newmediamill/OutInScripture/OISjun07.mov"\n');
document.write('width="240" height="196" vspace="15"\n');
document.write('autostart="false" starttime="00:00:15">\n');
document.write('</embed>\n');



}


function InsertOISMovie_additional()
{


// insert the caption text Miquel

//document.write('<a href="javascript:document.OIS_movie_Miguel.Play();">\n');
document.write('<br><br>\n');
document.write('<br>\n');
document.write('Hear Miguel De La Torre&rsquo;s transforming story about the Bible and LGBT people.<br>\n');	
//document.write('</a>\n');
document.write('<br>\n');


// Insert the Movie
// movie height = 320 x 240, but scaled to match Sid
document.write('<embed name="OIS_movie_Miguel"\n');
document.write('src="http://anon.newmediamill.speedera.net/anon.newmediamill/OutInScripture/miguel_256k.mov"\n');
document.write('width="240" height="196" vspace="15"\n');
document.write('scale="ToFit"\n');
document.write('autostart="false" starttime="00:00:15">\n');
document.write('</embed>\n');

document.write('<br><br>\n');



// insert the caption text Judith
//document.write('<a href="javascript:document.OIS_movie_Judith.Play();">\n');
document.write('<br>\n');
document.write('Hear Judith Hoch Wray on what&rsquo;s important about<br> <em>Out In Scripture</em>.<br>\n');	
//document.write('</a>\n');
document.write('<br>\n');


// Insert the Movie
// movie height = 320 x 240, but scaled to match Sid
document.write('<embed name="OIS_movie_Judith"\n');
document.write('src="http://anon.newmediamill.speedera.net/anon.newmediamill/OutInScripture/judith_256k.mov"\n');
document.write('width="240" height="196" vspace="15"\n');
document.write('scale="ToFit"\n');

document.write('autostart="false" starttime="00:00:15">\n');
document.write('</embed>\n');

document.write('<br>\n');


document.write('<p class="smallprint">\n');
document.write('This page requires the <a href="http://www.apple.com/quicktime/download/" target="_blank">Quicktime plug-in</a>.\n');
document.write('</p>\n');

}




function RequirePlugIN(){
	
	//insert the blurb on Quicktime plug-in needed
document.write('<p class="smallprint">\n');
document.write('This page requires the <a href="http://www.apple.com/quicktime/download/" target="_blank">Quicktime plug-in</a>.\n');
document.write('</p>\n');
}