<!--
function SiteSection(sindex,sname,scomment,sthumb,slink)
{
this.index=sindex;
this.name=sname;
this.comment=scomment;
this.thumb=sthumb;
this.link=slink;
}
//-->