/**
 *
 * 
 * Copyright (c) 2009 Kyosuke Nakamura (kyosuke.jp)
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

$(function(){
	var href = $('#monthly h3 a').attr('href');
	$('#monthly').append('<div id="monthlyLoadedContents"></div>');
	$('#monthlyLoadedContents').load(href + ' #monthly');
});