$(document).ready(function() {
  Cufon.replace('h1');
  Cufon.replace('h2');
  Cufon.replace('#menu a');
  Cufon.replace('div.gallerymenu a');

	$('iframe#liveframe').load(function() {
		var newheight = this.contentWindow.document.body.offsetHeight + 25;
		this.style.height = newheight + 'px';
	});
});
