try{Typekit.load();}catch(e){}

$(document).ready(function(){
try {
	$('select').selectmenu();
	}
	catch (e) {}
	
	
});
