<!--
function price(x)
{

document.write(eval(x*30.6986).toFixed(0))
};

//-->