// JavaScript Document for Posting

function postage(one,two,three){ 
   window.location = 'mailto:'+one+two+three;}