/* DIG Files: Science*/

function slides(){
	dig = new slideshow("dig");

// Create a slide
	s = new slide();
	s.src =  "images/head-science.gif";
	s.title = "<p class=text><b>Make Things That Sink... Float!</b></p>";
	s.text = "<p class=text><b>Instructions</b><br>1. See things sink: drop marble sand a ball of clay into a tub of water.<br>2. Take all the stuff out of the water.<br>3. Shape the clay into a flat circle, then pull up the edges into a boat shape.<br>4. Put the slay on top of the water. It floats!<br>6. Put the marbles in the clay.<br><br>The whole thing floats, where it used to sink!<br><br><b>By Helen, 9</b></p>";
	dig.add_slide(s);
	
// Create a slide
	s = new slide();
	s.src =  "images/head-science.gif";
	s.title = "<p class=text><b>Science Class</b></p>";
	s.text = "<p class=text><b>How to Focus</b><br><br><b>Instructions</b><br> Look at the teacher.  Take notes.  Ask questions.  Sit by the teacher and watch everything in class.<br><br><b>By Anonymous, 12</b></p>";
	dig.add_slide(s);

	// Create a slide
	s = new slide();
	s.src =  "images/head-science.gif";
	s.title = "<p class=text><b>Plastic Milk</b></p>";
	s.text = "<p class=text><b>Materials</b><br>Skim milk<br>White vinegar<br>Microwave-safe bowl<br>Strainer<br><br><b>Instructions</b><br>1. Add four teaspoons of white vinegar to one and one half cups of skim milk.  2. Microwave the mixture for about a minute. Make sure you ask your parents for help if you are not allowed to use the microwave by yourself. <br>3. The milk and vinegar should now be separated into two parts--a liquid and a solid. (By adding the vinegar, you created a chemical reaction separating the milk into the curds and the whey). <br>4. Stir the milk, turning the curds into a 'blob'. <br>5. Using the strainer, pour the milk mixture over the sink, straining out all of the liquid and leaving just the blob of curds. <br>6. Let the milk blob sit for about 30 minutes. <br>7. You should now be able to form the blob into shapes. Now, you have plastic milk! <br><br>Remember, if you leave the milk blob out long enough it will harden into whatever shape you have created!<br><br><b>By Michelle</b></p>";
	dig.add_slide(s);

	// Create a slide
	s = new slide();
	s.src =  "images/head-science.gif";
	s.title = "<p class=text><b>Dancing Raisins</b></p>";
	s.text = "<p class=text><b>Materials</b><br>A tall, clear drinking glass<br>Raisins<br>Club soda that has lots of bubbles<br><br><b>Instructions</b><br>1. Pour the club soda into the glass. <br>2. Drop in half of a raisin. <br>3. Wait at least 20-30 seconds and see what happens to the raisin. (It should move up and down in the soda). <br>4. The reason the raisin is floating is because the bubbles in the soda stick to the sides of the raisin, making it more bouyant. Think of it like the raisin is wearing a lifejacket (the bubbles) to keep it afloat. <br>5. Experiment and see what else you can get to float. See what happens with grapes, noodles, chocolate chips, safety pins and anything else you can think of!<br><br><b>By Michelle</b></p>";
	dig.add_slide(s);

	// Create a slide
	s = new slide();
	s.src =  "images/head-science.gif";
	s.title = "<p class=text><b>Umbrella Microphones</b></p>";
	s.text = "<p class=text><b>Materials</b><br>2 umbrellas<br>A clock that ticks<br><br><b>Instructions</b><br>1. Position two open umbrellas about 6 meters apart with the handles of the umbrellas facing in toward each other. <br>2. Hold the clock close to the handle of the umbrella, about half way up. <br>3. Have a friend stand by the other umbrella and listen with their ear right up next to the middle of the umbrella's handle. <br>4. The sound of the clock ticking should be reflected and amplified from one umbrella to the other. <br>5. Experiment with your umbrella microphone by taking turns saying things to each other and by placing other things that make sound close to the handle.<br><br><b>By Michelle</b></p>";
	dig.add_slide(s);

	// Create a slide
	s = new slide();
	s.src =  "images/head-science.gif";
	s.title = "<p class=text><b>Fun with Static Electricity</b></p>";
	s.text = "<p class=text><b>Materials</b><br>A plain, plastic hair comb<br>Tap water<br>A head of hair<br><br><b>Instructions</b><br>1. Turn on the faucet and get a thin, smooth stream of water trickling out of the tap. <br>2. Comb your hair with the comb about a dozen times (this will give the comb a static charge). <br>3. Hold the comb close to the water (not touching the water) about halfway down the stream. <br>4. The stream of water should bend toward the comb. The static electricity charge is attracting the stream of water, making it 'bend'. <br>5. See if you can get the same result using a balloon. Create a static charge with an inflated balloon by rubbing the balloon on your head.<br><br><b>By Michelle</b></p>";
	dig.add_slide(s);
	
	// Create a slide
	s = new slide();
	s.src =  "images/head-science.gif";
	s.title = "<p class=text><b>What Goes Up... Doesn't Have To Come Down</b></p>";
	s.text = "<p class=text><b>Materials</b><br>Plastic wrap<br>A thin knitting needle<br>Tape<br>Food coloring<br>A glass<br><br><b>Instructions</b><br>1. Wrap the plastic wrap around the knitting needle and then tape the edges so that you have formed a tube. Remember, the narrower the tube, the more pronounced the capillary effect will be. <br>2. Once you have taped the plastic wrap, pull out the knitting needle. Make sure that the new plastic tube is not bent and is open at both ends. <br>3. Now pour a little of the food coloring into a glass half filled with water. <br>4. Now place your plastic tube into the glass of water. 5. Examine the tube carefully. The dye should climb up the tube above the level of the liquid in the glass. Your water is traveling uphill!<br><br><b>By Michelle</b></p>";
	dig.add_slide(s);

}
