function writeContent()
{

	// OUTPUT LATEST APPEARANCE:  
	document.write("<span class='SectionLabel'>Next Appearance:</span>");
	document.write("<div class='NextShowContainer'><p>Venue: <span class='ShowVenue'>Ten 0 One Sports Bar</span>, <span class='ShowLocation'>Winston Salem, NC</span><br>");
	document.write("Date: <span class='ShowDate'>Friday, September 17th, 2010</span><br> Time: <span class='ShowTime'>9:30pm</span></div>");

	// OUTPUT LATEST POST 
	document.write("<span class='SectionLabel'>Latest News:</span>");
	document.write("<div class='PostContainer'>");
	document.write("<div class='Dateline'>7:26pm 06/25/10</div><div class='PostContent'>");
	document.write("<span id=\"profile_status\"><span id=\"status_text\">Guitar Camp has come to a c");
	document.write("lose. Thanks to Jim, Kevin, Donovan, Eric, and all the students for a great week");
	document.write("! Don't miss Jaxon Jill at The Boat Dock Beach Club on High Rock Lake Sat 6/26.<");
	document.write("/span></span>");
	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>");

}
