// JavaScript Document
babybottle = {
	//Path to where the Bottle Images are Stored.  Absolute with HTTP or from web document root (i.e. within httpdocs)
	pathtoImages : "/babybottle/images/",
	//Path to the xml control file.  Absolute with HTTP or from web document root (i.e. within httpdocs)
	pathtoXML : "/babybottle/xml/babybottle.xml",
	//Link to donation portal.  Put {BBAMOUNT} where the amount needs to be passed.  example: http://donationportalurl.com/donatepage.php?amount={BBAMOUNT}
	//linktoDonationPortal : "http://irapture.com?amount={BBAMOUNT}" 
	linktoDonationPortal : "https://www.egsnetwork.com/gift/gift.php?giftid=B62C8254-0B1E-4FCC-B1CC-E9FFC8549DC4&Amount5={BBAMOUNT}"
}
