var GoogleAjaxFeedApi_maregAndSort_override = function(name)
{
	this.name = name;


	this.make_tag = function()
	{
		this.tag = "";
		for(var y = 0, cnt = this.arrayMergeRss.length; y < cnt; y++)
		{
			this.tag+=
				"<li class=\"in_wh_p1\">" + this.arrayMergeRss[y].year + "/" + this.arrayMergeRss[y].month + "/" + this.arrayMergeRss[y].day + "</li>" +
				"<li class=\"in_wh_p2\"><a href=\"" + this.arrayMergeRss[y].link + "\">" + this.arrayMergeRss[y].title + "</a></li>\n";

//			this.tag+=	"【rss title】"				+ this.arrayRssUrl[ this.arrayMergeRss[y].rssNo ].title			+ "<br />\n" +
//						"【rss link】"				+ this.arrayRssUrl[ this.arrayMergeRss[y].rssNo ].link			+ "<br />\n" +
//						"【rss description】"		+ this.arrayRssUrl[ this.arrayMergeRss[y].rssNo ].description	+ "<br />\n" +
//						"【rss author】"			+ this.arrayRssUrl[ this.arrayMergeRss[y].rssNo ].author		+ "<br />\n" +
//						"【feed title】"			+ this.arrayMergeRss[y].title									+ "<br />\n" +
//						"【feed link】"				+ this.arrayMergeRss[y].link									+ "<br />\n" +
//						"【feed description】"		+ this.arrayMergeRss[y].description								+ "<br />\n" +
//						"【feed author】"			+ this.arrayMergeRss[y].author									+ "<br />\n" +
//						"【日付】"																					+
//						this.arrayMergeRss[y].year	+ "/"															+
//						this.arrayMergeRss[y].month	+ "/"															+
//						this.arrayMergeRss[y].day	+ " "															+
//						this.arrayMergeRss[y].time																	+ "<hr />\n";
		}
		document.getElementById(this.idView).innerHTML = this.tag;
	}
}
GoogleAjaxFeedApi_maregAndSort_override.prototype = new GoogleAjaxFeedApi_maregAndSort;
