function getImage() {
	for (photo_id in photos) {
		document.write('Photo of the day:<br>');		
		document.write('<img border="0" src="'+"http://www.23hq.com/"+photos[photo_id].username+"/photo/"+photo_id+"/"+'standard'+'"/>');
		document.write('<br>' + photos[photo_id].words + '<br>');
	 }
}

