$(function(){
$("#ad").banner(
{
duration: 1,
delay: 3
});

$(".column-3").createNews(
{
className: "context",
articleNum: 9,
xmlPath: "http://www.cityhill.co.jp/feed/rss.php",
loadIcon: "ajax-loader.gif",
corporate: {
catName: "CORPORATE",
className: "corp",
imgPath: "http://www.cityhill.co.jp/common/images/ne_ttl_corp.gif"
},
majesticLegon: {
catName: "MAJESTIC LEGON",
className: "maj",
imgPath: "http://www.cityhill.co.jp/common/images/ne_ttl_maj.gif"
},
onTheCouch: {
catName: "on the couch / pu-recalm",
className: "ont",
imgPath: "http://www.cityhill.co.jp/common/images/ne_ttl_ont.gif"
},
leCoeurBlanc: {
catName: "le. coeur blanc",
className: "lec",
imgPath: "http://www.cityhill.co.jp/common/images/ne_ttl_lec.gif"
},
perlePeche: {
catName: "Perle Peche",
className: "per",
imgPath: "http://www.cityhill.co.jp/common/images/ne_ttl_per.gif"
},
curator: {
catName: "CURATOR",
className: "cur",
imgPath: "http://www.cityhill.co.jp/common/images/ne_ttl_cur.gif"
},
onlineStore: {
catName: "ONLINE STORE",
className: "onl",
imgPath: "http://www.cityhill.co.jp/common/images/ne_ttl_onl.gif"
},
staffBlog: {
catName: "staffblog",
className: "sta",
imgPath: "http://www.cityhill.co.jp/common/images/ne_ttl_sta.gif"
}
});
});
