(function($) {
$(document).ready(function(){

	var brandPickupMenu = $('div#mainLeft>div#brandPickup>div#brandAuther>ol#brandReccomend');
	var brandPickupMenuTag = '<li><a href="http://blog.oggi.tv/brand/23/">Vol.1（公開中）一歩前へ――――――― TOKYO リアルクローズ「23区」</a></li><li><a href="http://blog.oggi.tv/brand/23/">Vol.2（公開中）大人気スタイリスト 高橋リタさん×23区コラボレーション第2弾！</a></li><li><a href="http://blog.oggi.tv/brand/23/">Vol.3（公開中）23区 Summer Collection</a></li><li><a href="http://blog.oggi.tv/brand/23/">Vol.4（公開中）23区 × 女優 菅野美穂　これまでの歩み、そして――――ついに明かされるコラボ アイテム！！</a></li>';
	brandPickupMenu.html(brandPickupMenuTag);



	var myList = $('div#fashionMain>div#fashionTopics>div#fashionTopicsMain>a');
	myList.attr('href', 'http://blog.oggi.tv/365_coordinate/');
	var my365CoodDate = $.fn.prettyDate(2010, 06, 21, 18, 40, 45);
	myList.children('span:eq(0)').text(my365CoodDate);
	myList.children('span:eq(2)').text('Oggi掲載のコーディネートをキーワードで検索できる！');
	myList.children('img').attr('src', 'http://blog.oggi.tv/renew_info/assets_c/2010/06/fashiontop_20100621-thumb-253xauto-5223.jpg');
	myList.children('span:eq(0)').addClass('');
	myList.children('span.cat').text('カレンダー形式で日替わり更新！');

});
})(jQuery);


