function initBlogPictures(){for(var a=0;a<1;a++){var b=blogEntries[a].getElementsByTagName("picture")[0].childNodes[0].nodeValue;var c=blogEntries[a].getElementsByTagName("pictureAlt")[0].childNodes[0].nodeValue;document.write('<img class="blurbPhoto" alt="'+c+'" src="images/polaroids/whatWereThinking/'+b+'"/>')}for(var d=1;d<blogEntries.length;d++){var e=blogEntries[d].getElementsByTagName("picture")[0].childNodes[0].nodeValue;var f=blogEntries[a].getElementsByTagName("pictureAlt")[0].childNodes[0].nodeValue;document.write('<div class="photoContent" id="photo'+d+'"><img alt="'+f+'" src="images/polaroids/whatWereThinking/'+e+'" /></div>')}}function initBlogs(){for(var a=0;a<1;a++){var b=blogEntries[a].getElementsByTagName("title")[0].childNodes[0].nodeValue;var c=blogEntries[a].getElementsByTagName("date")[0].childNodes[0].nodeValue;var d=blogEntries[a].getElementsByTagName("text")[0].childNodes[0].nodeValue;document.write('<div id="leftContBlurb">');document.write("<h1>"+b+"</h1>");document.write('<span class="blogDate">'+c+"</span>");document.write('<span class="mainText">'+d+"</span>");document.write("</div>")}for(var e=1;e<blogEntries.length;e++){var b=blogEntries[e].getElementsByTagName("title")[0].childNodes[0].nodeValue;var c=blogEntries[e].getElementsByTagName("date")[0].childNodes[0].nodeValue;var d=blogEntries[e].getElementsByTagName("text")[0].childNodes[0].nodeValue;document.write('<a class="sliderLink" href="#" rel="toggle[content'+e+']" data-openimage="images/content/headingOpen.png" data-closedimage="images/content/headingClose.png">');document.write('<h2 id="heading'+e+'"><img class="contentImage" src="images/content/headingOpen.png" border="0" />'+b+"</h2></a>");document.write('<div id="content'+e+'" class="sliderContent"><span class="blogDate">'+c+"</span>"+d+"</div>");var f="content"+e;animatedcollapse.addDiv(f,"fade=1,speed=400,group=whoWeAre,hide=1")}}function initLatestNews(){var a=blogEntries[0].getElementsByTagName("title")[0].childNodes[0].nodeValue;var b=blogEntries[0].getElementsByTagName("text")[0].childNodes[0].nodeValue;var c=blogEntries[0].getElementsByTagName("homePicture")[0].childNodes[0].nodeValue;var d=blogEntries[0].getElementsByTagName("homePictureAlt")[0].childNodes[0].nodeValue;b=b.substring(0,250);while(b.charAt(b.length-1)!=" "){b=b.substring(0,b.length-1)}b=b.substring(0,b.length-1);b+="... ";document.write("<h1>"+a+"</h1>");document.write('<div id="latestNewsImage"><img alt="'+d+'" src="images/blog/'+c+'" alt="A trolley moving some boxes" /></div>');document.write('<span id="newsText">'+b+"<br/><br/>");document.write('<a href="thinking.htm">Read more</a></span>')}if(window.XMLHttpRequest){xmlhttp=new XMLHttpRequest}else{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")}xmlhttp.open("GET","assets/blogs.xml",false);xmlhttp.send();xmlDoc=xmlhttp.responseXML;blogEntries=xmlDoc.getElementsByTagName("entry")
