//functions and code that needs to be executed before form loads



function getOrder() {

	var q = "https://secure.creditreporting.com/orderform.php?cid=004";

	if (affID) q += "&" + affID;

	document.location=q;

	//tempAlert();

}


function getLogin() {
	var q = "https://www.secure-credit-report.com/members/login.php?cid=004";
	if (affID) q += "&" + affID;
	document.location=q;
	//tempAlert();
}

function getLoginNew() {
	var q = "https://secure.creditreporting.com/members/login.php?cid=004";
	if (affID) q += "&" + affID;
	document.location=q;
	//tempAlert();
}




function getMailOrder() {

	var q = "https://secure.creditreporting.com/orderform.php?cid=004";

	if (affID) q += "&" + affID;

	document.location=q;

	//tempAlert();

}



function getOnlineOrder() {

	var q = "https://secure.creditreporting.com/orderform.php?cid=004";

	if (affID) q += "&" + affID;

	document.location=q;

	//tempAlert();

}



function tempAlert() {

	if (confirm("We are currently experiencing technical difficulties. For help, please call us at 1-888-762-4001")) {

		document.location = "http://www.3bureaucreditreports.com/";

	}

}



<!-- 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 -->