var topics = new Headline();
topics.name = "topics";
topics.height = 16;
topics.width = 500;
topics.scrollspeed = 0;
topics.pausedelay = 5000;
topics.pausemouseover = true;

/*ウェブラリー07用*/
function gallery(){
var sizex=800;
var sizey=600;
var winl = (screen.width - sizex) / 2;
var wint = (screen.height - sizey) / 2;
var newWindow = window.open('/07_e_web.html','gallery','height='+sizey+',width='+sizex+',top='+wint+',left='+winl+',scrollbars=no,resizable=no');
}

/*トピック内容*/
topics.add("新着ニュース：<a href='http://www.machizukuri-lab.com/11_01.html'>小布施まちづくり大学　最新情報</a>");

topics.add("新着ニュース：<a href='./10_04.html'>まちづくりシンポジウム・展示・研究報告　2010</a>");

topics.add("新着ニュース：<a href='annual_report/09.html'>２００９年度報告書の閲覧!!</a>");

topics.add("<span id='blognews'></span>");

