//functions and code that needs to be executed before form loads

function getOrder() {
	var q = "https://www.secure-credit-report.com/orderform.php?cid=003";
	if (affID) q += "&" + affID;
	document.location=q;
	//tempAlert();
}

function getScores() {
	var q = "https://www.secure-credit-report.com/orderform.php?cid=003&items=1001|1002";
	if (affID) q += "&" + affID;
	document.location=q;
	//tempAlert();
}

function getLogin() {
	var q = "https://www.secure-credit-report.com/members/login.php?cid=003";
	if (affID) q += "&" + affID;
	document.location=q;
	//tempAlert();
}

function getMailOrder() {
	var q = "https://www.secure-credit-report.com/order/secure/select.cgi?cid=003";
	if (affID) q += "&" + affID;
	document.location=q;
	//tempAlert();
}

function getOnlineOrder() {
	var q = "https://www.secure-credit-report.com/order/secure/select.cgi?cid=003";
	if (affID) q += "&" + affID;
	document.location=q;
	//tempAlert();
}

function tempAlert() {
	if (confirm("We are currently experiencing technical difficulties. To place your order please call 1-888-762-4001 or print an application to mail or fax your order by clicking the OK button.")) {
		document.location = "http://www.creditreporting.com/application.pdf";
	}
}

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=1296001423', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
} 

<!-- This script produces the pop up links at the bottom of the page. -->
<!--   Script from The JavaScript Source!! http://javascript.internet.com -->

function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}

// End -->