function askccbillcode(theLink) {
	var code = prompt('Please enter your ccbill code');
	theLink.href += '?code='+code;
	
}
