﻿// JScript File
var maxfactNo = 6
var factNo
var fact = new Array()

fact[0] = '2009 has been a period of “market stabilization” for the new home industry in metro Phoenix.  Permits and closings of new homes clearly “bottomed out” from the housing crash of the previous two years....'
fact[1] = 'Economists are sharply divided as to what the next several years can bring for housing in the US as a whole as well as here in metro Phoenix.  One thing is clear, any revival of new home production will require a revitalization of the job market....'
fact[2] = 'Home sales and the health of the regional housing market are dependent upon the economic health of potential housing consumers, their confidence in the future and their ability to borrow money for the new mortgage....'
fact[3] = 'The <b>Annual Report 2009</b> is available to download now. This report is published annualy and includes detailed statistical analsysis of the metro Phoenix housing market. A "must have" for anyone involved in the local housing market...'
fact[4] = 'MagicPro&trade; features the Microsoft Bing maps&copy; platform allowing instant user segmented housing market analysis by radius, rectangles or polygons. Using instant report generating technology and our housing data, MagicPRO&trade; is the only tool you need...'
fact[5] = 'Builders and developers as well as lenders and investors have used our market data for the last 20+ years as the basis for their due diligence for new projects, for land buys, and for investments...'
fact[6] = 'Special reports and data to meet the specific needs of corporate reporting and of housing professionals can be created utilizing the firm\'s extensive housing market data base files...'
factNo = Math.round(Math.random() * maxfactNo)
document.write(fact[factNo]);