STINGER BEE!
THE BTDHS SCHOOL PHOTO ALBUM PAGE
/* Example: function test() { if (document.layers) getMouseLoc; //NS else if (document.all) getMouseLoc(); //IE alert(mouseLocation.x+","+mouseLocation.y); } in the BODY: test */ function Point(x,y) { this.x = x; this.y = y; } mouseLocation = new Point(-500,-500); function getMouseLoc(e) { if(!document.all) //NS { mouseLocation.x = e.pageX; mouseLocation.y = e.pageY; } else //IE { mouseLocation.x = event.x + document.body.scrollLeft; mouseLocation.y = event.y + document.body.scrollTop; } return true; } //NS init: if(document.layers){ document.captureEvents(Event.MOUSEMOVE); document.onMouseMove = getMouseLoc; }
Our First Year "Looking back Into the Past"  
Celebrating our 4th Annual Birthday Party November 15, 2007
Our 2006-2007 Junior Prom
The BTDHS 2006-2007- Black and White Ball

The BTDHS 2006-2007 Fashion Show

BTDH's and Ms. Hamer's Book fair participation
BTDHS' gallery exhibit at the Eubie Blake Museum (Mr. Baker)2006
Ladies' Of Elegance Program 2007
BTDHS Core Values Assembly April 2007

BTDHS features The Living Museum March 3, 2007

BTDHS' Debate Team
Celebrating our 3rd Annual Birthday Party November 2006

The BTDHS- Black and White Ball December 2007

2008 BALTIMORE TALENT DEVELOPMENT JUNIOR. SENIOR PROMnew update
 
 
 
 
 
 
Example: preloadImages('file.gif', 'http://www.x.com/y.gif'); function preloadImages() { if(document.images) { if(!document.imageArray) document.imageArray = new Array(); var i,j = document.imageArray.length, args = preloadImages.arguments; for(i=0; i
Example: preloadImages('file.gif', 'http://www.x.com/y.gif'); function preloadImages() { if(document.images) { if(!document.imageArray) document.imageArray = new Array(); var i,j = document.imageArray.length, args = preloadImages.arguments; for(i=0; i Example: preloadImages('file.gif', 'http://www.x.com/y.gif'); function preloadImages() { if(document.images) { if(!document.imageArray) document.imageArray = new Array(); var i,j = document.imageArray.length, args = preloadImages.arguments; for(i=0; i
junior prom
Example: preloadImages('file.gif', 'http://www.x.com/y.gif'); function preloadImages() { if(document.images) { if(!document.imageArray) document.imageArray = new Array(); var i,j = document.imageArray.length, args = preloadImages.arguments; for(i=0; i// Example: // randomImage(['0.gif',50,50,'1.gif',25,25,'2.gif',50,25]); // * Dependencies * // this function requires the following snippet: // JavaScript/Randomizers/randomNumber function randomImage(imgArr) { var imgSrc, imgW, imgH, r; r = randomNumber(imgArr.length / 3)-1; imgSrc = imgArr[r * 3]; imgW = imgArr[(r * 3)+1]; imgH = imgArr[(r * 3)+2]; document.write(''); } Ms. Hamer and Ms. Cox // Example: // randomImage(['0.gif',50,50,'1.gif',25,25,'2.gif',50,25]); // * Dependencies * // this function requires the following snippet: // JavaScript/Randomizers/randomNumber function randomImage(imgArr) { var imgSrc, imgW, imgH, r; r = randomNumber(imgArr.length / 3)-1; imgSrc = imgArr[r * 3]; imgW = imgArr[(r * 3)+1]; imgH = imgArr[(r * 3)+2]; document.write(''); } // Example: // randomImage(['0.gif',50,50,'1.gif',25,25,'2.gif',50,25]); // * Dependencies * // this function requires the following snippet: // JavaScript/Randomizers/randomNumber function randomImage(imgArr) { var imgSrc, imgW, imgH, r; r = randomNumber(imgArr.length / 3)-1; imgSrc = imgArr[r * 3]; imgW = imgArr[(r * 3)+1]; imgH = imgArr[(r * 3)+2]; document.write(''); } // Example: // randomImage(['0.gif',50,50,'1.gif',25,25,'2.gif',50,25]); // * Dependencies * // this function requires the following snippet: // JavaScript/Randomizers/randomNumber function randomImage(imgArr) { var imgSrc, imgW, imgH, r; r = randomNumber(imgArr.length / 3)-1; imgSrc = imgArr[r * 3]; imgW = imgArr[(r * 3)+1]; imgH = imgArr[(r * 3)+2]; document.write(''); } // Example: // simplePreload( '01.gif', '02.gif' ); function simplePreload() { var args = simplePreload.arguments; document.imageArray = new Array(args.length); for(var i=0; i
// * Dependencies * // this function requires the following snippets: // JavaScript/images/switchImage // // BODY Example: // // // // // SCRIPT Example: // var mySlideList1 = ['image1.gif', 'image2.gif', 'image3.gif']; // var mySlideShow1 = new SlideShow(mySlideList1, 'slide1', 3000, "mySlideShow1"); // var mySlideList2 = ['image4.gif', 'image5.gif', 'image6.gif']; // var mySlideShow2 = new SlideShow(mySlideList2, 'slide2', 1000, "mySlideShow2"); function SlideShow(slideList, image, speed, name) { this.slideList = slideList; this.image = image; this.speed = speed; this.name = name; this.current = 0; this.timer = 0; } SlideShow.prototype.play = SlideShow_play; function SlideShow_play() { with(this) { if(current++ == slideList.length-1) current = 0; switchImage(image, slideList[current]); clearTimeout(timer); timer = setTimeout(name+'.play()', speed); } } Mr. J. Robinson receiving a Baltimore City citation // * Dependencies * // this function requires the following snippets: // JavaScript/images/switchImage // // BODY Example: // // // // // SCRIPT Example: // var mySlideList1 = ['image1.gif', 'image2.gif', 'image3.gif']; // var mySlideShow1 = new SlideShow(mySlideList1, 'slide1', 3000, "mySlideShow1"); // var mySlideList2 = ['image4.gif', 'image5.gif', 'image6.gif']; // var mySlideShow2 = new SlideShow(mySlideList2, 'slide2', 1000, "mySlideShow2"); function SlideShow(slideList, image, speed, name) { this.slideList = slideList; this.image = image; this.speed = speed; this.name = name; this.current = 0; this.timer = 0; } SlideShow.prototype.play = SlideShow_play; function SlideShow_play() { with(this) { if(current++ == slideList.length-1) current = 0; switchImage(image, slideList[current]); clearTimeout(timer); timer = setTimeout(name+'.play()', speed); } }
x