function expandcollapse (postid) { 
  whichpost = document.getElementById(postid); 
  if (whichpost.className=="postshown") { 
    whichpost.className="posthidden"; 
  } 
  else { 
    whichpost.className="postshown"; 
  } 
}

function random_imglink() {
  var photo=new Array()
  photo[0]="http://www.inspirit.org/web/ccmusic/artist/frontline1.jpg"
  photo[1]="http://www.inspirit.org/web/ccmusic/artist/fungling1.jpg"
  photo[2]="http://www.inspirit.org/web/ccmusic/artist/frontline2.jpg"
  photo[3]="http://www.inspirit.org/web/ccmusic/artist/fungling2.jpg"
  photo[4]="http://www.inspirit.org/web/ccmusic/artist/psalm.jpg"
  photo[5]="http://www.inspirit.org/web/ccmusic/artist/extolzion1.jpg"
  photo[6]="http://www.inspirit.org/web/ccmusic/artist/extolzion2.jpg"
  photo[7]="http://www.inspirit.org/web/ccmusic/artist/onebody1.jpg"
  photo[8]="http://www.inspirit.org/web/ccmusic/artist/onebody2.jpg"
  photo[9]="http://www.inspirit.org/web/ccmusic/artist/level7.jpg"
  photo[10]="http://www.inspirit.org/web/ccmusic/artist/frances1.jpg"
  photo[11]="http://www.inspirit.org/web/ccmusic/artist/frances2.jpg"
  photo[12]="http://www.inspirit.org/web/ccmusic/artist/ivyso1.jpg"
  photo[13]="http://www.inspirit.org/web/ccmusic/artist/agnesman1.jpg"
  photo[14]="http://www.inspirit.org/web/ccmusic/artist/zionnoiz1.jpg"
  photo[15]="http://www.inspirit.org/web/ccmusic/artist/psalm2.jpg"
  photo[16]="http://www.inspirit.org/web/ccmusic/artist/agnesman2.jpg"
  photo[17]="http://www.inspirit.org/web/ccmusic/artist/lambert1.jpg"
  photo[18]="http://www.inspirit.org/web/ccmusic/artist/lambert2.jpg"

  var photolink=new Array()
  photolink[0]="http://www.frontline.org.hk"
  photolink[1]="http://www.fungling.com"
  photolink[2]="http://www.frontline.org.hk"
  photolink[3]="http://www.fungling.com"
  photolink[4]="http://www.psalm16.org"
  photolink[5]="http://www.extolzion.net"
  photolink[6]="http://www.extolzion.net"
  photolink[7]="http://www.onebodyband.org"
  photolink[8]="http://www.onebodyband.org"
  photolink[9]="http://www.level7.ca"
  photolink[10]="http://www.franceschiu.com"
  photolink[11]="http://www.franceschiu.com"
  photolink[12]="http://www.ivyso.com"
  photolink[13]="http://www.agnesman.com"
  photolink[14]="http://www.zionnoiz.com"
  photolink[15]="http://www.psalm16.org"
  photolink[16]="http://www.agnesman.com"
  photolink[17]="http://www.lambertchan.com"
  photolink[18]="http://www.lambertchan.com"

  var photodesc=new Array()
  photodesc[0]="Frontline (www.frontline.org.hk)"
  photodesc[1]="風鈴 (www.fungling.com)"
  photodesc[2]="Frontline (www.frontline.org.hk)"
  photodesc[3]="風鈴 (www.fungling.com)"
  photodesc[4]="Psalm (www.psalm16.org)"
  photodesc[5]="Extol Zion (www.extolzion.net)"
  photodesc[6]="Extol Zion (www.extolzion.net)"
  photodesc[7]="one body (www.onebodyband.org)"
  photodesc[8]="one body (www.onebodyband.org)"
  photodesc[9]="Level 7 (www.level7.ca)"
  photodesc[10]="趙芬妮 (www.franceschiu.com)"
  photodesc[11]="趙芬妮 (www.franceschiu.com)"
  photodesc[12]="蘇如紅 (www.ivyso.com)"
  photodesc[13]="文雅言 (www.agnesman.com)"
  photodesc[14]="ZiON NOiZ (www.zionnoiz.com)"
  photodesc[15]="Psalm (www.psalm16.org)"
  photodesc[16]="文雅言 (www.agnesman.com)"
  photodesc[17]="陳立業 (www.lambertchan.com)"
  photodesc[18]="陳立業 (www.lambertchan.com)"

  var ry=Math.floor(Math.random()*19)
  document.write('<a href='+'"'+photolink[ry]+'" '+'title='+'"'+photodesc[ry]+'"'+'><img src="'+photo[ry]+'" border=0></a>')
}

function flipimage(url) { window.event.srcElement.src = url; }