window.addEvent('load',function(){Vouchers.setup()});

var Vouchers = {
	setup: function()
	{
		$$('#vouchervalues a').addEvent('click',function(e){e = new Event(e); e.stop(); $('voucheramount').value = e.target.rel; $('voucheramount').focus()});
			
	}
	}

