// HEADLINE
document.write('<h1>Free Desk Top Photos Every Day</h1>');

// BODY COPY
document.write('Thanks for visiting the Burke & Associates web site. As our gift to you, we are sharing Jim Burke’s personal photos for you to enjoy. These photos have been formatted for desktop usage. Today’s photo...<br /><br />');

// PHOTO
photo = new Array(9);

photo[0] = '<a href="images/dtp/bird-in-palmtree.jpg"><img src="images/dtp/bird-in-palmtree-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'
photo[1] = '<a href="images/dtp/boats-overcast.jpg"><img src="images/dtp/boats-overcast-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'
photo[2] = '<a href="images/dtp/eiffel-tower.jpg"><img src="images/dtp/eiffel-tower-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'
photo[3] = '<a href="images/dtp/huts-on-water.jpg"><img src="images/dtp/huts-on-water-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'
photo[4] = '<a href="images/dtp/huts-on-water2.jpg"><img src="images/dtp/huts-on-water2-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'
photo[5] = '<a href="images/dtp/old-building.jpg"><img src="images/dtp/old-building-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'
photo[6] = '<a href="images/dtp/palm-trees.jpg"><img src="images/dtp/palm-trees-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'
photo[7] = '<a href="images/dtp/stone-column.jpg"><img src="images/dtp/stone-column-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'
photo[8] = '<a href="images/dtp/sun-through-leaves.jpg"><img src="images/dtp/sun-through-leaves-sm.jpg" border="0" alt=" " width="140" height="105" /></a>'

index = Math.floor(Math.random() * photo.length);
document.write(photo[0] + "<br /><br />\n");

// SMALL TEXT
document.write('<span class="smPrint">By downloading this photo, you agree to use it for personal use only and not for commercial or advertising purposes. Copyright Burke & Associates.</span>');
