var myPeak;
function initPeak() { myPeak = new Peak(false); }
Event.observe(window, 'load', initPeak, false);
function contentLoaded()
{
}
