var PageHeader = {};

function pageHeader(objectId, 
					id)
{
	PageHeader = this;
	
	this.m_objectId = objectId;
	this.m_id = id;
}
