exchRate = 0.765; 
function getGBP(price) { 
document.write(Math.round(price*exchRate*100)/100);
}
