var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

window.onload = function() {
	var mozilla = false; var ie = false;
  if (document.all) { ie = true; }
  else if (document.getElementById) { mozilla = true; }

	//document.getElementById('date').innerHTML = dayarray[day]+", "+montharray[month]+" "+daym+", "+year;
  rotate_testimonial();
}

function openWindow(src,w,h) {
  w+=30; h+=20;
  window.open(src,"popup",'scrollbars,width='+w+',height='+h+'');
}

function openShow(album) {
  slideshow = window.open('./slide_show.php?album='+ album,'slideshow','resizable,scrollbars,titlebar');
}

function rotate_testimonial() {
  if(document.getElementById("testimonial")) {
		x = Math.round(Math.random() * testimonials.length) - 1;
		if(x < 0) {
			x = 0;
		}
    document.getElementById("testimonial").innerHTML = testimonials[x];
    setTimeout("rotate_testimonial()", 16000);
  }
}

var testimonials = new Array("<img alt=\"left_quote\" src=\"./images/quotelt.jpg\" width=\"16\" height=\"17\" />Not only does Michael know how to design a \"green,\" sustainable home, he also has a fantastic eye for how to situate a home on the land so that views are maximized without compromising the energy performance of a home by putting windows everywhere. <img alt=\"right_quote\" src=\"./images/quotert.jpg\" width=\"16\" height=\"17\" /><br/><br/> Tim &amp; Susan, Sedona, Arizona",							 
"<img alt=\"left_quote\" src=\"./images/quotelt.jpg\" width=\"16\" height=\"17\" />Michael is an expert at combining the beauty of architectural design with the needs and concerns of sustainable construction. Our home is stunning and energy and resource efficient. We love the quiet and beauty of the earthen walls as well as the savings in money that a \"green\" home provides.<img alt=\"right_quote\" src=\"./images/quotert.jpg\" width=\"16\" height=\"17\" /><br/><br/> Steve &amp; Kelly, Pocotella, Idaho",
"<img alt=\"left_quote\" src=\"./images/quotelt.jpg\" width=\"16\" height=\"17\" />We knew that we wanted to build a sustainable home using earth but were delighted to find that Michael brought much more to our project. The breadth of his knowledge regarding \"green\" building is impressive as is his willingness to find alternative ways to create an aesthetic that actually saved us money!<img alt=\"right_quote\" src=\"./images/quotert.jpg\" width=\"16\" height=\"17\" /><br/><br/> Daniel, Pagosa Springs, Colorado",
"<img alt=\"left_quote\" src=\"./images/quotelt.jpg\" width=\"16\" height=\"17\" />We are still in the design development process for our new poured earth home but are beyond excited! Michael's architectural design has surpassed all of our dreams. He has also worked extraordinarily hard to help us save money without compromising our needs and desires for an aesthetically pleasing sustainable home.<img alt=\"right_quote\" src=\"./images/quotert.jpg\" width=\"16\" height=\"17\" /><br/><br/> Rich and Kathy, Houston, Texas",
"<img alt=\"left_quote\" src=\"./images/quotelt.jpg\" width=\"16\" height=\"17\" />Michael's ability to design is incredible.  He was able to take our often disparate thoughts and concerns and turn them into something tangible.  Thank you, Michael, for creating such a magnificent home for us.<img alt=\"right_quote\" src=\"./images/quotert.jpg\" width=\"16\" height=\"17\" /><br/><br/>Barbara &amp; Kevin, Alameda, California",
"<img alt=\"left_quote\" src=\"./images/quotelt.jpg\" width=\"16\" height=\"17\" />We have worked with Michael on several projects over the years and admire his keen architectural eye as well as his knowledge regarding sustainable building. In particular, the architectural design for our dental office resulted in a space that is beautiful, calming, filled with natural light, and energy efficient. <img alt=\"right_quote\" src=\"./images/quotert.jpg\" width=\"16\" height=\"17\" /><br/><br/> Mike and Sandra, Prescott, Arizona");