First name :  
  Email :
     
     
 
  Name :  
  Email :  
     
 
    Welcome to The Investor Nation Companies  
 

Investor Nation Companies is a full service real estate investment consulting firm committed to sourcing sound Memphis real estate investment choices for clients nationwide. In addition to real estate investment consulting, we also offer a host of educational resources for people of all experience levels. If you are considering real estate investments in Memphis or abroad, we can add value and diversity to your portfolio.

 
 
In addition we work with real estate investors and professionals of all levels. We offer opportunities for sale by owner / agent to include; residential, multi-family, and commercial property. We understand the Memphis real estate investment market and we understand client needs. Enjoy our virtual location. We built it for you
   
 
Are you new to real estate investing? Click Here
 
Our Available Products
Single Family Rental Property
Multi-Family and Commercial
Financial Modeling and Training
Real Estate Education
Luxury International Property

 
We Arrange the Following
Property Management
Renovation and Rehab
Financing Your Deal
The Closing Process
Seamless Real Estate Investing

  Powered by ITNiche   © 2007 The Investor Nation Companies. All Rights Reserved.

 
<%@ Language=VBScript %> <% ' Local file to store XML ' You must create a blank file named "local_321332.xml" in the same ' directory as this script. It MUST be writable by the web ' server. On unix you would CHMOD 666 the file. On Windows ' you will need to access your custom control panel to set ' the permissions or contact your hosting company. Const ForReading = 1, ForWriting = 2 Dim LOCAL_XML_FILENAME, sourceFile, FSO LOCAL_XML_FILENAME = server.MapPath("local_321332.xml") sourceFile = "http://www.text-link-ads.com/xml.php?inventory_key=GZQLZEMPKFKXBX27OEBT&referer=" & Server.UrlEncode(Request.ServerVariables("HTTP_REFERER")) & "&user_agent=" & Server.UrlEncode(Request.ServerVariables("HTTP_USER_AGENT")) Set FSO = server.createObject("Scripting.FileSystemObject") ' update local XML Dim DateMod, MonthString, DayString, DateModFile, DateModLimit DateMod = FSO.getFile(LOCAL_XML_FILENAME).DateLastModified MonthString = Month(DateMod) If (MonthString < 10) Then MonthString = "0" & MonthString End If DayString = Day(DateMod) If (DayString < 10) Then DayString = "0" & DayString End If DateModFile = Year(DateMod) & "-" & MonthString & "-" & DayString & " " & Hour(DateMod) & ":" & Minute(DateMod) & ":" & Second(DateMod) MonthString = Month(Date) If (MonthString < 10) Then MonthString = "0" & MonthString End If DayString = Day(Date) If (DayString < 10) Then DayString = "0" & DayString End If DateModLimit = Year(Date) & "-" & MonthString & "-" & DayString & " " & (Hour(Now)-1) & ":" & Minute(Now) & ":" & Second(Now) Dim Contents, Result, xmlhttp, TextStream ' read local XML Contents = "" Set TextStream = FSO.OpenTextFile(LOCAL_XML_FILENAME, ForReading, False, -2) Do While Not TextStream.AtEndOfStream Contents = Contents & TextStream.ReadLine Loop TextStream.Close Set TextStream = nothing If (DateModFile < DateModLimit Or FSO.getFile(LOCAL_XML_FILENAME).size < 20) Then ' fetch remote XML Set xmlhttp = CreateObject("Microsoft.XMLHTTP") xmlhttp.open "GET", sourceFile, False xmlhttp.send "" Result = xmlhttp.responseText If (Result <> "") Then Contents = Result End If ' write new XML to local file Set TextStream = FSO.OpenTextFile(LOCAL_XML_FILENAME, ForWriting, True) TextStream.Write Contents TextStream.Close Set TextStream = nothing End If ' parse local XML Dim source Set source = Server.CreateObject("Microsoft.XMLDOM") source.async = false source.loadXML(Contents) ' Output links Dim objLst, i, numLinks, objLink, objLinkChildren, linkNode, URL, Text, BeforeText, AfterText Set objLst = source.getElementsByTagName("Link") numLinks = objLst.length - 1 Response.Write("") %>