function writeContent()
{

	// OUTPUT LATEST POST 
	document.write("<span class='SectionLabel'>Latest News:</span>");
	document.write("<div class='PostContainer'>");
	document.write("<div class='Dateline'>3:37pm 01/17/11</div><div class='PostContent'>");
	document.write("Work, Work, Work.......");
	document.write("</div></div>");

	// OUTPUT LATEST PHOTO:  
	document.write("<span class='SectionLabel'>Latest Photo:</span>");
	document.write("<div class='PhotoContainer'>");
	document.write("<div class='PhotoContent'>");
	document.write("<a href='http://branly.com/kylewelch/photos/kyle sound design2.jpg' target='_blank'><img src='http://branly.com/kylewelch/tn.php?path=photos%2Fkyle+sound+design2.jpg' border='0'></a>");
	document.write("<div class='Infoline'><span class='PhotoTitle'>Hard at work.</span><p><span class='PhotoDescription'>This was taken while I was mixing the musical production Footloose. The console in the pic is a 48 input Midas Verona.</span></p></div></div></div>");

}

