blogger API updated div content with new post based on select box
I am using the below code. which gets the posts from my blog and displays the most recent in a div. The other div is a select drop down that when i change does update the values I require from the json file (i am using alert to test this) however it wont update the blog1 div with the new content from the corrosponding blog post. What am I missing?