
//Slide-in scoller- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and TOS,
//visit http://www.dynamicdrive.com

//Configure delay between messages (4000=4 secs):
var delay=10000
//Configure scroller width
var scrollwidth="180px"
//Configure scroller height
var scrollheight="200px"
var message=new Array()
//Configure messages. Extend array as needed:
var openingtag='<font face="Arial" size=3>'
var n=0;
message[n++]='<a class=hotlink href="personalappearances.php"><img src=meetgreg.jpg border=0></a>'
message[n++]='<a class=hotlink href="planetarium.php"><img src=godomego.jpg border=0><br>See the Dome!</a>'
message[n++]='<a class=hotlink href="testimonials.php">Read what customers say about<img src=Logo3-Color-180.gif border=0></a><br>'
message[n++]='<a class=hotlink href="hubblerific.php"><img src=coolhubble.jpg border=0><br>Check out some cool <u>Hubble Space Telescope</u><br> Pictures!</a>'
var closingtag='</font>'

//This variable specifies the initial negative offset of each msg
//You may wish to increase it if your scroller is to the right of page horizontally
var hoffset=-10
