$(function() {
	$(".rounded-frame-315.hoverable").each(function(el) {
		if ($("a", this).length) {
			var href = $("a", this).addClass("no-style").attr("href");
			$(this).click(function(evt) {
				location.href = href;
			});
		}
	});
});
if (!Modernizr.fontface) {
	Cufon.replace("h2,h3");
}
