//<script type="text/javascript">

var i=0;
var nYouth1=0;
var nYouth2=1;
var nYouth3=2;
var nYouth4=3;
var nPicstart=1
var nYouthPic=54

function changeSrc()
{
  i++
  if (i==13)
  {
    i=1
  }

  var filename="../images/member/member"
  filename=filename+i+".jpg"
  t=setTimeout("changeSrc()",10000)
  document.getElementById("member").src=filename
}

function Xchangejd_asstpastor()
{
   var jTitle="Assistant Pastor\r"+"Qualification"
   document.getElementById("jobdesc").value="testing"

}

function changejd_asstpastor()
{
    var jDesc="Title: Assistant Pastor\n\n"
    jDesc=jDesc+"Qualifications:\n"
    jDesc=jDesc+"  * Master of Divinity or equivalent degree from an accredited\n"
    jDesc=jDesc+"      seminary.\n"
    jDesc=jDesc+"  * Good interpersonal skills and team player.\n"
    jDesc=jDesc+"  * Prior ministry experience in North American Chinese church\n"
    jDesc=jDesc+"      preferred.\n"
    jDesc=jDesc+"  * Fluency in Cantonese and English\n\n"
    jDesc=jDesc+"Principal Job Description and Accountability: \n"
    jDesc=jDesc+"  * Support the Senior Pastor to shepherd the church.\n"
    jDesc=jDesc+"  * Ministry focus will be on the caring ministry and fellowships.\n"
    jDesc=jDesc+"  * Preaching and teaching in English and Cantonese.\n"
    jDesc=jDesc+"  * Assist the Senior Pastor in ministry planning and execution.\n"
    jDesc=jDesc+"  * Assist the Senior Pastor in pastoral related administrative\n"
    jDesc=jDesc+"      works.\n"
    jDesc=jDesc+"  * Assist in various projects as assigned by the Senior Pastor.\n\n"
    jDesc=jDesc+"Compensation:\n"
    jDesc=jDesc+"  * Salary compensation will be decided by the Board of Deacons\n"
    jDesc=jDesc+"      based upon candidate's qualification and experience.\n"
    jDesc=jDesc+"  * Other benefits include health insurance, pension,\n"
    jDesc=jDesc+"      vacation, study leave, tuition reimbursement, etc.\n"
    jDesc=jDesc+"\n"
    document.getElementById("jobdesc").value=jDesc
}

function changejd_seniorpastor()
{
    var jDesc="Title: Senior Pastor\n\n"
    jDesc=jDesc+"Qualifications:\n"
    jDesc=jDesc+"  * Master of Divinity or equivalent degree from an accredited\n"
    jDesc=jDesc+"      seminary.\n"
    jDesc=jDesc+"  * Good leadership and interpersonal skills.\n"
    jDesc=jDesc+"  * Minimum 3 years ministry experience in North American Chinese\n"
    jDesc=jDesc+"      church.\n"
    jDesc=jDesc+"  * Fluency in Cantonese and English.\n\n"
    jDesc=jDesc+"Principal Job Description and Accountability: \n"
    jDesc=jDesc+"  * Be a spiritual leader in the church.\n"
    jDesc=jDesc+"  * Ministry focus will be on shepherding the Cantonese and English\n"
    jDesc=jDesc+"      congregations including preaching, teaching, discipleship and\n"
    jDesc=jDesc+"      visitation.\n"
    jDesc=jDesc+"  * Lead and work together with other pastors and Board of Deacons\n"
    jDesc=jDesc+"      in ministry planning and execution.\n"
    jDesc=jDesc+"  * Provide mentorship and supervision to pastoral staff.\n\n"
    jDesc=jDesc+"Compensation:\n"
    jDesc=jDesc+"  * Salary compensation will be decided by the Board of Deacons\n"
    jDesc=jDesc+"      based upon candidate's qualification and experience.\n"
    jDesc=jDesc+"  * Other benefits include health insurance, pension,\n"
    jDesc=jDesc+"      vacation, study leave, tuition reimbursement, etc.\n"
    jDesc=jDesc+"\n"
    document.getElementById("jobdesc").value=jDesc
}

function changefp(picpath,picnum)
{

    nPicStart= picnum

    var pic1=picnum+0
    var pic2=picnum+1
    var pic3=picnum+2
    var pic4=picnum+3
    var pic5=picnum+4
    var pic6=picnum+5

    var lcSrc1=picpath+"p"+pic1+"s.jpg"
    var lcHref1="javascript:load2('"+picpath+"p"+pic1+".jpg')"
    var lcSrc2=picpath+"p"+pic2+"s.jpg"
    var lcHref2="javascript:load2('"+picpath+"p"+pic2+".jpg')"
    var lcSrc3=picpath+"p"+pic3+"s.jpg"
    var lcHref3="javascript:load2('"+picpath+"p"+pic3+".jpg')"
    var lcSrc4=picpath+"p"+pic4+"s.jpg"
    var lcHref4="javascript:load2('"+picpath+"p"+pic4+".jpg')"
    var lcSrc5=picpath+"p"+pic5+"s.jpg"
    var lcHref5="javascript:load2('"+picpath+"p"+pic5+".jpg')"
    var lcSrc6=picpath+"p"+pic6+"s.jpg"
    var lcHref6="javascript:load2('"+picpath+"p"+pic6+".jpg')"

    document.getElementById("fps1").src=lcSrc1
    document.getElementById("fp1").href=lcHref1
    document.getElementById("fps2").src=lcSrc2
    document.getElementById("fp2").href=lcHref2
    document.getElementById("fps3").src=lcSrc3
    document.getElementById("fp3").href=lcHref3
    document.getElementById("fps4").src=lcSrc4
    document.getElementById("fp4").href=lcHref4
    document.getElementById("fps5").src=lcSrc5
    document.getElementById("fp5").href=lcHref5
    document.getElementById("fps6").src=lcSrc6
    document.getElementById("fp6").href=lcHref6


}


function temp()
{
  document.getElementById("fp2").href="javascript:load2('../images/fellowship/youth/p8.jpg')"
  document.getElementById("fp2s").src="../images/fellowship/youth/p8.jpg"
  document.getElementById("fp3").href="javascript:load2('../images/fellowship/youth/p9.jpg')"
  document.getElementById("fp3s").src="../images/fellowship/youth/p9.jpg"
  document.getElementById("fp4").href="javascript:load2('../images/fellowship/youth/p10.jpg')"
  document.getElementById("fp4s").src="../images/fellowship/youth/p10.jpg"
  document.getElementById("fp5").href="javascript:load2('../images/fellowship/youth/p11.jpg')"
  document.getElementById("fp5s").src="../images/fellowship/youth/p11.jpg"
  document.getElementById("fp6").href="javascript:load2('../images/fellowship/youth/p12.jpg')"
  document.getElementById("fp6s").src="../images/fellowship/youth/p12.jpg"
}


function changeYouthSrc()
{
  nYouth1++
  if (nYouth1==10)
  {
    nYouth1=1
  }

  nYouth2++
  if (nYouth2==10)
  {
    nYouth2=1
  }

  nYouth3++
  if (nYouth3==10)
  {
    nYouth3=1
  }

  var youth1filename="..\\images\\youth\\youth"
  var youth2filename="..\\images\\youth\\youth"
  var youth3filename="..\\images\\youth\\youth"

  youth1filename=youth1filename+nYouth1+".jpg"
  youth2filename=youth2filename+nYouth2+".jpg"
  youth3filename=youth3filename+nYouth3+".jpg"

  y=setTimeout("changeYouthSrc()",5000)
  document.getElementById("youth1").src=youth1filename
  document.getElementById("youth2").src=youth2filename
  document.getElementById("youth3").src=youth3filename
}

//---Alert-----------------------------------------------------------------------------------------------

//var englishAlert="  Alert-*-Alert-*-Alert!  Important meeting on April 23, 2006 at 12:15 pm. Please pray and make every effort to attend this important meeting. For more information please access Member Meeting page...";
var englishAlert="                                               Welcome to Church of Living Grace of New Jersey                                                                                                                  ";
var chineseAlert="                                               建立愛主愛人、行道佈道、彼此相愛的群體，在這世代造福萬民。                                                                                                                  ";
var myMainMessage="                                               建立愛主愛人、行道佈道、彼此相愛的群體，在這世代造福萬民。                                                                                                                  ";
var speed=250;
var scrollingRegion=300;
var chscrollingRegion=400;
var startPosition=0;

function EnglishTextScroller() {
  var mainMessage=englishAlert;
  var tempLoc=(scrollingRegion*3/mainMessage.length)+1;
  if (tempLoc<1) {tempLoc=1}
  var counter;
  for(counter=0;counter<=tempLoc;counter++)
    mainMessage+=mainMessage;
  document.mainForm.EnglishTextScroller.value=mainMessage.substring(startPosition,startPosition+scrollingRegion);
  startPosition++;
  if(startPosition>scrollingRegion) startPosition=0;
  setTimeout("EnglishTextScroller()",speed); 
}

function ChineseTextScroller() {
  var mainMessage=chineseAlert;
  var tempLoc=(chscrollingRegion*3/mainMessage.length)+1;
  if (tempLoc<1) {tempLoc=1}
  var counter;
  for(counter=0;counter<=tempLoc;counter++)
    mainMessage+=mainMessage;
  document.mainForm.ChineseTextScroller.value=mainMessage.substring(startPosition,startPosition+chscrollingRegion);
  startPosition++;
  if(startPosition>chscrollingRegion) startPosition=0;
  setTimeout("ChineseTextScroller()",speed); 
}

function mainTextScroller() {
  var mainMessage=myMainMessage;
  var tempLoc=(scrollingRegion*3/mainMessage.length)+1;
  if (tempLoc<1) {tempLoc=1}
  var counter;
  for(counter=0;counter<=tempLoc;counter++)
    mainMessage+=mainMessage;
  document.mainForm.mainTextScroller.value=mainMessage.substring(startPosition,startPosition+scrollingRegion);
  startPosition++;
  if(startPosition>scrollingRegion) startPosition=0;
  setTimeout("mainTextScroller()",speed); 
}


//---Fellowship Selection----------------------------------------------------------------------------------

function openDir( form ) { 
	var newIndex = form.fellowship.selectedIndex; 
	if ( newIndex > 0 ) { 
          cururl = form.fellowship.options[ newIndex ].value; 
	  window.location.assign( cururl );
	} 
} 
//---Classes Selection----------------------------------------------------------------------------------

function openDir2( form ) { 
	var newIndex = form.biblestudy.selectedIndex; 
	if ( newIndex > 0 ) { 
          cururl = form.biblestudy.options[ newIndex ].value; 
	  window.location.assign( cururl );
	} 
} 

//---Contact Us--------------------------------------------------------------------------------------------

function validRequired(formField,fieldLabel) {
  var result = true;
  if (formField.value == "") {
    alert('Please enter a value for the "' + fieldLabel +'" field.');
    formField.focus();
    result = false;
  }
  return result;
}

function isEmailAddr(email) {
  var result = false;
  var theStr = new String(email);
  var index = theStr.indexOf("@");
  if (index > 0) {
    var pindex = theStr.indexOf(".",index);
    if ((pindex > index+1) && (theStr.length > pindex+1))
      result = true;
  }
  return result;
}

function validEmail(formField,fieldLabel,required) {
  var result = true;
  if (required && !validRequired(formField,fieldLabel))
    result = false;
  if (result && ((formField.value.length < 3) || !isEmailAddr(formField.value)) ) {
    alert("Please enter a complete email address in the form: yourname@yourdomain.com");
    formField.focus();
    result = false;
  }
  return result;
}

function validateForm(theForm) {
  if (!validEmail(theForm.email,"E-Mail",true))
    return false;
  return true;
}

function load(url) {
var load=window.open(url);
//--scrollbars=no, menubar=no, height=600, width=800, resizable=yes, toolbar=no, location=no, status=no
}

function load2(url) {
var load=window.open(url);
  scrollbars="no", menubar="yes", height="600", width="800", resizable="yes", toolbar="no", status="no"
}

function load3(url) {
  window.open(url)
}

function getsermon(form) {
  var newIndex = form.sermon.value; 
  document.getElementById("simage1").src="../images/esermon.jpg";
  document.getElementById("simage2").src="../images/esermon.jpg";
  switch(newIndex)
  {
    case "Jan 2010" : 
      document.getElementById("sdate1").value="01/03";
      document.getElementById("stitle1").value="let everything that has breath - Pastor John Ng";
      document.getElementById("sermon1").href="../ftp/avteam/20100103english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="01/10";
      document.getElementById("stitle2").value="The Lord Was Not In The Fire - Pastor Milton Ng";
      document.getElementById("sermon2").href="../ftp/avteam/20100110english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="01/17";
      document.getElementById("stitle3").value="The Fellowship of the Mat! - Rev. Joseph Feun";
      document.getElementById("sermon3").href="../ftp/avteam/20100117english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="01/24";
      document.getElementById("stitle4").value="Unified, We Build - Brother Donald Wong";
      document.getElementById("sermon4").href="../ftp/avteam/20100124english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="01/31";
      document.getElementById("stitle5").value="Proclaiming the Cross of Christ - Pastor Janas Caruncho";
      document.getElementById("sermon5").href="../ftp/avteam/20100131english.mp3";
      document.getElementById("bulletin5").href="";
      break
    case "Feb 2010" : 
      document.getElementById("sdate1").value="02/07";
      document.getElementById("stitle1").value="The Weight of Our Words - Rev. Joseph Feun";
      document.getElementById("sermon1").href="../ftp/avteam/20100207english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="02/14";
      document.getElementById("stitle2").value="Ruth and Boaz: A Match Made in Heaven - Pastor Milton Ng";
      document.getElementById("sermon2").href="../ftp/avteam/20100214english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="02/21";
      document.getElementById("stitle3").value="If We Claim to Know God, We Must Love One Another - Rev. Howard Chan";
      document.getElementById("sermon3").href="../ftp/avteam/20100221english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="02/28";
      document.getElementById("stitle4").value="To add to the cross is to subtract from the Gospel - Brother Dennis Lee";
      document.getElementById("sermon4").href="../ftp/avteam/20100228english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Mar 2010" : 
      document.getElementById("sdate1").value="03/07";
      document.getElementById("stitle1").value="Run the Race and Finish it Well - Rev. Paul Siu";
      document.getElementById("sermon1").href="../ftp/avteam/20100307english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="03/14";
      document.getElementById("stitle2").value="Decision Making and the Will of God - Rev. Milton Eng";
      document.getElementById("sermon2").href="../ftp/avteam/20100314english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="03/21";
      document.getElementById("stitle3").value="The Cost of Discipleship - Pastor Ed Lin";
      document.getElementById("sermon3").href="../ftp/avteam/20100321english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="03/28";
      document.getElementById("stitle4").value="Honest Doubt, Honest Faith - Brother Donald Wong";
      document.getElementById("sermon4").href="../ftp/avteam/20100328english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Apr 2010" : 
      document.getElementById("sdate1").value="04/04";
      document.getElementById("stitle1").value="The Paradox Principle - Pastor Milton Eng";
      document.getElementById("sermon1").href="../ftp/avteam/20100404english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="04/11";
      document.getElementById("stitle2").value="In The Wilderness With Community - Pastor John Eng";
      document.getElementById("sermon2").href="../ftp/avteam/20100411english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="04/18";
      document.getElementById("stitle3").value="Love like Christ - Brother Dennis Lee";
      document.getElementById("sermon3").href="../ftp/avteam/20100418joint.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="04/25";
      document.getElementById("stitle4").value="Invisible Child - Pastor Abraham Koo";
      document.getElementById("sermon4").href="../ftp/avteam/20100425joint.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break 
    case "May 2010" : 
      document.getElementById("sdate1").value="05/02";
      document.getElementById("stitle1").value="Revelation: the Avatar of the Bible - Pastor Milton Eng";
      document.getElementById("sermon1").href="../ftp/avteam/20100502english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="05/09";
      document.getElementById("stitle2").value="The Great Misunderstanding - Pastor Siu";
      document.getElementById("sermon2").href="../ftp/avteam/20100509english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="05/16";
      document.getElementById("stitle3").value="Are You A Murderer? - Pastor Howard Chan";
      document.getElementById("sermon3").href="../ftp/avteam/20100516english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="05/23";
      document.getElementById("stitle4").value="God is Faithful: He’ll fulfill His promises - Brother Spence Leung";
      document.getElementById("sermon4").href="../ftp/avteam/20100523english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="05/30";
      document.getElementById("stitle5").value="Live out the True Faith - Pastor So";
      document.getElementById("sermon5").href="../ftp/avteam/20100530english.mp3";
      document.getElementById("bulletin5").href="";
      break
    case "Jun 2010" : 
      document.getElementById("sdate1").value="06/06";
      document.getElementById("stitle1").value="Message to the Churches: ‘I Know Your Deeds' - Rev. Dr. Milton Eng";
      document.getElementById("sermon1").href="../ftp/avteam/20100606english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="06/13";
      document.getElementById("stitle2").value="Identity crisis - Pastor Steve Hsu";
      document.getElementById("sermon2").href="../ftp/avteam/20100613english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="06/20";
      document.getElementById("stitle3").value="Lessons From David - Pastor Ed Lin";
      document.getElementById("sermon3").href="../ftp/avteam/20100620english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="06/27";
      document.getElementById("stitle4").value="Response to Rejection - Pastor Janas Caruncho";
      document.getElementById("sermon4").href="../ftp/avteam/20100627english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break 
    case "Jul 2010" : 
      document.getElementById("sdate1").value="07/04";
      document.getElementById("stitle1").value="Designed for Unity - Pastor Daniel Yee";
      document.getElementById("sermon1").href="../ftp/avteam/20100704english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="07/11";
      document.getElementById("stitle2").value="Visions of Glory Before Visions of Judgment - Dr. Milton Eng";
      document.getElementById("sermon2").href="../ftp/avteam/20100711english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="07/18";
      document.getElementById("stitle3").value="When You Think You Are Wronged - Brother Donald Wong ";
      document.getElementById("sermon3").href="../ftp/avteam/20100718english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="07/25";
      document.getElementById("stitle4").value="Pay It Forward - Brother Chris Law ";
      document.getElementById("sermon4").href="../ftp/avteam/20100725english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Aug 2010" : 
      document.getElementById("sdate1").value="08/01";
      document.getElementById("stitle1").value="The Four Horsemen of the Apocalypse - Rev. Milton Eng";
      document.getElementById("sermon1").href="../ftp/avteam/20100801english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="08/08";
      document.getElementById("stitle2").value="Revival Sermon - Rev. Dr. Paul Kim";
      document.getElementById("sermon2").href="../ftp/avteam/20100808english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="08/15";
      document.getElementById("stitle3").value="Getting There from Here - Rev. Dr. John Ng";
      document.getElementById("sermon3").href="../ftp/avteam/20100815english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="08/22";
      document.getElementById("stitle4").value="What is the Great Commission? - Rev. Paul Siu";
      document.getElementById("sermon4").href="../ftp/avteam/20100822english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="08/29";
      document.getElementById("stitle5").value="Beware of the Thieves - Brother Donald Wong";
      document.getElementById("sermon5").href="../ftp/avteam/20100829english.mp3";
      document.getElementById("bulletin5").href="";
      break 
    case "Jan 2009" : 
      document.getElementById("sdate1").value="01/04";
      document.getElementById("stitle1").value="New Year, New You: The Real Deal on Discipleship - Rev. Milton";
      document.getElementById("sermon1").href="../ftp/avteam/20090104english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20090104english.doc";
      document.getElementById("sdate2").value="01/11";
      document.getElementById("stitle2").value="The Real Deal on the Word - Rev. Milton";
      document.getElementById("sermon2").href="../ftp/avteam/20090111english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20090111english.doc";
      document.getElementById("sdate3").value="01/18";
      document.getElementById("stitle3").value="Critical time, critical Relationship - Pastor Abraham koo";
      document.getElementById("sermon3").href="../ftp/avteam/20090118english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20090118english.doc";
      document.getElementById("sdate4").value="01/25";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="../ftp/avteam/20090125english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20090125english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Feb 2009" : 
      document.getElementById("sdate1").value="02/01";
      document.getElementById("stitle1").value="Why Should I live a Christ-centered Life? - Pastor Joe Feun";
      document.getElementById("sermon1").href="../ftp/avteam/20090201english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20090201english.doc";
      document.getElementById("sdate2").value="02/08";
      document.getElementById("stitle2").value="What's My Attitude Toward the Bible? - Pastor Joe Feun";
      document.getElementById("sermon2").href="../ftp/avteam/20090208english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20090208english.doc";
      document.getElementById("sdate3").value="02/15";
      document.getElementById("stitle3").value="Spiritual Brokenness - Pastor Ken Tom";
      document.getElementById("sermon3").href="../ftp/avteam/20090215english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20090215english.doc";
      document.getElementById("sdate4").value="02/22";
      document.getElementById("stitle4").value="Which Soil Are You - Pastor Ed. Lin";
      document.getElementById("sermon4").href="../ftp/avteam/20090222english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20090222english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Mar 2009" : 
      document.getElementById("sdate1").value="03/01";
      document.getElementById("stitle1").value="God is Calling, Can You Hear Him - Pastor Howard Chan";
      document.getElementById("sermon1").href="../ftp/avteam/20090301english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20090301english.doc";
      document.getElementById("sdate2").value="03/08";
      document.getElementById("stitle2").value="The Lord of Love - Pastor Bob Pascual";
      document.getElementById("sermon2").href="../ftp/avteam/20090308english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20090308english.doc";
      document.getElementById("sdate3").value="03/15";
      document.getElementById("stitle3").value="Faith confronting postmodernism - Rev. Abraham Koo";
      document.getElementById("sermon3").href="../ftp/avteam/20090315english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20090315english.doc";
      document.getElementById("sdate4").value="03/22";
      document.getElementById("stitle4").value="Ready for Prime Time - Pastor Joe Feun";
      document.getElementById("sermon4").href="../ftp/avteam/20090322english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20090322english.doc";
      document.getElementById("sdate5").value="03/29";
      document.getElementById("stitle5").value="How to Fellowship with Absolutely Anyone - Pastor Feun";
      document.getElementById("sermon5").href="../ftp/avteam/20090329english.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20090329english.doc";
      break
    case "Apr 2009" : 
      document.getElementById("sdate1").value="04/05";
      document.getElementById("stitle1").value="The Real Deal on Prayer - Pastor Milton Eng";
      document.getElementById("sermon1").href="../ftp/avteam/20090405english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20090405english.doc";
      document.getElementById("sdate2").value="04/12";
      document.getElementById("stitle2").value="Finding Grace in a World Gone Wild - Pastor Milton Eng";
      document.getElementById("sermon2").href="../ftp/avteam/20090412english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20090412english.doc";
      document.getElementById("sdate3").value="04/19";
      document.getElementById("stitle3").value="Who recharges your battery - Pastor Joe Feun";
      document.getElementById("sermon3").href="../ftp/avteam/20090419english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20090419english.doc";
      document.getElementById("sdate4").value="04/26";
      document.getElementById("stitle4").value="Speaking AND Listening Hard - Pastor Joe Feun";
      document.getElementById("sermon4").href="../ftp/avteam/20090426english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20090426english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "May 2009" : 
      document.getElementById("sdate1").value="05/03";
      document.getElementById("stitle1").value="The Real Deal on Devotions - Pastor Milton Eng";
      document.getElementById("sermon1").href="../ftp/avteam/20090503english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="05/10";
      document.getElementById("stitle2").value="Feasting at the Lord's table - Pastor Abraham Koo";
      document.getElementById("sermon2").href="../ftp/avteam/20090510english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="05/17";
      document.getElementById("stitle3").value="The Good Shepherd - Pastor Ed Lin";
      document.getElementById("sermon3").href="../ftp/avteam/20090517english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="05/24";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="05/31";
      document.getElementById("stitle5").value="Up to the task?";
      document.getElementById("sermon5").href="../ftp/avteam/20090531english.mp3";
      document.getElementById("bulletin5").href="";
      break
    case "Jun 2009" : 
      document.getElementById("sdate1").value="06/07";
      document.getElementById("stitle1").value="Called to Be a Herald that Heralds - Pastor Howard Chan";
      document.getElementById("sermon1").href="../ftp/avteam/20090607english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20090607english.doc";
      document.getElementById("sdate2").value="06/14";
      document.getElementById("stitle2").value="Our Incomparable God - Rev.Abraham Joseph";
      document.getElementById("sermon2").href="../ftp/avteam/20090614joint.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20090614joint.doc";
      document.getElementById("sdate3").value="06/21";
      document.getElementById("stitle3").value="Compass to the Unknown - Pastor Joe Feun";
      document.getElementById("sermon3").href="../ftp/avteam/20090621english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20090621english.doc";
      document.getElementById("sdate4").value="06/28";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="../ftp/avteam/20090628english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20090628english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Jul 2009" : 
      document.getElementById("sdate1").value="07/05";
      document.getElementById("stitle1").value="The Glory Has Departed - Pastor Ed Lin";
      document.getElementById("sermon1").href="../ftp/avteam/20090705english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20090705english.doc";
      document.getElementById("sdate2").value="07/12";
      document.getElementById("stitle2").value="Superman Returns: The Quest for Self-Identity - Pastor Milton Eng";
      document.getElementById("sermon2").href="../ftp/avteam/20090712english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20090712english.doc";
      document.getElementById("sdate3").value="07/19";
      document.getElementById("stitle3").value="Tearing Down and Building Up - Pastor Joseph Feun";
      document.getElementById("sermon3").href="../ftp/avteam/20090719english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20090719english.doc";
      document.getElementById("sdate4").value="07/26";
      document.getElementById("stitle4").value="Getting the Message Right - Pastor Joseph Feun";
      document.getElementById("sermon4").href="../ftp/avteam/20090726english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20090726english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Aug 2009" : 
      document.getElementById("sdate1").value="08/02";
      document.getElementById("stitle1").value="A life, a remembrance - Pastor Abraham Koo";
      document.getElementById("sermon1").href="../ftp/avteam/20090802english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20090802english.doc";
      document.getElementById("sdate2").value="08/09";
      document.getElementById("stitle2").value="Crouching Tiger, Hidden Dragon: Asian women and Adam and Eve - Pastor Milton Eng";
      document.getElementById("sermon2").href="../ftp/avteam/20090809english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20090809english.doc";
      document.getElementById("sdate3").value="08/16";
      document.getElementById("stitle3").value="Hearing in the Midst of Our Hassles - Pastor Joseph Feun";
      document.getElementById("sermon3").href="../ftp/avteam/20090816english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20090816english.doc";
      document.getElementById("sdate4").value="08/23";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="../ftp/avteam/20090823english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20090823english.doc";
      document.getElementById("sdate5").value="08/30";
      document.getElementById("stitle5").value="Who's the Greatest? - Pastor Janas";
      document.getElementById("sermon5").href="../ftp/avteam/20090830english.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20090830english.doc";
      break
    case "Sep 2009" : 
      document.getElementById("sdate1").value="09/06";
      document.getElementById("stitle1").value="An Inconvenient Truth:God, Gaia Earth and the Environment - Pastor Milton Eng";
      document.getElementById("sermon1").href="";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="09/13";
      document.getElementById("stitle2").value="An Example Worth Imitating - Pastor Howard Chan";
      document.getElementById("sermon2").href="../ftp/avteam/20090913english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="09/20";
      document.getElementById("stitle3").value="Praying with Authority - Dr. Michael Ferris";
      document.getElementById("sermon3").href="";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="09/27";
      document.getElementById("stitle4").value="Unreasonable Demands? - Pastor Joe Feun";
      document.getElementById("sermon4").href="../ftp/avteam/20090927english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Oct 2009" : 
      document.getElementById("sdate1").value="10/04";
      document.getElementById("stitle1").value="Be Alert, Stay Connected - Brother Donald Wong";
      document.getElementById("sermon1").href="../ftp/avteam/20091004english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="10/11";
      document.getElementById("stitle2").value="";
      document.getElementById("sermon2").href="../ftp/avteam/20091011english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="10/18";
      document.getElementById("stitle3").value="Walk, don’t run - Dr. John Ng";
      document.getElementById("sermon3").href="../ftp/avteam/20091018english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="10/25";
      document.getElementById("stitle4").value="Living in eschatological tension - Pastor Abraham Koo";
      document.getElementById("sermon4").href="../ftp/avteam/20091025english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Nov 2009" : 
      document.getElementById("sdate1").value="11/01";
      document.getElementById("stitle1").value="Little Women - Rev. Milton Eng";
      document.getElementById("sermon1").href="../ftp/avteam/20091101english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="11/08";
      document.getElementById("stitle2").value="Having a Thankful Thanksgiving - Rev. Howard Chan";
      document.getElementById("sermon2").href="../ftp/avteam/20091108english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="11/15";
      document.getElementById("stitle3").value="I have set before you an Open Door - Dr. Ellenberger";
      document.getElementById("sermon3").href="../ftp/avteam/20091115english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="11/22";
      document.getElementById("stitle4").value="Thanks AND No Thanks! - Rev. Joseph Feun";
      document.getElementById("sermon4").href="../ftp/avteam/20091122english.mp3";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="11/29";
      document.getElementById("stitle5").value="A Thanksgiving lifestyle - Brother Donald Wong";
      document.getElementById("sermon5").href="../ftp/avteam/20091129english.mp3";
      document.getElementById("bulletin5").href="";
      break
    case "Dec 2009" : 
      document.getElementById("sdate1").value="12/06";
      document.getElementById("stitle1").value="Seeing the Trees from the Forest - Pastor Joe Feun";
      document.getElementById("sermon1").href="../ftp/avteam/20091206english.mp3";
      document.getElementById("bulletin1").href="";
      document.getElementById("sdate2").value="12/13";
      document.getElementById("stitle2").value="We Interrupt This Program… - Pastor Joe Feun";
      document.getElementById("sermon2").href="../ftp/avteam/20091213english.mp3";
      document.getElementById("bulletin2").href="";
      document.getElementById("sdate3").value="12/20";
      document.getElementById("stitle3").value="God of Wonders - Pastor Milton Eng";
      document.getElementById("sermon3").href="../ftp/avteam/20091220english.mp3";
      document.getElementById("bulletin3").href="";
      document.getElementById("sdate4").value="12/27";
      document.getElementById("stitle4").value="Be Thou My Vision - Brother Donald Wong";
      document.getElementById("sermon4").href="../ftp/avteam/20091227english.mp3";
      document.getElementById("bulletin4").href="";
      break
    case "Jan 2008" : 
      document.getElementById("sdate1").value="01/06";
      document.getElementById("stitle1").value="The Spreading Flame - Pastor Ken Tom";
      document.getElementById("sermon1").href="../ftp/avteam/20080106english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080106english.doc";
      document.getElementById("sdate2").value="01/13";
      document.getElementById("stitle2").value="Ministry-the Essences & Requirements - Pastor Abraham";
      document.getElementById("sermon2").href="../ftp/avteam/20080113english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080113english.doc";
      document.getElementById("sdate3").value="01/20";
      document.getElementById("stitle3").value="";
      document.getElementById("sermon3").href="../ftp/avteam/20080120english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080120english.doc";
      document.getElementById("sdate4").value="01/27";
      document.getElementById("stitle4").value="Full Serve Stations - Pastor Joe";
      document.getElementById("sermon4").href="../ftp/avteam/20080127english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080127english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Feb 2008" : 
      document.getElementById("sdate1").value="02/03";
      document.getElementById("stitle1").value="The Sabbath and You - Pastor Howard";
      document.getElementById("sermon1").href="../ftp/avteam/20080203english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080203english.doc";
      document.getElementById("sdate2").value="02/10";
      document.getElementById("stitle2").value="Enjoying God As worship - Pastor Ed Cheng";
      document.getElementById("sermon2").href="../ftp/avteam/20080210english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080210english.doc";
      document.getElementById("sdate3").value="02/17";
      document.getElementById("stitle3").value="Finding and Following God's Plan - Pastor Jim";
      document.getElementById("sermon3").href="../ftp/avteam/20080217english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080217english.doc";
      document.getElementById("sdate4").value="02/24";
      document.getElementById("stitle4").value="Before the Throne - Pastor Greg Jao";
      document.getElementById("sermon4").href="../ftp/avteam/20080224english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080224english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Mar 2008" : 
      document.getElementById("sdate1").value="03/02";
      document.getElementById("stitle1").value="To Serve With A Thankful Heart - Pastor So";
      document.getElementById("sermon1").href="../ftp/avteam/20080302joint.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080302joint.doc";
      document.getElementById("sdate2").value="03/09";
      document.getElementById("stitle2").value="Those Who Don't Work Don't Eat - Pastor Andrew Lee";
      document.getElementById("sermon2").href="../ftp/avteam/20080309english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080309english.doc";
      document.getElementById("sdate3").value="03/16";
      document.getElementById("stitle3").value="Kingdom Servants - Rev. Timothy Chen";
      document.getElementById("sermon3").href="../ftp/avteam/20080316english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080316english.doc";
      document.getElementById("sdate4").value="03/23";
      document.getElementById("stitle4").value="Following Jesus as an Asian American - Pastor Ko";
      document.getElementById("sermon4").href="../ftp/avteam/20080323english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080323english.doc";
      document.getElementById("sdate5").value="03/30";
      document.getElementById("stitle5").value="The Ministry of Tower - Pastor Ken Tom";
      document.getElementById("sermon5").href="../ftp/avteam/20080330english.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20080330english.doc";
      break
    case "Apr 2008" : 
      document.getElementById("sdate1").value="04/06";
      document.getElementById("stitle1").value="Disciplines of Growth  - Pastor Lee Hearn";
      document.getElementById("sermon1").href="../ftp/avteam/20080406english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080406english.doc";
      document.getElementById("sdate2").value="04/13";
      document.getElementById("stitle2").value="Called to be a Herald that Heralds - Pastor Howard Chen";
      document.getElementById("sermon2").href="../ftp/avteam/20080413english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080413english.doc";
      document.getElementById("sdate3").value="04/20";
      document.getElementById("stitle3").value="The Whatever Principle - Pastor Laurence Tom";
      document.getElementById("sermon3").href="../ftp/avteam/20080420english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080420english.doc";
      document.getElementById("sdate4").value="04/27";
      document.getElementById("stitle4").value="The Winning Spirit - Pastor Ken Tom";
      document.getElementById("sermon4").href="../ftp/avteam/20080427english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080427english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "May 2008" : 
      document.getElementById("sdate1").value="05/04";
      document.getElementById("stitle1").value="Disciplines of Growth  - Pastor Benjamin Park";
      document.getElementById("sermon1").href="../ftp/avteam/20080504english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080504english.doc";
      document.getElementById("sdate2").value="05/11";
      document.getElementById("stitle2").value="The Melody of Life - Pastor Paul Siu";
      document.getElementById("sermon2").href="../ftp/avteam/20080511joint.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080511joint.doc";
      document.getElementById("sdate3").value="05/18";
      document.getElementById("stitle3").value="Overcoming Suffering - Pastor Caruncho	Listen";
      document.getElementById("sermon3").href="../ftp/avteam/20080518english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080518english.doc";
      document.getElementById("sdate4").value="05/25";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="../ftp/avteam/20080525english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080525english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Jun 2008" : 
      document.getElementById("sdate1").value="06/01";
      document.getElementById("stitle1").value="Great Commission - Pastor Abraham Koo";
      document.getElementById("sermon1").href="../ftp/avteam/20080601english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080601english.doc";
      document.getElementById("sdate2").value="06/08";
      document.getElementById("stitle2").value="Don’t miss Jesus - Pastor Greg Jao";
      document.getElementById("sermon2").href="../ftp/avteam/20080608english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080608english.doc";
      document.getElementById("sdate3").value="06/15";
      document.getElementById("stitle3").value="Uncompromising Fatih - Pastor Ed Lin";
      document.getElementById("sermon3").href="../ftp/avteam/20080615english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080615english.doc";
      document.getElementById("sdate4").value="06/22";
      document.getElementById("stitle4").value="Stopping the Vicious Cycle - Pastor Joe Feun";
      document.getElementById("sermon4").href="../ftp/avteam/20080622english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080622english.doc";
      document.getElementById("sdate5").value="06/29";
      document.getElementById("stitle5").value="Discipleship a call to practical Holiness";
      document.getElementById("sermon5").href="../ftp/avteam/20080629english.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20080629english.doc";
      break
    case "Jul 2008" : 
      document.getElementById("sdate1").value="07/06";
      document.getElementById("stitle1").value="Joy in Ministry - Pastor So";
      document.getElementById("sermon1").href="../ftp/avteam/20080706joint.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080706joint.doc";
      document.getElementById("sdate2").value="07/13";
      document.getElementById("stitle2").value="";
      document.getElementById("sermon2").href="../ftp/avteam/20080713english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080713english.doc";
      document.getElementById("sdate3").value="07/20";
      document.getElementById("stitle3").value="Rekindling Our Spiritual Passion - Pastor Ken Tom";
      document.getElementById("sermon3").href="../ftp/avteam/20080720english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080720english.doc";
      document.getElementById("sdate4").value="07/27";
      document.getElementById("stitle4").value="Nurturing a Vibrant Life for Christ - Pastor Howard Chan";
      document.getElementById("sermon4").href="../ftp/avteam/20080727english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080727english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Aug 2008" : 
      document.getElementById("sdate1").value="08/03";
      document.getElementById("stitle1").value="In times like this - Pastor Abraham Koo";
      document.getElementById("sermon1").href="../ftp/avteam/20080803english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080803english.doc";
      document.getElementById("sdate2").value="08/10";
      document.getElementById("stitle2").value="Parable of the Sower - Pastor Janas";
      document.getElementById("sermon2").href="../ftp/avteam/20080810english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080810english.doc";
      document.getElementById("sdate3").value="08/17";
      document.getElementById("stitle3").value="The Blessing of Being Poor in Spirit - Mr. Chris Mee";
      document.getElementById("sermon3").href="../ftp/avteam/20080817english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080817english.doc";
      document.getElementById("sdate4").value="08/24";
      document.getElementById("stitle4").value="Practice makes perfect - Pastor Henry Hwang";
      document.getElementById("sermon4").href="../ftp/avteam/20080824english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080824english.doc";
      document.getElementById("sdate5").value="08/31";
      document.getElementById("stitle5").value="Passionate for the Real Thing - Pastor Tim Chen";
      document.getElementById("sermon5").href="../ftp/avteam/20080831english.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20080831english.doc";
      break
    case "Sep 2008" : 
      document.getElementById("sdate1").value="09/07";
      document.getElementById("stitle1").value="911 Seven Years On - Pastor Abraham Koo";
      document.getElementById("sermon1").href="../ftp/avteam/20080907english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20080907english.doc";
      document.getElementById("sdate2").value="09/14";
      document.getElementById("stitle2").value="The Sinner’s Gospel - Pastor Ed. Lin";
      document.getElementById("sermon2").href="../ftp/avteam/20080914english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20080914english.doc";
      document.getElementById("sdate3").value="09/21";
      document.getElementById("stitle3").value="The Making of a man/ woman of God - Pastor Abraham Koo";
      document.getElementById("sermon3").href="../ftp/avteam/20080921english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20080921english.doc";
      document.getElementById("sdate4").value="09/28";
      document.getElementById("stitle4").value="Are You Called to A Ministry? - Rev. Milton Eng";
      document.getElementById("sermon4").href="../ftp/avteam/20080928english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20080928english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Oct 2008" : 
      document.getElementById("sdate1").value="10/05";
      document.getElementById("stitle1").value="YOUnited in Missions with Passion  wwa - Brother Barry";
      document.getElementById("sermon1").href="../ftp/avteam/2008missionconference_p3.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/2008105english.doc";
      document.getElementById("sdate2").value="10/12";
      document.getElementById("stitle2").value="When Jacob met the pharaoh - Pastor John Ng";
      document.getElementById("sermon2").href="../ftp/avteam/20081012english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20081012english.doc";
      document.getElementById("sdate3").value="10/19";
      document.getElementById("stitle3").value="Are You Ready To Be Called - Pastor Milton Eng";
      document.getElementById("sermon3").href="../ftp/avteam/20081019english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20081019english.doc";
      document.getElementById("sdate4").value="10/26";
      document.getElementById("stitle4").value="The Preciousness of Time - Pastor Stephen Ko";
      document.getElementById("sermon4").href="../ftp/avteam/20081026english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20081026english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Nov 2008" : 
      document.getElementById("sdate1").value="11/02";
      document.getElementById("stitle1").value="The complete Gospel - Pastor Chris Mee";
      document.getElementById("sermon1").href="../ftp/avteam/20081102english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20081102english.doc";
      document.getElementById("sdate2").value="11/09";
      document.getElementById("stitle2").value="First forbid and also allow - Pastor Hail David Yi";
      document.getElementById("sermon2").href="../ftp/avteam/20081109english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20081109english.doc";
      document.getElementById("sdate3").value="11/16";
      document.getElementById("stitle3").value="What Your GPS Doesn't Tell You - Pastor Joe Feun";
      document.getElementById("sermon3").href="../ftp/avteam/20081116english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20081116english.doc";
      document.getElementById("sdate4").value="11/23";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="../ftp/avteam/20081123english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20081123english.doc";
      document.getElementById("sdate5").value="11/30";
      document.getElementById("stitle5").value="Passing The Torch - Pastor Abraham Koo";
      document.getElementById("sermon5").href="../ftp/avteam/20081130english.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20081130english.doc";
      break
    case "Dec 2008" : 
      document.getElementById("sdate1").value="12/07";
      document.getElementById("stitle1").value="Pastor Ken Tom - Pastor Ken Tom";
      document.getElementById("sermon1").href="../ftp/avteam/20081207english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20081207english.doc";
      document.getElementById("sdate2").value="12/14";
      document.getElementById("stitle2").value="The Messiah, The Mission, & The Motivation";
      document.getElementById("sermon2").href="../ftp/avteam/20081214english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20081214english.doc";
      document.getElementById("sdate3").value="12/21";
      document.getElementById("stitle3").value="Celebrating a Christ-Centered Christmas - Pastor Howard Chan";
      document.getElementById("sermon3").href="../ftp/avteam/20081221english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20081221english.doc";
      document.getElementById("sdate4").value="12/28";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="../ftp/avteam/20081228english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20081228english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Jan 2007" : 
      document.getElementById("sdate1").value="01/07";
      document.getElementById("stitle1").value="A Man of Passion - Pastor Frank";
      document.getElementById("sermon1").href="../esermons/20070107english.mp3";
      document.getElementById("bulletin1").href="../docs/bulletin/070107english.doc";
      document.getElementById("sdate2").value="01/14";
      document.getElementById("stitle2").value="I Will Do A New Thing - Pastor Paul Marsh";
      document.getElementById("sermon2").href="../esermons/20070114english.mp3";
      document.getElementById("bulletin2").href="../docs/bulletin/070114english.doc";
      document.getElementById("sdate3").value="01/21";
      document.getElementById("stitle3").value="Responding To God's Revelation - Pastor Frank";
      document.getElementById("sermon3").href="../ftp/avteam/20070121english.mp3";
      document.getElementById("bulletin3").href="../docs/bulletin/070121english.doc";
      document.getElementById("sdate4").value="01/28";
      document.getElementById("stitle4").value="Meditating for Meaning - Pastor Frank";
      document.getElementById("sermon4").href="../ftp/avteam/20070128english.mp3";
      document.getElementById("bulletin4").href="../docs/bulletin/070128english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Feb 2007": 
      document.getElementById("sdate1").value="02/04";
      document.getElementById("stitle1").value="Seeing God In Your Life - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20070204english.mp3";
      document.getElementById("bulletin1").href="../docs/bulletin/070204english.doc";
      document.getElementById("sdate2").value="02/11";
      document.getElementById("stitle2").value="Will God Answer? - Pastor Frank";
      document.getElementById("sermon2").href="../ftp/avteam/20070211english.mp3";
      document.getElementById("bulletin2").href="../docs/bulletin/070211english.doc";
      document.getElementById("sdate3").value="02/18";
      document.getElementById("stitle3").value="How Jesus Prayed - Pastor Frank";
      document.getElementById("sermon3").href="../ftp/avteam/20070218english.mp3";
      document.getElementById("bulletin3").href="../docs/bulletin/070218english.doc";
      document.getElementById("sdate4").value="02/25";
      document.getElementById("stitle4").value="An Exercise of Faith - Pastor Ken";
      document.getElementById("sermon4").href="../ftp/avteam/20070225english.mp3";
      document.getElementById("bulletin4").href="../docs/bulletin/070225english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Mar 2007": 
      document.getElementById("sdate1").value="03/04";
      document.getElementById("stitle1").value="Invite People - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20070304english.mp3";
      document.getElementById("bulletin1").href="../docs/bulletin/070304english.doc";
      document.getElementById("sdate2").value="03/11";
      document.getElementById("stitle2").value="Fasting - Pastor Frank";
      document.getElementById("sermon2").href="../ftp/avteam/20070311english.mp3";
      document.getElementById("bulletin2").href="../docs/bulletin/070311english.doc";
      document.getElementById("sdate3").value="03/18";
      document.getElementById("stitle3").value="Secret Devotion - Pastor Frank";
      document.getElementById("sermon3").href="../ftp/avteam/20070318english.mp3";
      document.getElementById("bulletin3").href="../docs/bulletin/070318english.doc";
      document.getElementById("sdate4").value="03/25";
      document.getElementById("stitle4").value="Temptation - Pastor Frank";
      document.getElementById("sermon4").href="../ftp/avteam/20070325english.mp3";
      document.getElementById("bulletin4").href="../docs/bulletin/070325english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Apr 2007": 
      document.getElementById("sdate1").value="04/01";
      document.getElementById("stitle1").value="Know The Word - Dr. Ron Belsterling";
      document.getElementById("sermon1").href="../ftp/avteam/20070401english.mp3";
      document.getElementById("bulletin1").href="../docs/bulletin/070401english.doc";
      document.getElementById("sdate2").value="04/08";
      document.getElementById("stitle2").value="Amazing Good News - Pastor Frank";
      document.getElementById("sermon2").href="../ftp/avteam/20070408english.mp3";
      document.getElementById("bulletin2").href="../docs/bulletin/070408english.doc";
      document.getElementById("sdate3").value="04/15";
      document.getElementById("stitle3").value="CSI: God’s Word - Pastor Frank";
      document.getElementById("sermon3").href="../ftp/avteam/20070415english.mp3";
      document.getElementById("bulletin3").href="../docs/bulletin/070415english.doc";
      document.getElementById("sdate4").value="04/22";
      document.getElementById("stitle4").value="Self Esteem : seeing you as God see You - Pastor Ken Tom";
      document.getElementById("sermon4").href="../ftp/avteam/20070422youth.mp3";
      document.getElementById("bulletin4").href="../docs/bulletin/070422youth.doc";
      document.getElementById("sdate5").value="04/29";
      document.getElementById("stitle5").value="Journey Between Two Worlds - Pastor Adam Chu";
      document.getElementById("sermon5").href="../ftp/avteam/20070429english.mp3";
      document.getElementById("bulletin5").href="../docs/bulletin/070429english.doc";
      break
    case "May 2007": 
      document.getElementById("sdate1").value="05/06";
      document.getElementById("stitle1").value="Edumacated Christians - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20070506english.mp3";
      document.getElementById("bulletin1").href="../docs/bulletin/070506english.doc";
      document.getElementById("sdate2").value="05/13";
      document.getElementById("stitle2").value="All I Want Is More - Pastor Frank";
      document.getElementById("sermon2").href="../ftp/avteam/20070513english.mp3";
      document.getElementById("bulletin2").href="../docs/bulletin/070513english.doc";
      document.getElementById("sdate3").value="05/20";
      document.getElementById("stitle3").value="Sunday Sermon";
      document.getElementById("sermon3").href="../ftp/avteam/20070520english.mp3";
      document.getElementById("bulletin3").href="../docs/bulletin/070520english.doc";
      document.getElementById("sdate4").value="";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="";
      document.getElementById("bulletin4").href="";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Jun 2007": 
      document.getElementById("sdate1").value="06/03";
      document.getElementById("stitle1").value="My Quiet Place - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20070603english.mp3";
      document.getElementById("bulletin1").href="../docs/bulletin/070603english.doc";
      document.getElementById("sdate2").value="06/10";
      document.getElementById("stitle2").value="Kindergarten Evangelism - Pastor Frank";
      document.getElementById("sermon2").href="../ftp/avteam/20070610english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20070610english.doc";
      document.getElementById("sdate3").value="06/17";
      document.getElementById("stitle3").value="Dancing Before Our  Maker - Pastor Greg";
      document.getElementById("sermon3").href="../ftp/avteam/20070617english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20070617english.doc";
      document.getElementById("sdate4").value="06/24";
      document.getElementById("stitle4").value="Hearing and Seeing God - Pastor Frank";
      document.getElementById("sermon4").href="../ftp/avteam/20070624english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20070624english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Jul 2007": 
      document.getElementById("simage1").src="../images/esermonx.jpg";
      document.getElementById("sdate1").value="07/01";
      document.getElementById("stitle1").value="Solitude: Alone By Force - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20070701english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20070701english.doc";
      document.getElementById("sdate2").value="07/08";
      document.getElementById("stitle2").value="Submission - Pastor Frank";
      document.getElementById("sermon2").href="../ftp/avteam/20070708english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20070708english.doc";
      document.getElementById("sdate3").value="07/15";
      document.getElementById("stitle3").value="The Creation Story - Pastor Howard Chan";
      document.getElementById("sermon3").href="../ftp/avteam/20070715english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20070715english.doc";
      document.getElementById("sdate4").value="07/22";
      document.getElementById("stitle4").value="Submission and Love - Pastor Frank";
      document.getElementById("sermon4").href="../ftp/avteam/20070722english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20070722english.doc";
      document.getElementById("sdate5").value="07/29";
      document.getElementById("stitle5").value="Finding God’s People - Pastor Ellenberger";
      document.getElementById("sermon5").href="../ftp/avteam/20070729joint.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20070729joint.doc";
      break
    case "Aug 2007": 
      document.getElementById("sdate1").value="08/05";
      document.getElementById("stitle1").value="Servants Are To... - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20070805english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20070805english.doc";
      document.getElementById("sdate2").value="08/12";
      document.getElementById("stitle2").value="Serving Together - Pastor Frank";
      document.getElementById("sermon2").href="../ftp/avteam/20070812english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20070812english.doc";
      document.getElementById("sdate3").value="08/19";
      document.getElementById("stitle3").value="Serving at CLG";
      document.getElementById("sermon3").href="../ftp/avteam/20070819english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20070819english.doc";
      document.getElementById("sdate4").value="08/26";
      document.getElementById("stitle4").value="The Good Samaritan - Pastor Janas";
      document.getElementById("sermon4").href="../ftp/avteam/20070826english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20070826english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Sep 2007": 
      document.getElementById("simage1").src="../images/esermonx.jpg";
      document.getElementById("sdate1").value="09/02";
      document.getElementById("stitle1").value="Confession: OT Survey - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20070902english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20070902english.doc";
      document.getElementById("sdate2").value="09/09";
      document.getElementById("stitle2").value="The Path To Holy Living - Pastor Frank";
      document.getElementById("sermon2").href="../ftp/avteam/20070909english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20070909english.doc";
      document.getElementById("sdate3").value="09/16";
      document.getElementById("stitle3").value="Revival In Heaven - Brian Solik";
      document.getElementById("sermon3").href="../ftp/avteam/20070916english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20070916english.doc";
      document.getElementById("sdate4").value="09/23";
      document.getElementById("stitle4").value="Tell You?!? - Pastor Frank";
      document.getElementById("sermon4").href="../ftp/avteam/20070923english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20070923english.doc";
      document.getElementById("sdate5").value="09/30";
      document.getElementById("stitle5").value="God is Calling, Can You Hear Him? - Pastor Chan";
      document.getElementById("sermon5").href="../ftp/avteam/20070930english.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20070930english.doc";
      break
    case "Oct 2007": 
      document.getElementById("sdate1").value="10/07";
      document.getElementById("stitle1").value="Worthless Worship - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20071007english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20071007english.doc";
      document.getElementById("simage2").src="../images/esermonx.jpg";
      document.getElementById("sdate2").value="10/14";
      document.getElementById("stitle2").value="";
      document.getElementById("sermon2").href="../ftp/avteam/20071014english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20071014english.doc";
      document.getElementById("sdate3").value="10/21";
      document.getElementById("stitle3").value="A Life That Worships - Pastor Frank";
      document.getElementById("sermon3").href="../ftp/avteam/20071021english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20071021english.doc";
      document.getElementById("sdate4").value="10/28";
      document.getElementById("stitle4").value="Singing To The Lord - Pastor Frank";
      document.getElementById("sermon4").href="../ftp/avteam/20071028english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20071028english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Nov 2007": 
      document.getElementById("sdate1").value="11/04";
      document.getElementById("stitle1").value="Worshipping God Every Day - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20071104english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20071104english.doc";
      document.getElementById("sdate2").value="11/11";
      document.getElementById("stitle2").value="Light for Your Path - Pastor Jim Cookson";
      document.getElementById("sermon2").href="../ftp/avteam/20071111english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20071111english.doc";
      document.getElementById("sdate3").value="11/18";
      document.getElementById("stitle3").value="Knowledge Of God - Pastor Janas";
      document.getElementById("sermon3").href="../ftp/avteam/20071118english.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20071118english.doc";
      document.getElementById("sdate4").value="11/25";
      document.getElementById("stitle4").value="";
      document.getElementById("sermon4").href="../ftp/avteam/20071125english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20071125english.doc";
      document.getElementById("sdate5").value="";
      document.getElementById("stitle5").value="";
      document.getElementById("sermon5").href="";
      document.getElementById("bulletin5").href="";
      break
    case "Dec 2007": 
      document.getElementById("sdate1").value="12/02";
      document.getElementById("stitle1").value="Worshipping God Every Day - Pastor Frank";
      document.getElementById("sermon1").href="../ftp/avteam/20071202english.mp3";
      document.getElementById("bulletin1").href="../ftp/docs/bulletin/20071202english.doc";
      document.getElementById("sdate2").value="12/09";
      document.getElementById("stitle2").value="";
      document.getElementById("sermon2").href="../ftp/avteam/20071209english.mp3";
      document.getElementById("bulletin2").href="../ftp/docs/bulletin/20071209english.doc";
      document.getElementById("sdate3").value="12/16";
      document.getElementById("stitle3").value="The Happiness Factory - Pastor Chu";
      document.getElementById("sermon3").href="../ftp/avteam/20071216joint.mp3";
      document.getElementById("bulletin3").href="../ftp/docs/bulletin/20071216english.doc";
      document.getElementById("sdate4").value="12/23";
      document.getElementById("stitle4").value="Crying and Rejoicing In Trails - Pastor Frank";
      document.getElementById("sermon4").href="../ftp/avteam/20071223english.mp3";
      document.getElementById("bulletin4").href="../ftp/docs/bulletin/20071223english.doc";
      document.getElementById("sdate5").value="12/30";
      document.getElementById("stitle5").value="John the Baptists Denial";
      document.getElementById("sermon5").href="../ftp/avteam/20071230english.mp3";
      document.getElementById("bulletin5").href="../ftp/docs/bulletin/20071230english.doc";
      break
  }
}

function getlima(form) {
  var lcUpdate="";
  var newIndex = form.lima.value; 
  switch(newIndex)
  {
     case "0906": 
       lcUpdate=lcUpdate+"~*~*~*~*~*~*~*~*~*~*~*~Lastest Update 10/1~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Mon. 10/2 - The STM team will arrive home at 8:30am on an      \n";
       lcUpdate=lcUpdate+"overnight flight from Lima. It is joyful to see a person accepted\n";
       lcUpdate=lcUpdate+"Christ on Sat. 9/30 at the Church of Los Olivos. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*~*~*~*~*~*~*~*~*~*~*~*~Update 9/29~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Sat. 9/30 - They will split team again: to lead Worship at the \n";
       lcUpdate=lcUpdate+"church of Los Olivos, and to distribute the Herald newspaper at  \n";
       lcUpdate=lcUpdate+"Chinatown. During Worship at Los Olivos, they plan to share hymns\n";
       lcUpdate=lcUpdate+"and a message in Matthew Chapter 7 - Two Different Foundations.  \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Sun. 10/1 - Connie and KaKwok plan to visit the GOI Gospel     \n";
       lcUpdate=lcUpdate+"Center again. The rest will attend the Brothers \n";
       lcUpdate=lcUpdate+"Fellowship with Pastor Chang. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Please continue to pray for their health, and the Lord to      \n";
       lcUpdate=lcUpdate+"deliver His message through them. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*~*~*~*~*~*~*~*~*~*~*~*~Update 9/27~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Wed. 9/27 - About 15 people attended the Evergreen Fellowship  \n";
       lcUpdate=lcUpdate+"meeting. They enjoy the traditional Chinese Opera music, story,  \n";
       lcUpdate=lcUpdate+"games and message.  \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Thur 9/28 - Team members will conduct another English Class and\n";
       lcUpdate=lcUpdate+"Tai Chi class at GO International Gospel Center in the morning.  \n";
       lcUpdate=lcUpdate+"They will then lead the 8PM and 11PM outreach events. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Please pray for their health and necessary energy to complete  \n";
       lcUpdate=lcUpdate+"all programs. SiuHung has minor stomach ache. Most important,    \n";
       lcUpdate=lcUpdate+"pray the Lord works among them. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*~*~*~*~*~*~*~*~*~*~*~*~Update 9/26~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  They had more visitations in Chinatown on Monday, 9/25. But    \n";
       lcUpdate=lcUpdate+"Stan Lam caught a cold. He went back to the hotel and slept for  \n";
       lcUpdate=lcUpdate+"several hours. He managed to recover from the cold and went on to\n";
       lcUpdate=lcUpdate+"teach an English class at GO Internation's Gospel Center on      \n";
       lcUpdate=lcUpdate+"Tuesday morning. Connie conducted a Tai Chi class right after    \n";
       lcUpdate=lcUpdate+"the English session. Together they had more visitations in       \n";
       lcUpdate=lcUpdate+"Chinatown in the afternoon. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Please pray for the people who are attending Wednesday         \n";
       lcUpdate=lcUpdate+"morning's Evergreen Fellowship, and the 2 Thursday late night    \n";
       lcUpdate=lcUpdate+"outreach programs. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*~*~*~*~*~*~*~*~*~*~*~*~Update 9/24~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  The team arrived Lima without any incident on Friday, 9/22.    \n";
       lcUpdate=lcUpdate+"SiuHung, Connie, and Stanley shared message (The Lord's Prayer)  \n";
       lcUpdate=lcUpdate+"and hymns at the church of Los Olivos on Saturday. KaKwok and    \n";
       lcUpdate=lcUpdate+"Stan distributed the Herald newspaper at Chinatown. They grouped \n";
       lcUpdate=lcUpdate+"together at Chinatown and had door to door visitations later in  \n";
       lcUpdate=lcUpdate+"the afternoon. They also visited the GO International Gospel     \n";
       lcUpdate=lcUpdate+"Center on Sunday. They had good sharings with the missionaries   \n";
       lcUpdate=lcUpdate+"there to understand their needs. The team later joined Worship at\n";
       lcUpdate=lcUpdate+"the Church of San Borja. Stan and KaKwok shared testimony and    \n";
       lcUpdate=lcUpdate+"message (How to face difficulties in life - a story of Joseph),  \n";
       lcUpdate=lcUpdate+"while Connie and Stanley lead hymns.                             \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"  Besides more visitations in Chinatown, they will lead the      \n";
       lcUpdate=lcUpdate+"Evergreen Fellowship on Wednesday morning, and conduct 2 late    \n";
       lcUpdate=lcUpdate+"night outreach prgrams (8pm and 11pm) on Thursday. Please pray   \n";
       lcUpdate=lcUpdate+"for the people who are attending the programs, and the team      \n";
       lcUpdate=lcUpdate+"continue to have great health and spirit.\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~9/17*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"The CLGNJ Short Term Mission team will visit Lima, Peru in September, 2006. During the 10-days visitation, they will have\n";
       lcUpdate=lcUpdate+"  1. Street evangelism in Lima's Chinatown,\n"
       lcUpdate=lcUpdate+"  2. Conduct fellowship and outreach programs,\n"
       lcUpdate=lcUpdate+"  3. Lead Sunday Worship in two local churches, and\n"
       lcUpdate=lcUpdate+"  4. Visit the GO International Gospel Center.\n"
       lcUpdate=lcUpdate+"\n"
       lcUpdate=lcUpdate+"Please pray that the Lord will go with them, for what else will\n"
       lcUpdate=lcUpdate+"distinguish them from all the other people on the face of the earth\n"
       lcUpdate=lcUpdate+"if the Lord does not go with them? (Exodus 33:16)\n"
       lcUpdate=lcUpdate+"\n"
       lcUpdate=lcUpdate+"Members: Connie, KaKwok, SiuHung, Stan, and Stanley.\n"
       lcUpdate=lcUpdate+"\n"
       lcUpdate=lcUpdate+"Among all other responsibilities,\n"
       lcUpdate=lcUpdate+"  Connie and Stanley will lead most singspirations.\n"
       lcUpdate=lcUpdate+"  Stan and Stanley will have testimony-sharings in outreach\n"
       lcUpdate=lcUpdate+"    programs.\n"
       lcUpdate=lcUpdate+"  SiuHung and KaKwok will deliver Sunday Worship messages.\n"
       lcUpdate=lcUpdate+"\n"
       lcUpdate=lcUpdate+"Schedule highlights:\n"
       lcUpdate=lcUpdate+"  Thur. 9/21  Overnight flight out of JFK Airport to Lima.\n"
       lcUpdate=lcUpdate+"  Sat.  9/23  Split team: Conduct street evangelism at Chinatown and\n"
       lcUpdate=lcUpdate+"              lead Worship service at the church of Los Olivos.\n"
       lcUpdate=lcUpdate+"  Sun.  9/24  Lead Worship service at the church of San Borja.\n"
       lcUpdate=lcUpdate+"  Wed.  9/27  Evergreen Fellowship at Chinatown.\n"
       lcUpdate=lcUpdate+"  Thur. 9/28  Two outreach programs start at 8PM and 11PM.\n"
       lcUpdate=lcUpdate+"  Sat.  9/30  Split team: Conduct street evangelism at Chinatown and\n"
       lcUpdate=lcUpdate+"              lead Worship service at the church of Los Olivos.\n"
       lcUpdate=lcUpdate+"  Sun.  10/1  Help in Worship service at the church of San Borja,\n"
       lcUpdate=lcUpdate+"              and finishing trip with overnight flight back to\n"
       lcUpdate=lcUpdate+"              New York.\n"
       lcUpdate=lcUpdate+"\n"
       break
     case "0407":
       lcUpdate=lcUpdate+"~*~*Update from Ka Kwok~*~*~*~4/28*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+"Today: \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"1. The Short Term Mission team from NY Brooklyn joined us to worship at Los Olivos. I shared the message and we had very good sharing and fellowships with members of Los Olivos. We had a new comer today to attend the worship. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"2. After worship, we had a time to share our experience and activities with the new mission team. Then two teams went to Chinatown to have lunch and to the Gospel center. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"3. At the Gospel center, a person came to the center who ran away from the ship. He told us that he ran away because the owner of the ship abused the workers. A brother (Philip) from the local church spent several hours to have sharing with him. The person joined our bible study 'Philemon' - it is God's will to have us to study that book. We prayed for the person. After the bible study, Philip brought the person to an inn to stay over the weekend. We asked the person to go to the Chinese Embassy on Monday to ask for its help. Through the process, we explained the Gospel to him and gave him some booklets to take to read. He did not accept God today, but pray that the messages stay in his heart. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"4. After the bible study, the two mission team went to San Borja to have dinner. We also brought the new team to have some orientation in the area. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Tomorrow: \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"1. We will share messages at the GO International Gospel Center and San Borja Church. \n";
       lcUpdate=lcUpdate+"2. We will go to Lima Airport around 8 PM and we will take the 11 PM flight to be back to New Jersey at around 8 AM in the morning. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Thank for your prayer. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*Update from Ka Kwok~*~*~*~4/26*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+"Siu Hung and I went to Chinatown to do some visitation in the afternoon. We went to visit Mr. Ho at his chifa. He is still not willing to accept Christ after many trials that we had in the past 3 years. We went to visit Nancy Chan at her 'fruit place'. She is a sister of San Borja Church. We also met Mrs. Lau. She is a non-believer, but her son went to Panama Seminary about one year ago. Mrs. Lau was not too happy about it in the beginning. Recently, she has accepted it and occasionally goes to church with Nancy. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Last night we went to San Juan to have bible study with a group of brothers and sisters (new believers) and some non believers. This meeting was held at an Internet Cafe that own by a non-believer. She was a Chinese tradition 'Buddhist'. After her son accepted Christ, she started to open her Internet Cafe for bible study. Pray that God works in her heart to change her. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"The bible study started at around 11:30 PM and ended close to 3 AM. We had a good fellowship with the brothers and sisters, and we had chance to have conversations with the non-believers. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Thanks for your prayer. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"I am happy to know that we got a lot of participation of tomorrow's walk. May God's name be glorified in New York and New Jersey. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*Update from Ka Kwok~*~*~*~4/25*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+"1. I went to Lima Chinatown at 9:30 AM to meet a sister who always help STM during their visit. But in these couple years, she has been on and off struggling with her relationship with other brothers and sisters. Part of that is due to her self-esteem. I spent close to 2 hours to have breakfast with her and to listen to her. She understands her problem, but she needs time to overcome it. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"2. Went back to Pastor Chang's apartment around 12 noon and used the afternoon to prepare the bible studies for tonight. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"3. At 6:45 PM to 9:10 PM, we joined the prayer meeting and bible study at San Borja. We had very good sharing. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Tomorrow's schedule (April 26): \n";
       lcUpdate=lcUpdate+"1. We plan to have visitation at Chinatown in the afternoon. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"2. We will lead the mid-night bible studies (Mark chapter 5) at San Juan. We will meet several brothers together at 11 PM at Brother Yu's Internet Cafe. The meeting will start around mid-night and it will end about 3 AM in the morning. Brother Yu will bring us back home after the meeting. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Schedule for the rest of the trip: \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Friday (April 27) - Rest in the morning and visitation in the afternoon with Pastor Cathy Chan \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Saturday (April 28) - Share message at Los Olivos Church in the morning and lead bible studies in the afternoon \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Sunday (April 29) - Share message at GO International Gospel Center in the morning and share message at San Borja Church in the afternoon. After worship, we will go to Lima Airport to take the 11 PM flight back to New Jersey. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Thank you for your prayer. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*Update from Ka Kwok~*~*~*~4/24*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+"We went to San Borja this morning at 9 AM to lead the entire week day worship. Including Siu Hung and I, we had 11 people attend the worship. Some of them I met in the last 2 STM trips. After services, we had a brief sharing and I asked them to give me any prayer requests so that I will pray for them as I did. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"After the worship, Brother Zhu brought us to visit two non believers (Ms. Wu and Ms. Leung). This is my first time try to use my broken Manderin to share gospel. I am insufficent, but God is able. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"At around 2:40 PM, we went to San Juan with Brother Zhu and Brother Yu. San Juan is on a hill and it is a poor area. After 45 to 50 minutes driving, we went to one of the new believer's chifa. He allows us to use a small section for bible studies. The group included the owner, Brother Chan, Brother Zhu, Brother Yu, Siu Hung and another sister. We studied Luke Chp. 22: 14-34. We had very good sharings. We left the chifa around 6:00 PM and went to visit two nearby chifas. We went back to San Borja Brother Yu's Internet cafe about 7:00 PM. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"After dinner, we went back to Pastor Chang's apartment. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Tomorrow's schedule: We will do visitation at Chinatown in the morning. We will attend the prayer meeting at San Borja Church at 6 PM. After prayer meeting, we will participate their bible studies - Poverb Chapter 14. The bible study will end around 9:30 PM. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Thank you for praying for us. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*Update from Ka Kwok~*~*~*~4/23*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+"Today is a 'light' day for us. We went to Chinatown to have breakfast with Pastor Cathy Chan and sisters from GO International Gospel Center. It happened all the brothers stayed in Chifa to work this morning while the sisters went to breakfast. I learned two things from the sisters: they are experts in cooking and every one of them was robbed several times while their time in Lima, including Pastor Cathy Chan. She was robbed not too long after she arrived Lima, but she is still staying here to serve. May God protect her. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"After breakfast, I have a long sharing time with Pastor Cathy while Siu Hung went to visit Mrs. Lee, the one who we visited on Saturday. We also went to visit Mr. Ho at his Chifa, but he was too busy at that time so we left without much sharing. Then we went to visit Ms. Cho. She is very focus on application process for imigration to U.S. Her husband is applying her and her daughter to come to United States. Before we came back to Pastor Chang's apartment, we went to visit Mr. Szeto and walked with him to pick up his grandchildren from school. Even though we did not talk about Gospel, we had good sharing. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Tomorrow, we will lead the morning worship and sharing message at San Borja Church from 9 AM to 10:15 AM. We also will help in the bible studies from 2:45 PM to 4:00 PM at San Juan. They do not have the worship in the evening as I understood. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Thank you for your praying. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*Update from Ka Kwok~*~*~*~4/22*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+"Today (April 22), we went to GO International Gospel Center in the morning. Ka Kwok shared the message with brothers and sisters at their worship. In late afternoon, we went to San Borja Church for their worship. Ka Kwok shared message at their worship. We also spent time with several brothers and sisters to have some sharings with them. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Some updates from GO International: Cathy Chan received her driver license and she now can drive to visit people around the area; she is waiting for coworker(s), long or short term, to help her; they stoped the children worship because they do not have enough coworkers. Please continue to pray for Cathy Chan and GO International ministries in Lima. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Tomorrow, we will have breakfast with brothers and sisters from GO International Gospel Center at Chinatown. Through that we hope to have more fellowship with them. After that, we will have home visitations at Chinatown. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"There are some changes in the schedule on Tuesday. We will handle the entire weekday morning worship (including leading songs and sharing message) at San Borja Church. This is for the ones who cannot attend the Sunday worship. In the afternoon, we will join and help their bible studies at San Juan. This is the first time for us to be there. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Thank you for your prayers and please continue to pray for us. We also will pray for you all at New Jersey. \n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"~*~*Update from Ka Kwok~*~*~*~4/21*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Siu Hung and I went to Los Olivos Church this morning. We are very happy to see the one who accepted Christ during our last visit baptised two weeks ago. She shared her testimony during today's worship. I have shared the first message at the worship. After worship, Siu Hung and I went to Chinatown Gospel Center. We first visited Mrs. Lee. We need to continue to pray for her. She is very friendly to us and always welcome Short Term Mission team to visit, but she does not see her spiritual needs. Siu Hung and I had bible studies with 3 sisters at the Gospel Center after. We also had dinner with one of them (Lily Yu).\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Tomorrow morning at 9 AM, Siu Hung and I will go to GO International Gospel Center to share message at their worship. In the afternoon, we will go to San Borja Church to share another message. \n";
       lcUpdate=lcUpdate+"\n";
       lcUpdate=lcUpdate+"Please continue to pray for us. May God use us to deliver His message.\n";
       lcUpdate=lcUpdate+"\n"
       lcUpdate=lcUpdate+"~*~*Update from Ka Kwok~*~*~*~4/20*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Just arrive Lima - Siu Hung and I just arrived Lima (Pastor Chang's apartment). The flight was delayed two hours. Everything is okay.\n";
       lcUpdate=lcUpdate+" \n";
       lcUpdate=lcUpdate+"Tomorrow, we will leave here to Los Olivos Church at 8 AM. Wilfred will share message at the worship. After worship, we will go to Chinatown Gospel Center. We may do some home visit and Siu Hung will help out the Bible Studies in late afternoon. \n";
       lcUpdate=lcUpdate+"\n";
       lcUpdate=lcUpdate+"\n"
       break
  }
    document.getElementById("limaupdate").value=lcUpdate;
}
