function openNote(){

        aPopUp= window.open('','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=320,height=160')
        ndoc=aPopUp.document
        iArray=new Array(
        "&quot;<em>Kaye and I believe in Greene so much that we (and partners) have purchased 4 other properties in the area. Nestled between Charlottesville and Culpeper, Greene is a gem yet to be discovered.</em>&quot;<p>Alan Pyles<br>Owner Lafayette Inn",
        "&quot;<em>I believe that Greene County&prime;s strength is its sense of community. It&prime;s a great place to live and work. The schools, public and private, are excellent. It&prime;s also really beautiful.</em>&quot;<p>Jon Baker<br>Director of Public Relations, Blue Ridge School",
        "&quot;<em>I believe in Greene because the beauty of the county radiates through the faces of her residents.</em>&quot;<p>Marianne Shepard<br>Financial Advisor, Edward Jones",
        "&quot;<em>I believe that our businesses are just the right size so we can know our customers personally.  I believe it&prime;s still OK to say Hi to a stranger on the street. I see this and so much more in Greene.</em>&quot;<p>Tom Zakielarz<br>Real Estate III",
        "&quot;<em>I believe in our children.</em>&quot;<p>Bill Welch<br>U.Va. Credit Union",
        "&quot;<em>I love the conveniences offered by the proximity of Charlottesville and its metropolitan feel, but even more I love the drive back to the peace and serenity of the mountains.</em>&quot;<p>Margaret Ramsey<br>Prudential Charlotte Ramsey Realtors",   
        "&quot;<em>I believe that Greene County can become anything that WE want it to be for ourselves and for our children as long as WE become involved in our community.</em>&quot;<p>Cheryl Martino<br>SunTrust Mortgage, Inc.",   
        "&quot;<em>I believe that Greene County truly offers it all ... peacefulness, beauty, and proximity to Virginia's greatest attractions.</em>&quot;<p>Chad Denby<br>Owner, Web Weaving &amp; Consulting");
    	random_message=Math.floor(iArray.length*Math.random());
    	random_message=iArray[random_message];
        astr ='<HTML><HEAD><TITLE>I Believe - Greene County Chamber of Commerce</TITLE><script type="text/javascript" src="js/believe.js"></script><link href="style.css" rel="stylesheet" type="text/css"></HEAD><BODY bgcolor="#2E6813" text="#ffffff"><CENTER><table id="contentpopup" border="0" cellpadding="0" cellspacing="0" width="300"><tr><td><p>' + random_message + '<p align="center"><strong><a href="Javascript:openNote();"><font color="#ffffff">Next Random Quote</font></a> | <A HREF="Javascript:window.close()"><font color="#ffffff">Close This Window</font></a></strong></td></tr></table></CENTER></BODY></HTML>'
        ndoc.write(astr)
        ndoc.close()
        self.aNoteWin = aPopUp
}