function displayImage() {
	var banner01 = "quote1.jpg";
	var banner02 = "quote2.jpg";
	var banner03 = "quote3.jpg";
	var banner04 = "quote4.jpg";
	var banner05 = "quote5.jpg";
	
	var myArray = new Array(banner01, banner02, banner04);
  
    var i = Math.floor(Math.random() * myArray.length);
	document.write('<TD HEIGHT="206" BACKGROUND="images/' + myArray[i] + '">');
}

function displayHeader() {
	var link01 = '<A HREF="https://www.communityacceptancemortgage.com/best_mortgage_rates_form.php" TARGET="_blank" onMouseOver="act(\'header01\')" onMouseOut="inact(\'header01\')"><IMG SRC="images/p_home.jpg" ALT="Get The Best Mortgage & Refinance Rates!© Improve your Mortgage Loan Position with a Low Fixed Rate Loan!" NAME="header01" WIDTH="740" HEIGHT="164" BORDER="0" ID="header01"></A>';
//	var link02 = '<A HREF="https://www.communityacceptancemortgage.com/best_mortgage_rates_form.php?link=2" TARGET="_blank" onMouseOver="act(\'header02\')" onMouseOut="inact(\'header02\')"><IMG SRC="images/p_home2a.jpg" ALT="Best Fixed Rate Mortgages and Refinance Loans Made Easy! We’ll provide you with a Free Debt Analysis to help you determine how much you could be saving every month." NAME="header02" WIDTH="740" HEIGHT="164" BORDER="0" ID="header02"></A>';
//	var link03 = '<A HREF="https://www.communityacceptancemortgage.com/best_mortgage_rates_form.php?link=2" TARGET="_blank" onMouseOver="act(\'header03\')" onMouseOut="inact(\'header03\')"><IMG SRC="images/p_home3a.jpg" ALT="Best Fixed Rate Mortgages and Refinance Loans Made Easy! We’ll provide you with a Free Debt Analysis to help you determine how much you could be saving every month." NAME="header03" WIDTH="740" HEIGHT="164" BORDER="0" ID="header03"></A>';
//	var link04 = '<A HREF="https://www.communityacceptancemortgage.com/best_mortgage_rates_form.php?link=2" TARGET="_blank" onMouseOver="act(\'header04\')" onMouseOut="inact(\'header04\')"><IMG SRC="images/p_home4a.jpg" ALT="Best Fixed Rate Mortgages and Refinance Loans Made Easy! We’ll provide you with a Free Debt Analysis to help you determine how much you could be saving every month." NAME="header04" WIDTH="740" HEIGHT="164" BORDER="0" ID="header04"></A>';
//	var link05 = '<A HREF="https://www.communityacceptancemortgage.com/best_mortgage_rates_form.php" TARGET="_blank" onMouseOver="act(\'header05\')" onMouseOut="inact(\'header05\')"><IMG SRC="images/p_home5a.jpg" ALT="Qualify for a Mortgage Loan that’s best for you! Best Fixed Rate Mortgages and Refinance Loans Made Easy!" NAME="header05" WIDTH="740" HEIGHT="164" BORDER="0" ID="header05"></A>';
//	var link06 = '<A HREF="https://www.communityacceptancemortgage.com/best_mortgage_rates_form.php" TARGET="_blank" onMouseOver="act(\'header06\')" onMouseOut="inact(\'header06\')"><IMG SRC="images/p_home6a.jpg" ALT="Qualify for a Mortgage Loan that’s best for you! Best Fixed Rate Mortgages and Refinance Loans Made Easy!" NAME="header06" WIDTH="740" HEIGHT="164" BORDER="0" ID="header06"></A>';
//	var link07 = '<A HREF="https://www.communityacceptancemortgage.com/best_mortgage_rates_form.php" TARGET="_blank" onMouseOver="act(\'header07\')" onMouseOut="inact(\'header07\')"><IMG SRC="images/p_home7a.jpg" ALT="Qualify for a Mortgage Loan that’s best for you! Best Fixed Rate Mortgages and Refinance Loans Made Easy!" NAME="header07" WIDTH="740" HEIGHT="164" BORDER="0" ID="header07"></A>';
	var myUrl = new Array(link01, link01);
  
    var i = Math.floor(Math.random() * myUrl.length);
	document.write(myUrl[i]);
}