/*---------------------------------------------------------------------------- * TimeMap Intialization Script * * @author Nick Rabinowitz (www.nickrabinowitz.com) * This is an attempt to create a general initialization script that will * work in most cases. If you need a more complex initialization, write your * own script instead of using this one. * * The idea here is to throw all of the standard intialization settings into * a large object and then pass it to the timemapInit() function. The full * data format is outlined below, but if you leave elements off the script * will use default settings instead. * * Call timemapInit() inside of an onLoad() function (or a jQuery * $.(document).ready() function, or whatever you prefer). * * See the examples for usage. * *---------------------------------------------------------------------------*/ /*