	  //  <!--
      //Javascript Created by Computerhope http://www.computerhope.com
      //store the quotations in arrays
      images = new Array(11);
	images[0] = "<a href = '/wild-child-snappie_6390_p.htm'><img src='/images/site_images/baby-wildchild1.jpg' border='0'></a><br><a class='highlighted_text' href='/wild-child-snappie_6390_p.htm'>Wild Child Snappie - Ships Today</a>";
	images[1] = "<a href = '/brown-camo-hooded_8024_p.htm'><img src='/images/site_images/IMG_2708%20copy.jpg' border='0'></a><br><a class='highlighted_text' href='/brown-camo-hooded_8024_p.htm'>Brown Camo Hooded Towel - Ships Today</a>";
	images[2] = "<a href = '/my-favorite-mouse_7570_p.htm'><img src='/images/site_images/il_430xN_87847460.jpg' border='0'></a><br><a class='highlighted_text' href='/my-favorite-mouse_7570_p.htm'>My Favorite Mouse Tutu</a>";
	images[3] = "<a href = '/beepbeep-green-in_7884_p.htm'><img src='/images/site_images/BabbaCover_BBsf_front_M.jpg' border='0'></a><br><a class='highlighted_text' href='/beepbeep-green-in_7884_p.htm'>'BeepBeep' Green in Snuggle Fleece-Ships Today</a>";
	images[4] = "<a href = '/pink-daisy-with_4279_p.htm'><img src='/images/site_images/Pink%20Daisy%20w%20chocolate%20center1.jpg' border='0'></a><br><a class='highlighted_text' href='/pink-daisy-with_4279_p.htm'>Pink Daisy with Chocolate Center</a>";
	
	 
	 images[5] = "<a href = '/monkey-canvas-artwork_6357_p.htm'><img src='/images/site_images/monkey_canvas_shadow.jpg' border='0'></a><br><a class='highlighted_text' href='/monkey-canvas-artwork_6357_p.htm'>Monkey Canvas Artwork</a>";
	images[6] = "<a href = '/jungle-safari-animals_6656_p.htm'><img src='/images/site_images/SB-CL11-640small.jpg' border='0'></a><br><a class='highlighted_text' href='/jungle-safari-animals_6656_p.htm'>Jungle Safari Animals Clock</a>";
	images[7] = "<a href = '/monkey-dress-up_6905_p.htm'><img src='/images/site_images/dp_monkeylipstick.gif' border='0'></a><br><a class='highlighted_text' href='/monkey-dress-up_6905_p.htm'> Monkey dress-up Knob</a>";
	images[8] = "<a href = '/giraffe-wb-minky_7510_p.htm'><img src='/images/site_images/giraffe_lb.jpg' border='0'></a><br><a class='highlighted_text' href='/giraffe-wb-minky_7510_p.htm'>Giraffe w/B Minky for Snugride (Complete Set)- Ships Today</a>";
	images[9] = "<a href = '/regent-zebra-w_7535_p.htm'><img src='/images/site_images/Copy%20of%20reg_zebra_blk.jpg' border='0'></a><br><a class='highlighted_text' href='/regent-zebra-w_7535_p.htm'>Regent Zebra w/ Black Minky Replacement Car Seat Cover</a>";
	images[10] = "<a href = '/choclater-blue-step_8014_p.htm'><img src='/images/site_images/ss195.jpg' border='0'></a><br><a class='highlighted_text' href='/choclater-blue-step_8014_p.htm'>Choclater Blue Step Stool</a>";
	 
	 
	 
	/*
	http://www.2littlemonkeys.com/monkey-canvas-artwork_6357_p.htm

http://www.2littlemonkeys.com/jungle-safari-animals_6656_p.htm

http://www.2littlemonkeys.com/monkey-dress-up_6905_p.htm

http://www.2littlemonkeys.com/hannah-montana-4_6668_p.htm
		
		
		
		*/
		
      index = Math.floor(Math.random() * images.length);
      document.write("<DL>\n");
      document.write("<DT>" + "" + images[index] + "\n");
      document.write("</DL>\n");
      //done
      // -->
	  
