$(document).ready(function() {
	Cufon.replace("#promoBox", { fontFamily: "fertigo" });
	Cufon.replace("h1", { fontFamily: "fertigo" });
	Cufon.replace("h2", { fontFamily: "fertigo" });
	Cufon.replace("h3", { fontFamily: "fertigo" });
});

/*new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 6000,
  width: 180,
  height: 300,
  theme: {
    shell: {
      background: '#000000',
      color: '#eaeaea'
    },
    tweets: {
      background: '#000000',
      color: '#eaeaea',
      links: '#f6e99f'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('saritak').start();*/
