/**
 * scripts that are specific to this site
 */
var Page = {

    init: function()
    {
        
    }

}

Event.observe(window, "load", Page.init);
