$(function()
{
	fix_height();
	cufon();
});

function cufon()
{
Cufon.replace('#menu, .box h3,.box h6', {hover:true});
}

function fix_height()
{
	if($.browser.msie && $.browser.version=="6.0")
	{
		$('#background').height($(document).height());
	}
}
