$(function() {
	Cufon.replace('#core-message h2, #left-nav h2, #left-nav h3, #left-nav h4, .home-page .inner-content p, .login-page .header h3', { fontFamily: 'Helvetica Neue LT Pro' });
	Cufon.replace('#core-message h3, .cta h3, .info .email, .newsletter-cards h2, , .newsletter-cards h3, #checkout th, #checkout-actions p', { fontFamily: 'BarberaFat' });
	Cufon.replace('#top-nav a, .cta h2, #footer .tel, .main-title, #title a, .main-title a', { fontFamily: '5AM Gender' });

	if($("form button"))
	{
		$("form button").click(function() {
			$(this).closest('form').submit();
		}) ;
	}
}) ;


function makeSure(msg)
{
	if(msg===undefined)msg='Are you sure?' ;
	var answer= confirm (msg) ;
	if (answer)
		return true ;
	else
		return false ;
}
									
function refreshme(){
	window.location = window.location;	
}

function ididit(num)
{
	$("#whodoneit").val(num) ;	
}


