function go_to_paypal(){
	setTimeout(document.forms['paypal'].submit(), 4*1000);
}
