$(document).ready(function() {
	if(typeof(document.getElementById("wrapper").style.borderRadius) == "undefined") {
		$("#buy-now-button").corner("10px");
		$("#main-nav > li > a").corner("top 10px");
		$("#main-nav li ul").corner("bottom 10px");
		//$("#testimonials-button").corner("bottom 10px");
	}
});
