// How to Use this file?
// You can show upto 6 offering on your home page. Each offering has two parts
// Heading and Text. To Change/Add the Heading or Text of an offering you have to 
// change/Set the respective heading and text variables. For example To change Offering 1
// You have to set Heading1 = "Changed Heading" and/or Text1="Changed Text". If you want to 
// remove the offering then simply set the Heading and text value to "". For example to
// remove offering 4 you have to set Heading4 = "" and Text4 = "".

// PLEASE NOTE: The text to be displayed on the page should be inserted within the double quotes " "

// Where ever a hyperlink to another page is to be given you should write the hyperlink text as below
// <a href='PATH TO YOUR HYPERLINKED PAGE'>Text to be HYPERLINKED</a>.
// Normally you should put your pages in the Products/<product name> directory. If you are changing existing offerings
// then you can modify the existing index.htm page in respective product directory and hyperlink it appropriately.
// Please see the existing offerings below for sample.



//Offering 1
Heading1 = "Prequalify 1st"
Text1 = "Determine your <a href='products/prequal/index.htm'>Purchase POWER!</a>"

//Offering 2
Heading2 = "Money 2 Build"
Text2 = "Details about <a href='1106_money2build_dvd/EnginePlayer.swf '>Custom Home financing.</a>"


//Offering 3
Heading3 = "Texas VA Loans"
Text3 = "Learn more about <a href='products/eligibility/index.htm'>Zero Down VA Eligibility. </a>" +
"Download <A href='products/eligibility/4494.35532.82.pdf'> Free 24hr Eligibility Request Form.</A>"

//Offering 4
Heading4 = "Time to Refinance"
Text4 = "Information about <a href='products/refinancing/index.htm'>Equity loans &amp; Refinancing!</a>"

//Offering 5
Heading5 = ""
Text5 = ""

//Offering 6
Heading6 = ""
Text6 = ""
