<!----
 Scroll_1 = new Image(60, 125)
 Scroll_1.src = "NYYG_1.gif"

 Scroll_2 = new Image(60, 124)
 Scroll_2.src = "NYYG_4.gif"

 Scroll_3 = new Image(64, 119)
 Scroll_3.src = "NYYG_6.gif"

 Scroll_4 = new Image(64, 118)
 Scroll_4.src = "NYYG_7.gif"

/*
Pausing updown message scroller- 
Last updated: 99/07/05 (Bugs fixed, ability to specify background image for scroller)
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

//configure the below five variables to change the style of the scroller
var scrollerwidth=140
var scrollerheight=74
var scrollerbgcolor='#2175D9'
//set below to '' if you don't wish to use a background image
var scrollerbackground=''

//configure the below variable to change the contents of the scroller
var messages=new Array()

messages[0]="<center><a href='http://theologos.net/Chn_gb/FuynGb.htm' target='_blank'><img src='NYYG_1.gif' name='scroll_1' width='125' height='60' border='0'></a></center>"

messages[1]="<center><a href='http://theologospublications.com/chn_gb/intro_gb.html' target='_blank'><img src='NYYG_4.gif' name='scroll_2' width='124' height='60' border='0'></a></center>"

messages[2]="<center><a href='http://theologos.net/Chn_gb/Discovry.htm' target='_blank'><img src='NYYG_6.gif' name='scroll_3' width='119' height='64' border='0'></a></center>"

messages[3]="<center><a href='http://theologos.net/Chn_gb/WhoHimGb.htm' target='_blank'><img src='NYYG_7.gif' name='scroll_4' width='118' height='64' border='0'></a></center>"

// --->