﻿$(document).ready(function() {
	
	// update information on keypress
	Cufon.replace('.avenir', { fontFamily: 'avenir' });
	
});