/* General Site Code, used throughout the website */

function onLoad() {
}

Cufon.replace('h2');
Cufon.replace('h3');

Event.observe(document, "dom:loaded", onLoad);