function writeStuff(){ document.write('  <div id="balloon1" class="balloonstyle">  <p>Sweetheart Night</p>  <img src="images/blank.jpg"  height="155" alt="" />  <p>February 9, 2010</p>  <p>6:30pm</p>  <p>Activities Building</p> </div>  <div id="balloon2" class="balloonstyle">  <p>Spring Pancake Breakfast</p>  <img src="images/pancake.jpg" width="200" height="155" alt="" />  <p>March 20, 2010</p>  <p>6:30am - 110:am</p>  <p>Memorial Park</p> </div>  <div id="balloon3" class="balloonstyle">  <p>Trip to the Rockies</p>  <img src="images/chuck.jpg" width="200" height="155" alt="" />  <p>Calgary, AB Canada</p>  <p> July 16 - 24, 2010</p> </div>  <div id="balloon4" class="balloonstyle">  <p>MD22 Convention</p>  <img src="images/doverdowns.jpg" width="200" height="155" alt="" />  <p>Dover DE</p>  <p>May 18 - 21, 2010</p>  </div>   <div id="balloon8" class="balloonstyle">  <p>Board Meeting</p>  <img src="images/blank.jpg"  height="155" alt="" />  <p>Fire Hall Second Floor</p>   <p>February 16, 2010</p>  <p>7:00pm</p>  </div>    <div id="balloon7" class="balloonstyle">  <p>Leader Dog Banquet</p>  <img src="images/leaderdog.jpg" width="125" height="125" alt="" />  <p>Gamber Fire Hall</p>  <p>April 22, 2010</p>  <p> 6:30pm</p> </div>  '); } 