/* ==================================================================
 *  init.js - TrailB.com
 *  JavaScript initialize for www.trailb.com - Includes other scripts.
 * ------------------------------------------------------------------
 *  author: Gabriel McGovern <gabriel.mcgovern@gmail.com>
 *  Compress with jmin, or shrinksafe <http://alex.dojotoolkit.org/shrinksafe/>
 *  created: 	2007-02-24 gabriel mcgovern
 *  updated: 	2005-06-05 gabriel mcgovern -
		
 * ===================================================================== */
 

// inserting via DOM fails in Safari 2.0, so brute force approach
/* document.write('<script type="text/javascript" src="/_source/scripts/prototype/prototype.js"></script>');  			// prototype must be included first
document.write('<script type="text/javascript" src="/_source/scripts/scriptaculous/scriptaculous.js"></script>');  	// then scriptaculous
document.write('<script type="text/javascript" src="/_source/scripts/modalbox/modalbox.js"></script>');  			// then modalbox
*/
document.write('<script type="text/javascript" src="/_source/scripts/library.js"></script>');  						// then the trailb library
