//********************
// Page Constructor *
//********************
function Page()
{
	// execute anchor methods
	this.anchor = new Anchor();
	this.anchor.events();
}

//******************************
// Function page anchor events *
//******************************
Page.prototype.events = function()
{
	
}