function osusumeFrame( target, status ) {
	
	this.title		= 'お勧めコンテンツ';
	this.target		= '#osusume';
	//開閉ステータス
	this.statusName 	= 'osusumeStatus';
	this.status		= UtlStr.cnvStringBoolean( $.cookie( this.statusName  ) || true );
	
	this.basicFrame();
}
osusumeFrame.prototype	= new fncFrameBodySimpleColumn;
