function guarantee_window() {
	$.get('guarantee.html', function(data) {
		$('#info_box').html(data);
		$('#info_box #info').fadeIn('fast');
	});
}

function show_verified() {
	$.get('http://verify.authorize.net/anetseal/?pid=80496365-63a0-4c3a-b6c6-1965985a857e&amp;rurl=http://www.skinbright.com/order.html', function(data) {
		$('#info_box').html(data);
		$('#info_box #info').fadeIn('fast');
	});
}  

$(function() {
  $('.story').corner('tl tr bl');
  $('.player_wrap').corner('bottom');
});
