var site_title = "DCTgarden NEWS";
var tagurl = "http://news.dctgarden.com/";
var language = "ja-jp";
var linkurl = "http://news.dctgarden.com/";
var title = new Array();
var link = new Array();
var date = new Array();


title.push("「POWER PLANT PRESS VOL.67」発送！");
link.push("http://news.dctgarden.com/2010/03/power-plant-press-vol67.html");
date.push("2010.03.12");

title.push("special program DCT-TV 「夜は庭イヂリ ～番外編～」第49回");
link.push("http://news.dctgarden.com/2010/03/special-program-dcttv-49.html");
date.push("2010.03.11");

title.push("レギュラーラジオ「中村正人の夜は庭イヂリ」が、「IPサイマルラジオ」での試験配信決定！！");
link.push("http://news.dctgarden.com/2010/03/ip.html");
date.push("2010.03.08");


function read_cmt(){
	document.getElementById("title0").innerHTML = '<a href="news/index.html#01">' + title[0] + '</a>'; 
	document.getElementById("date0").innerHTML = date[0]; 
	document.getElementById("title1").innerHTML = '<a href="news/index.html#02">' + title[1] + '</a>'; 
	document.getElementById("date1").innerHTML = date[1]; 
	document.getElementById("title2").innerHTML = '<a href="news/index.html#03">' + title[2] + '</a>'; 
	document.getElementById("date2").innerHTML = date[2];
}
window.onload=function(){
read_cmt();
}
