document.write(''
+ '<div id="content_left" class="column">'
+ '<img src="img/services_side_related.jpg" id="link" alt="" />'
+ '<div class="stuff">'

+ '<a href="services.html">'
+ '<h3>Products and Services</h3>'
+ '<p>Find out what we can do for you!</p>'
+ '</a>'

+ '<a href="aboutus.html">'
+ '<h3>About Us</h3>'
+ '<p>Read to find out more about our company.</p>'
+ '</a>'

+ '<a href="mission.html">'
+ '<h3>Our Philosophy</h3>'
+ '<p>Our vision, mission and values</p>'
+ '</a>'

+ '<a href="contactus.html">'
+ '<h3>Contact Us</h3>'
+ '<p>Engage our services.</p>'
+ '</a>'

+ '<a href="locations.html">'
+ '<h3>Locations</h3>'
+ '<p>Agro Genesis around the world</p>'
+ '</a>'

+ '</div> <!-- stuff -->'
+ '</div> <!-- content_left -->'
)