function orderhosting(package) {
document.getElementById('package').value = package;
document.getElementById('HostingOrderForm').submit();
}
