function creditcardSubmit() 
{
	setTimeout(document.creditcard.submit(),3000);
	return true;
}