<%@LANGUAGE="JScript" %> <% // Write a user entered value into the HTML page safely. function writeSafeValue( sName ) { var sValue; sValue = "" + Request.QueryString( sName ) + ""; try { if( typeof( sValue ) == "string" ) { if( sValue != "undefined" ) { // Do net let the user attempt to input HTML Code or // SSI (Server Side Include) directives. sValue = sValue.replace( //g, ">" ); sValue = sValue.replace( /\"/g, """ ); } else { sValue = ""; } } } catch( e ) { // Catch and display any errors that occur. Response.Write( "writeValue( "" + sName + "" ) ERROR " + e.number + ": " + e.description + " - sValue: " + sValue ); sValue = ""; } Response.Write( sValue ); } %> Contact Me
 


Rent-to-Own Your Dream Home? We can Help!
 
Just fill out this form, click send and we'll respond right away. This information enables to see which homes we have available and match them up with your needs and situation. Please answer these questions with as much info as you can provide.
 
First Name *
Last Name *
Email *
Phone Number * ( ) - 
Cities you want to live
Describe your dream home
When do you want to move in?
What is your household gross monthly income? *
How much can you put down on a home?
What are your monthly car payments, if any?
What are your MINIMUM credit card payments, per month, if any?
What is your current rent amount?
What are your monthly student loan payments, if any?
Do you make any extra income, if so, how much per month? (for example: from side jobs, babysitting, money from roomates or family members, child support income, etc.)