function initCufon() {
	Cufon.replace('.nav a', { fontFamily: 'Adobe Garamond Pro2', hover: true });
	Cufon.replace('.anylinkcss ul li a', { fontFamily: 'Adobe Garamond Pro', hover: true });
	Cufon.replace('#content h1', { fontFamily: 'Adobe Garamond Pro', hover: true });
	Cufon.replace('#content h2', { fontFamily: 'Adobe Garamond Pro', hover: true });
	Cufon.replace('#content h3', { fontFamily: 'Adobe Garamond Pro', hover: true });
	Cufon.replace('#content h4', { fontFamily: 'Adobe Garamond Pro2', hover: true });

}



initCufon();


$(document).ready(function() {
$('#slideshow').cycle({ 
    fx: 'fade',
	next:   '.next', 
    prev:   '.prev'
});
/*$('#slideshow2').cycle({ 
    fx: 'fade',
	next:   '.next', 
    prev:   '.prev'
});*/
  $(".mls1").colorbox({iframe:true, innerWidth:"900px", innerHeight:"90%"});
  $(".mls2").colorbox({iframe:true, innerWidth:"900px", innerHeight:"90%"});
  $(".mls3").colorbox({iframe:true, innerWidth:"900px", innerHeight:"90%"});

});

anylinkcssmenu.init("anchorclass");
