// JavaScript Document
function payNow(){
	$("form[name=checkout_ANS]").submit();
}
