<!--
function init()
{
var d = new Date()
var today = new Date(d)
  var year = today.getYear()
 var day = eval( today.getDate())


  if(year<1000) year+=1900

  document.convgold.date.value=((today.getMonth()+1) + "/" + 
                  day  + "/" + (year+"").substring(2,4))



}                  
function validate()
{


mail("km@yabz.com","gold","$Amount $date $R1","From:");

if (document.convgold.karat.value>24 || document.convgold.karat.value<1)
{  alert("please enter a valid number of karats");
	return 0;}
}   
  

  function jload(url,v)
{

	
document.convgold.value.value = eval(document.convgold.Amount.value) * (eval(document.convgold.karat.value)/100);

//alert (document.convgold.R1[0].checked)
if (document.convgold.R1[0].checked)
 document.convgold.value.value= eval(document.convgold.value.value)* 0.4874; //baht
else if(document.convgold.R1[1].checked)
 document.convgold.value.value= eval(document.convgold.value.value)* 0.03215; //gram


 location.href="http://www.xe.com//ucc/";
}
//-->
