Cufon.replace('#featureArea h2, h1, #sideNav h2, .result h2, #description h2, #image h2', { fontFamily: 'DirtyHouse' });

/*$(document).ready(function() {
	$('#mainNav li#page1 a').mouseover(function(){
		var thissound=document.getElementById("sound1");
		thissound.Play();		
	});
	$('#mainNav li#page2 a').mouseover(function(){
		var thissound=document.getElementById("sound2");
		thissound.Play();		
	});
	$('#mainNav li#page3 a').mouseover(function(){
		var thissound=document.getElementById("sound3");
		thissound.Play();		
	});
	$('#mainNav li#page4 a').mouseover(function(){
		var thissound=document.getElementById("sound4");
		thissound.Play();		
	});
	$('#mainNav li#page5 a').mouseover(function(){
		var thissound=document.getElementById("sound5");
		thissound.Play();		
	});
	$('#mainNav li#page6 a').mouseover(function(){
		var thissound=document.getElementById("sound6");
		thissound.Play();		
	});
	$('#mainNav li#page7 a').mouseover(function(){
		var thissound=document.getElementById("sound7");
		thissound.Play();		
	});
	$('#mainNav li#page8 a').mouseover(function(){
		var thissound=document.getElementById("sound8");
		thissound.Play();		
	});
});*/
