$(function(){ $.getJSON("pipal/blog/index.json", function(data){ $(data.release).each(function(){ $('
'+ ''+ '

'+this.date+'

'+ '

'+this.title+'

'+ '

'+this.content+'...

'+ '
'+ '
').insertBefore('span.news'); }) }) });