% Const IMGS_DIR = "/Slideshow/" Dim objFSO, objFolderObject, objFileCollection, objFile Dim intFileNumberToUse, intFileLooper Dim objImageFileToUse Dim strImageSrcText Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objFolderObject = objFSO.GetFolder(Server.MapPath(IMGS_DIR)) Set objFSO = Nothing Set objFileCollection = objFolderObject.Files Set objFolderObject = Nothing Randomize() intFileNumberToUse = Int(objFileCollection.Count * Rnd) + 1 intFileLooper = 1 For Each objFile in objFileCollection If intFileLooper = intFileNumberToUse Then Set objImageFileToUse = objFile Exit For End If intFileLooper = intFileLooper + 1 Next Set objFileCollection = Nothing strImageSrcText = IMGS_DIR & objImageFileToUse.Name Set objImageFileToUse = Nothing %>

| VBC Contact Information | Email |
|
| Mail: 1777 Tate Lane, Mt. Juliet, TN. 37122 | Chuck Groover - Senior Pastor | |
| Phone: (615) 773-5200 | Fax: (615) 754-8288 | Don Dixon - Administration and Education |
| Jim Murray - Music and Worship | ||
| Church Email: VBC@VBCMTJ.org | Jeremy McCrory - Students and Missions | |
| Andrew Coleman - Children's Ministry | ||
| Church Member Contact Information Update Form | ||
| VBC Building Usage and Event Promotional Forms | Church Secretary- Debbie Toole | |
| Webmaster- Bill Johnson | ||
