Cufon.replace('#Header h2', { 
	fontFamily: 'Avenir'
});
Cufon.replace('#Navigation a', { 
	fontFamily: 'Avenir' ,
	hover: true
});
Cufon.replace('#Page h1', { 
	fontFamily: 'Avenir'
});
Cufon.replace('#Page h2', { 
	fontFamily: 'Avenir'
});
Cufon.replace('#Page h3', { 
	fontFamily: 'Avenir'
});
Cufon.replace('.TextButton', { 
	fontFamily: 'Avenir' ,
	hover: true
});

$(function(){ 
	// find all the input elements with title attributes
	$('input[title!=""]').hint();
	//$("input").labelify();

});

$(function(){ 
	// find all the input elements with title attributes
	$('#SubNavigation a.Active').after('<span class="ActiveArrow"></span>');
});

         
