// jQuery functions

$(document).ready(function(){
	// CUFON TEXT REPLACER futura medium font
	Cufon.replace(".topnavi li, .bottom h3, p.meta, .sidebar h3", {hover:true, fontFamily:"Futura Bk BT"});
	Cufon.replace(".homepage h1, .homepage h2, .homepage h3", {hover:true, fontFamily:"Futura Bk BT"});
	Cufon.replace(".page h1, .page h2, .page h3", {hover:true, fontFamily:"Futura Bk BT"});
	
	// SELECT BOX
	$(".reservations select").uniform();
});
